Figure Properties

The Figure type exposes the following members.

Properties
  NameDescription
Public propertyBounds
Gets or sets the object's bounds.
(Overrides ObjectWithBoundsBounds.)
Public propertyIsClosed
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.
Public propertySegments
Gets the whole figure segments.
Public propertyShapes
Gets the figure shapes.
See Also