DXGraphics.ClipBounds Property
Obtains the clipping region of the graphics layout.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.1.dll
NuGet Package: DevExpress.Drawing
Declaration
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