IEditableItem Members
In This Article
#Properties
Name | Description |
---|---|
Can |
Returns a value that specifies whether you can add a point to the item. |
Can |
Returns a value that specifies whether you can update the item’s points. |
#Methods
Name | Description |
---|---|
Get |
Returns the list of contours the editable item contains. |
Insert |
Inserts a new point with the specified coordinates into a contour with the specified index after the point with the specified index. |
Remove |
Removes a point with the specified index in the contour with the specified index. |
Update |
Changes coordinates of the point with the specified index in a contour with the specified index. |
See Also