ASP.NET Pack Programmer's Guide
Shape Members
Constructors Methods
 


An instance of this class represents a shape defined through a series of arc, line and Bezier segments. The segments can be a part of the shape outline, in which case they define the part of the shape is filled, used for hit-testing and for aligning links to the node edges. Segments can also be added as decoration elements, in which case they only affect the appearance of a ShapeNode.

The following tables list the members exposed by the Shape type.

 Public Constructors

  Name Description

Shape

Initializes a new instance of the Shape class.

 Public Methods

  Name Description

fromId

Returns a reference to the Shape with the specified string identifier.

getId

Gets the id of this Shape.

isElliptic

Gets a value indicating whether this shape is elliptic.

 See Also

Shape Class
MindFusion.Diagramming Namespace