DXRegion.Union(RectangleF) Method
Updates the region to the union of itself and the specified RectangleF
structure.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Parameters
Name | Type | Description |
---|---|---|
rect | RectangleF | An object to unite with the current region. |
See Also