DiagramItem Methods
Visual Studio 2012
The DiagramItem type exposes the following members.
| Name | Description | |
|---|---|---|
|
Clone | Creates a new DiagramItem that is a copy of the current instance. |
|
Equals | Gets a value indicating whether two DiagramItem objects are equal. (Overrides Object.Equals(Object).) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetAccessibleObject | Gets the AccessibleObject for a DiagramItem. |
|
GetHashCode | Gets a hash code for this DiagramItem. (Overrides Object.GetHashCode.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
SetItem(ShapeElement) | Sets the DiagramItem to represent the specified ShapeElement. |
|
SetItem(LinkShape, LineSegment) | Set the DiagramItem to represent the specified LineSegment |
|
SetItem(ShapeElement, ShapeField) | Sets the DiagramItem to represent the specified ShapeField. |
|
SetItem(LinkShape, LineSegment, AnchorPoint) | Set the DiagramItem to represent the specified LineSegment's anchor point |
|
SetItem(ShapeElement, ShapeField, ShapeSubField) | Sets the DiagramItem to represent the specified ShapeSubField. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |