[]
Sets the editing type of the node specified by index
.
If the node is a control point for a curved segment, this method sets the editing type of the node adjacent to it that joins two segments.
void SetEditingType(int index, EditingType editingType)
Sub SetEditingType(index As Integer, editingType As EditingType)
Type | Name | Description |
---|---|---|
int | index | The node whose editing type is to be set. |
EditingType | editingType | The editing property of the vertex. |