LEADTOOLS Workflow (Leadtools.Workflow.Raster assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
RasterViewPerspective Enumeration
See Also  
Leadtools.Workflow.Raster Namespace : RasterViewPerspective Enumeration



The RasterViewPerspective Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.

Indicates the view perspective of the image data

Syntax

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

Members

MemberDescription
BottomLeftBottom-left of image is first in memory.
BottomLeft180(Document/Medical only) Same as TopLeft, which is BottomLeft rotated clockwise by 180 degrees.
BottomLeft270(Document/Medical only) Same as RightBottom, which is BottomLeft rotated clockwise by 270 degrees.
BottomLeft90(Document/Medical only) Same as LeftTop, which is BottomLeft rotated clockwise by 90 degrees.
BottomRight(Document/Medical only) First row is the right side, first column is the bottom side.
LeftBottom(Document/Medical only) First row is the left side, first column is top side.
LeftTop(Document/Medical only) First row is the left side, first column is the top side.
RightBottom(Document/Medical only) First row is the right side, first column is the bottom side.
RightTop(Document/Medical only) First row is the right side, first column is top side.
TopLeftTop-left of image is first in memory.
TopLeft180(Document/Medical only) Same as BottomRight, which is TopLeft rotated clockwise by 180 degrees.
TopLeft270(Document/Medical only) Same as LeftBottom, which is TopLeft rotated clockwise by 270 degrees.
TopLeft90(Document/Medical only) Same as RightTop, which is TopLeft rotated clockwise by 90 degrees.
TopRight(Document/Medical only) First row is the right side, first column is top side.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Workflow.Raster.RasterViewPerspective

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Workflow.Raster requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features