[]
Interface IShapeNodes
public interface IShapeNodes
Public Interface IShapeNodes
Name | Description |
---|---|
Count | Gets an Integer value that represents the number of objects in the collection. |
this[int] | Gets the IShapeNode at the specified index. |
Name | Description |
---|---|
Delete(int) | Deletes the object. |
Insert(int, SegmentType, EditingType, double, double, double, double, double, double) | Inserts a node into a freeform shape. |
SetEditingType(int, EditingType) | Sets the editing type of the node specified by |
SetPosition(int, double, double) | Sets the location of the node specified by |
SetSegmentType(int, SegmentType) | Sets the segment type of the segment that follows the node specified by |