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)
Public Enumeration Direction
public enum Direction
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). |