IsEmpty
Returns true if the region is empty - it has no area.
Syntax
[C#]
bool IsEmpty();
[Visual Basic]
Function IsEmpty() As Boolean
Params
Name
Description
return
The truth.
Notes
None.
Example
None.