BezierCurve.Points Property

Definition

Gets the points of this curve.

public System.Collections.Generic.IList<OpenTK.Vector2> Points { get; }
member this.Points : System.Collections.Generic.IList<OpenTK.Vector2>

Property Value

Remarks

The first point and the last points represent the anchor points.

Applies to