Lut.SetPoint Method (Point)

Sets the specified point.

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

Syntax

C#
public void SetPoint(
	Point point
)

Parameters

point

Type: System.Drawing.Point

The Point to set.

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