Visual Basic (Declaration) | |
---|---|
Public Enum RasterViewPerspective Inherits Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum RasterViewPerspective : Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class RasterViewPerspective : public Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
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. |
For an example, refer to RasterImage.ViewPerspective
For more information refer to RasterImage.ViewPerspective and Accounting for View Perspective.
System.Object
System.ValueType
System.Enum
Leadtools.RasterViewPerspective
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6