Curve.SetPoint Method (Int32, Int32)

Set a control point for the curve.

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

Syntax

public void SetPoint(
    int x,
    int y
)
'Declaration
Public Sub SetPoint ( 
    x As Integer,
    y As Integer
)
public:
virtual void SetPoint(
    [InAttribute] int x, 
    [InAttribute] int y
) sealed
function SetPoint(x, y);

Parameters

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

Curve Class

Curve.Curve Members

SetPoint Overload

Lumia.Imaging.Adjustments Namespace