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