Line RotatedPoints Property BigBangProductions Easy Curves
the list of points on this line (you can use this to add/modify/delete points)

Namespace: BigBangProductions.CurveRuntime.Lines
Assembly: BigBangProductions.CurveRuntime (in BigBangProductions.CurveRuntime.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public IList<RotatedPoint> RotatedPoints { get; private set; }

Property Value

Type: OnlineIList RotatedPoint 
See Also