[]
Represents the geometry and the geometry-editing properties of the nodes in a user-defined freeform.
public interface IShapeNode
Public Interface IShapeNode
Nodes include the vertices between the segments of the freeform and the control points for curved segments.
Name | Description |
---|---|
EditingType | Gets the value that indicates how changes made to the node affect the two segments connected to the node. |
Points | Gets the position of the specified node as a coordinate pair. Each coordinate is expressed in points. |
SegmentType | Gets the value that indicates whether the segment associated with the specified node is straight or curved. |