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

Direction Enumeration

Contains possible directions used to specify some edge or corner of image to be processed.

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

Syntax

Visual Basic
Public Enumeration Direction
C#
public enum Direction

Members

Member name Description
Right

Right direction (right edge of image).

Left

Left direction (left edge of image).

Down

Down direction (bottom edge of image).

Up

Up direction (top edge of image).

UpRight

Up-right direction (top-right corner of image).

DownRight

Down-right direction (bottom-right corner of image).

DownLeft

Down-left direction (bottom-left corner of image).

UpLeft

Up-left direction (top-left corner of image).

See Also

Reference