DXGraphics.SetClip(DXGraphicsPath) Method
Sets the clipping region of to the specified DXGraphicsPath object.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v25.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| path | DXGraphicsPath | A new clipping region. |
See Also