Graphics.VisibleClipBounds

Graphics.VisibleClipBounds property

Gets the bounding rectangle of the visible clipping region of this Graphics.

public RectangleF VisibleClipBounds { get; }

Property Value

A RectangleF structure that represents a bounding rectangle for the visible clipping region of this Graphics.

See Also