Visual Basic (Declaration) | |
---|---|
Public Enum RasterViewPerspective Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum RasterViewPerspective : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum RasterViewPerspective : public Enum |
C++/CLI | |
---|---|
public enum class RasterViewPerspective : public Enum |
Member | Description |
---|---|
TopLeft | Top-left of image is first in memory. |
BottomLeft | Bottom-left of image is first in memory. |
TopRight | (Document/Medical only) First row is the right side, first column is top side. |
BottomLeft180 | (Document/Medical only) Same as TopLeft, which is BottomLeft rotated clockwise by 180 degrees. |
BottomRight | (Document/Medical only) First row is the right side, first column is the bottom side. |
TopLeft180 | (Document/Medical only) Same as BottomRight, which is TopLeft rotated clockwise by 180 degrees. |
RightTop | (Document/Medical only) First row is the right side, first column is top side. |
TopLeft90 | (Document/Medical only) Same as RightTop, which is TopLeft rotated clockwise by 90 degrees. |
LeftBottom | (Document/Medical only) First row is the left side, first column is top side. |
TopLeft270 | (Document/Medical only) Same as LeftBottom, which is TopLeft rotated clockwise by 270 degrees. |
LeftTop | (Document/Medical only) First row is the left side, first column is the top side. |
BottomLeft90 | (Document/Medical only) Same as LeftTop, which is BottomLeft rotated clockwise by 90 degrees. |
RightBottom | (Document/Medical only) First row is the right side, first column is the bottom side. |
BottomLeft270 | (Document/Medical only) Same as RightBottom, which is BottomLeft rotated clockwise by 270 degrees. |
System.Object
System.ValueType
System.Enum
Leadtools.RasterViewPerspective
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family