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

Curves Constructor

Creates and initializes new Curves class instance.

Overload List

Name Description
Public method Curves()

Creates and initializes new Curves class instance.

Public method Curves(Boolean[])

Creates and initializes new Curves class instance. Here you can specify what channels to process.

Public method Curves(PointF[])

Creates and initializes new Curves class instance. Here you can specify an array of points for curve.

Public method Curves(Boolean[], PointF[])

Creates and initializes new Curves class instance. Here you can specify what channels to process in addition to array of points for curve.

See Also

Reference