[]
Specifies the direction of an image's rotation and the axis used to flip the image.
public enum C1GaugeRotateFlipType
Name | Description |
---|---|
Rotate180FlipNone | Specifies a 180-degree rotation without flipping. |
Rotate180FlipX | Specifies a 180-degree rotation followed by a horizontal flip. |
Rotate180FlipXY | Specifies a 180-degree rotation followed by a horizontal and vertical flip. |
Rotate180FlipY | Specifies a 180-degree rotation followed by a vertical flip. |
Rotate270FlipNone | Specifies a 270-degree rotation without flipping. |
Rotate270FlipX | Specifies a 270-degree rotation followed by a horizontal flip. |
Rotate270FlipXY | Specifies a 270-degree rotation followed by a horizontal and vertical flip. |
Rotate270FlipY | Specifies a 270-degree rotation followed by a vertical flip. |
Rotate90FlipNone | Specifies a 90-degree rotation without flipping. |
Rotate90FlipX | Specifies a 90-degree rotation followed by a horizontal flip. |
Rotate90FlipXY | Specifies a 90-degree rotation followed by a horizontal and vertical flip. |
Rotate90FlipY | Specifies a 90-degree rotation followed by a vertical flip. |
RotateNoneFlipNone | Specifies no rotation and no flipping. |
RotateNoneFlipX | Specifies no rotation followed by a horizontal flip. |
RotateNoneFlipXY | Specifies no rotation followed by a horizontal and vertical flip. |
RotateNoneFlipY | Specifies no rotation followed by a vertical flip. |