Property HasArea
HasArea
Does the shape have area? This will be false for points and lines. It will also be false for shapes that normally have area but are constructed in a degenerate case as to not have area (e.g. a circle with 0 radius or rectangle with no height or no width).
Declaration
bool HasArea { get; }
Property Value
Type | Description |
---|---|
System.Boolean |