Method Union
- Namespace
- Alternet.Drawing
- Assembly
- Alternet.UI.Common.dll
Union(RectD)
Updates this Region to the union of itself with the
specified RectD structure.
public void Union(RectD rect)
Parameters
rect
RectD
The RectD structure to union with
this Region.
Union(Region)
Updates this Region to the union of itself with the
specified Region.
public void Union(Region region)
Parameters
region
Region
The Region to union with this
Region.