Curve.RemovePoint Method

Remove a control point from the curve.

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

Syntax

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

Parameters

  • x
    Type: System.Int32
    The x-value for the point to be removed.

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

Curve Class

Curve.Curve Members

Lumia.Imaging.Adjustments Namespace