public enum JPEGTransformation { JPEGTransformationotate90 = 13, JPEGTransformationRotate180 = 14, JPEGTransformationRotate270 = 15, JPEGTransformationFlipHorizontal = 16, JPEGTransformationFlipVertical = 17 }
Public Enum JPEGTransformation JPEGTransformationotate90 = 13 JPEGTransformationRotate180 = 14 JPEGTransformationRotate270 = 15 JPEGTransformationFlipHorizontal = 16 JPEGTransformationFlipVertical = 17 End Enum
This is record JPEGTransformation.
|
Members |
Description |
|
JPEGTransformationotate90 |
Specifies that the image is to be rotated clockwise 90 degrees about its center. |
|
JPEGTransformationRotate180 |
Specifies that the image is to be rotated 180 degrees about its center. |
|
JPEGTransformationRotate270 |
Specifies that the image is to be rotated clockwise 270 degrees about its center. |
|
JPEGTransformationFlipHorizontal |
Specifies that the image is to be flipped horizontally (about the vertical axis). |
|
JPEGTransformationFlipVertical |
Specifies that the image is to be flipped vertically (about the horizontal axis). |
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|