In This Topic
Expands the rectangle represented by the current C1Rect exactly enough to contain the specified rectangle.
Syntax
'Declaration
Public Overloads Sub Union( _
ByVal As C1Rect _
)
public void Union(
C1Rect
)
Parameters
- rect
- The rectangle to include.
Exceptions
See Also