Creates and initializes new Curves class instance. Here you can specify an array of points for curve.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ points As PointF() _ )
public Curves( PointF[] points )
Type: System.Drawing.PointF []
Array of points used to build the curve. You can change it later using Points property.