Lut.Points Property

Gets a collection of points.

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

Syntax

C#
public ReadOnlyCollection<Point> Points { get; }

Property Value

A ReadOnlyCollection<T> of Point defining this LUT.

See Also

Reference