This documentation is for the old version. Go to the latest Graphics Mill docs

WaveType Enumeration

Contains wave types for Wave transform.

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

Syntax

Visual Basic
Public Enumeration WaveType
C#
public enum WaveType

Members

Member name Description
LeftSaw

Saw wave skewed to left.

RightSaw

Saw wave skewed to right.

Square

Square wave.

Triangle

Triangle wave.

Sine

Sine wave.

See Also

Reference