An NDoc Documented Class Library

Bezier.Points Field

This array contains the controlpoints of a beziercurve. Initialized is the array by four points, which indicates the curve as cubic bezier.
You can set any array of controlpoints.

public xy[] Points;

See Also

Bezier Class | Minais.Drawing3d.Curves Namespace