Lut.SetPoint Method (Int32, Int32)

Sets the specified point.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public void SetPoint(
	int x,
	int y
)

Parameters

x

Type: System.Int32

The x-coordinate of the point.
y

Type: System.Int32

The y-coordinate of the point.

Remarks

If the point with a given x-coordinate is exists, this method updates it with a given y-coordinate value; otherwise, this method inserts a new point.

See Also

Reference