DXRegion.Exclude(DXGraphicsPath) Method
In This Article
Excludes the specified DXGraphicsPath
instance from the region.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
public void Exclude(
DXGraphicsPath path
)
#Parameters
Name | Type | Description |
---|---|---|
path | DXGraphics |
An object to exclude from the region. |
See Also