Documentation / Marblecore Imaging / Enumerations / Orientation
Orientation enumeration
Specifies the orientation of the drawing cursor.
If you use the ATL COM version of the library, you can supply the string value (the name of the value) or the number value (as listed in the table below) as the enumeration value. If you use the Class Library, the enumeration is available as an enum object with the name MarblecoreImagingOrientation which contains all the available values.
Values
Name | Value | Description |
TopBottom | 0 |  | Top to bottom orientation |
BottomTop | 1 |  | Bottom to top orientation |
LeftRight | 2 |  | Left to right orientation |
RightLeft | 3 |  | Right to left orientation |
See also
DrawTriangle |
DrawTriangleBorder |
DrawTriangleFilled |
DrawTriangleGradient