Specifies the rotation of the image.
Namespace:
Zebra.Sdk.Card.Graphics.Enumerations
Assembly:
SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax Public Enumeration RotationType
public enum class RotationType
Members
| Member name | Value | Description |
---|
| Rotate180FlipXY | 0 |
Specifies a 180-degree rotation followed by a horizontal and vertical flip.
|
| RotateNoneFlipNone | 0 |
Specifies no rotation and no flipping.
|
| Rotate270FlipXY | 1 |
Specifies a 270-degree rotation followed by a horizontal and vertical flip.
|
| Rotate90FlipNone | 1 |
Specifies a 90-degree rotation without flipping.
|
| Rotate180FlipNone | 2 |
Specifies a 180-degree rotation without flipping.
|
| RotateNoneFlipXY | 2 |
Specifies no rotation followed by a horizontal and vertical flip.
|
| Rotate270FlipNone | 3 |
Specifies a 270-degree rotation without flipping.
|
| Rotate90FlipXY | 3 |
Specifies a 90-degree rotation followed by a horizontal and vertical flip.
|
| Rotate180FlipY | 4 |
Specifies a 180-degree rotation followed by a vertical flip.
|
| RotateNoneFlipX | 4 |
Specifies no rotation followed by a horizontal flip.
|
| Rotate90FlipX | 5 |
Specifies a 90-degree rotation followed by a horizontal flip.
|
| Rotate270FlipY | 5 |
Specifies a 270-degree rotation followed by a vertical flip.
|
| RotateNoneFlipY | 6 |
Specifies no rotation followed by a vertical flip.
|
| Rotate180FlipX | 6 |
Specifies a 180-degree rotation followed by a horizontal flip.
|
| Rotate90FlipY | 7 |
Specifies a 90-degree rotation followed by a vertical flip.
|
| Rotate270FlipX | 7 |
Specifies a 270-degree rotation followed by a horizontal flip.
|
See Also