Method AddAnchor
- Namespace
- Pinwheel.Griffin.SplineTool
- Assembly
- Pinwheel.Polaris.Runtime.dll
AddAnchor(GSplineAnchor)
Add a new anchor to the list. Connect this anchor with others by calling AddSegment(int, int).
public void AddAnchor(GSplineAnchor a)
Parameters
a
GSplineAnchorThe new anchor.