2 references to VisibleClipBounds
System.Drawing (1)
commonui\System\Drawing\Printing\PrintPreviewGraphics.cs (1)
66return graphics.VisibleClipBounds;
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (1)
911g.SetClip(Rectangle.Intersect(Rectangle.Intersect(imgBounds2, imgBounds), Rectangle.Truncate(g.VisibleClipBounds)));