GetBounds
Get the bounds of the region.
Syntax
[C#]
RectangleF GetBounds();
[Visual Basic]
Function GetBounds() As RectangleF
Params
Name
Description
return
The bounding rectangle.
Notes
None.
Example
None.