Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
RasterViewPerspective Enumeration
See Also  
Leadtools Namespace : RasterViewPerspective Enumeration



Indicates the view perspective of the image data

Syntax

Visual Basic (Declaration) 
Public Enum RasterViewPerspective 
   Inherits Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As RasterViewPerspective
C# 
public enum RasterViewPerspective : Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class RasterViewPerspective : public Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
TopLeft Top-left of image is first in memory.
BottomLeft Bottom-left of image is first in memory.
TopRight First row is the right side, first column is top side.
BottomLeft180 Same as TopLeft, which is BottomLeft rotated clockwise by 180 degrees.
BottomRight First row is the right side, first column is the bottom side.
TopLeft180 Same as BottomRight, which is TOP_LEFT rotated clockwise by 180 degrees.
RightTop First row is the right side, first column is top side.
TopLeft90 Same as RightTop, which is TopLeft rotated clockwise by 90 degrees.
LeftBottom First row is the left side, first column is top side.
TopLeft270 Same as LeftBottom, which is TopLeft rotated clockwise by 270 degrees.
LeftTop First row is the left side, first column is the top side.
BottomLeft90 Same as LeftTop, which is BottomLeft rotated clockwise by 90 degrees.
RightBottom First row is the right side, first column is the bottom side.
BottomLeft270 Same as RightBottom, which is BottomLeft rotated clockwise by 270 degrees.

Example

For an example, refer to RasterImage.ViewPerspective

Remarks

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.RasterViewPerspective

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also