This documentation is for the old version. Go to the latest Graphics Mill docs

GdiGraphics.ClipBounds Property

Returns a bounding rectangle for clipping region specified for this GdiGraphics object.

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

Syntax

Visual Basic
Public ReadOnly Property ClipBounds As RectangleF
C#
public RectangleF ClipBounds { get; }

Property Value

RectangleF structure specifying the bounding rectangle for clipping region set for this GdiGraphics object.

Remarks

To check if clipping region is set to this GdiGraphics, use IsClipEmpty property.

See Also

Reference