ImageRotation Enumeration

This class defines the degree constants used for graphic rotation.

C#

public enum ImageRotation 

Members

Member Value Description
DEGREE_0 0 Rotates 0 degrees (no rotation).
DEGREE_90 90 Rotates 90 degrees.
DEGREE_180 180 Rotates 180 degrees.
DEGREE_270 270 Rotates 270 degrees.