This documentation is for the old version. Go to the latest Graphics Mill docs

Curves Constructor (PointF[])

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)

Syntax

Visual Basic
Public Sub New ( _
	points As PointF() _
)
C#
public Curves(
	PointF[] points
)

Parameters

points

Type: System.Drawing.PointF []

Array of points used to build the curve. You can change it later using Points property.

See Also

Reference