ImageGear for Silverlight
ImGearIsisOrientation Enumeration
See Also  Send Feedback
ImageGear20.Isis Assembly > ImageGear.Isis Namespace : ImGearIsisOrientation Enumeration




Glossary Item Box

Image orientation values.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Members

MemberValueDescription
Landscape2 Landscape (90-degree counter-clockwise rotation). The 0th row represents the visual left side of the and the 0th column represents the visual bottom.
LandscapeMirrored6 Landscape mirrored. The 0th row represents the visual left side of the image, and the 0th column represents the visual top.
Portrait1 Portrait (0-degree rotation). The 0th row represents the visual top of the image and the 0th column represents the visual left side.
PortraitMirrored5 Portrait mirrored. The 0th row represents the visual top of the image, and the 0th column represents the visual right side.
Rotated1803 Upside down portrait (180-degree counter-clockwise rotation). The 0th row represents the visual bottom of the image and the 0th column represents the visual right side.
Rotated180Mirrored7 Upside down portrait mirrored. The 0th row represents the visual bottom of the image, and the 0th column represents the visual left side. This is the orientation in which Windows BMP files are stored.
Rotated2704 Upside down landscape (270-degree counter-clockwise rotation). The 0th row represents the visual right side of the image, and the 0th column represents the visual top.
Rotated270Mirrored8 Upside down landscape mirrored. The 0th row represents the visual right side of the image, and the 0th column represents the visual bottom.
Unknown0 Unknown orientation. This is needed because the serializer will throw an error if the orientation is 0 it cannot be matched to an existing value.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Isis.ImGearIsisOrientation

See Also

©2013. Accusoft Corporation. All Rights Reserved.