Curve.Points Property

The control points that will be used to create the curve.

Namespace: Lumia.Imaging.Adjustments
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

Syntax

public Point[] Points { get; set; }
'Declaration
Public Property Points As Point()
    Get
    Set
public:
virtual property array<Point>^ Points {
    array<Point>^ get () sealed;
    void set (array<Point>^ value) sealed;
}
function get_Points();
function set_Points(value);

Property Value

Type: Point[]

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

Curve Class

Curve.Curve Members

Lumia.Imaging.Adjustments Namespace