DiagramItem Constructor
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
DiagramItem() | Initializes a new instance of the DiagramItem class. | |
DiagramItem(ShapeElement) | Initializes a new instance of the DiagramItem class to represent the specified ShapeElement. | |
DiagramItem(LinkShape, LineSegment) | Initializes a new instance of the DiagramItem class to represent the specified LineSegment. | |
DiagramItem(ShapeElement, ShapeField) | Initializes a new instance of the DiagramItem class to represent the specified ShapeField. | |
DiagramItem(LinkShape, LineSegment, AnchorPoint) | Initializes a new instance of the DiagramItem class to represent the specified AnchorPoint. | |
DiagramItem(ShapeElement, ShapeField, ShapeSubField) | Initializes a new instance of the DiagramItem class to represent the specified ShapeSubField. | |
DiagramItem(ShapeElement, ShapeField, ShapeSubField, LineSegment, AnchorPoint) | Initializes a new instance of the DiagramItem class to represent the specified ShapeSubField. |
Top