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