Skip to main content
All docs
V23.2

DXGraphics.ClipBounds Property

Obtains the clipping region of the graphics layout.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public RectangleF ClipBounds { get; }

Property Value

Type Description
RectangleF

The clipping region.

Remarks

The PageUnit property designates the measurement unit for the resulting rectangle. The default unit is pixels.

See Also