[]
Represents the geometry of a freeform while it's being built.
public interface IFreeFormBuilder
Public Interface IFreeFormBuilder
Name | Description |
---|---|
AddNodes(SegmentType, EditingType, double, double, double, double, double, double) | Adds a point in the current shape, and then draws a line from the current node to the last node that was added. |
ConvertToShape() | Creates a IShape that has the geometric characteristics of the specified IFreeFormBuilder object |