DXRegion.Intersect(RectangleF) Method
Assigns the clip region to the intersection of the current region and the specified rectangle.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v25.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| rect | RectangleF | A structure that intersects the current region. |
See Also