Graphics.ClipBounds Property

Gets a RectangleF structure that bounds the clipping region of this Graphics.

Namespace: Aurigma.GraphicsMill.Drawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public Rectangle ClipBounds { get; }

Property Value

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

Remarks

To check if a clipping region is set to this Graphics, use the IsClipEmpty property.

See Also

Reference