the list of points on this line (you can use this to add/modify/delete points)
Namespace: BigBangProductions.CurveRuntime.LinesAssembly: BigBangProductions.CurveRuntime (in BigBangProductions.CurveRuntime.dll) Version: 1.0.0.0 (1.0.0.0)
public IList<RotatedPoint> RotatedPoints { get; private set; }
public IList<RotatedPoint> RotatedPoints { get; private set; }
Public Property RotatedPoints As IList(Of RotatedPoint)
Get
Private Set
Public Property RotatedPoints As IList(Of RotatedPoint)
Get
Private Set
public:
property IList<RotatedPoint^>^ RotatedPoints {
IList<RotatedPoint^>^ get ();
private: void set (IList<RotatedPoint^>^ value);
}
public:
property IList<RotatedPoint^>^ RotatedPoints {
IList<RotatedPoint^>^ get ();
private: void set (IList<RotatedPoint^>^ value);
}
Property Value
Type:
IList RotatedPoint