| Figure Properties |
The Figure type exposes the following members.
| Name | Description | |
|---|---|---|
| Bounds |
Gets or sets the object's bounds.
(Overrides ObjectWithBoundsBounds.) | |
| IsClosed |
Gets or sets a value indicating whether this figure is closed. A closed figure will make a difference only in case where
the first and the last figure's shapes are continuous shapes. In such case the first point of the first shape will be
connected by a straight line from the last point of the last shape.
| |
| Segments |
Gets the whole figure segments.
| |
| Shapes |
Gets the figure shapes.
|