RasterViewPerspective Enumeration (original) (raw)

Summary

Indicates the view perspective of the image data.

Syntax

C#

Objective-C

C++/CLI

Java

Python

public enum RasterViewPerspective 

typedef NS_ENUM(NSInteger, LTRasterViewPerspective) { LTRasterViewPerspectiveTopLeft = 1, LTRasterViewPerspectiveBottomLeft = 4, LTRasterViewPerspectiveTopRight = 2, LTRasterViewPerspectiveBottomLeft180 = 2, LTRasterViewPerspectiveBottomRight = 3, LTRasterViewPerspectiveTopLeft180 = 3, LTRasterViewPerspectiveRightTop = 6, LTRasterViewPerspectiveTopLeft90 = 6, LTRasterViewPerspectiveLeftBottom = 8, LTRasterViewPerspectiveTopLeft270 = 8, LTRasterViewPerspectiveLeftTop = 5, LTRasterViewPerspectiveBottomLeft90 = 5, LTRasterViewPerspectiveRightBottom = 7, LTRasterViewPerspectiveBottomLeft270 = 7 };

public final class RasterViewPerspective extends java.lang.Enum<RasterViewPerspective>

public enum class RasterViewPerspective   

class RasterViewPerspective(Enum): TopLeft = 1 TopRight = 2 TopRight = 2 TopLeft180 = 3 TopLeft180 = 3 BottomLeft = 4 BottomLeft90 = 5 BottomLeft90 = 5 RightTop = 6 RightTop = 6 BottomLeft270 = 7 BottomLeft270 = 7 LeftBottom = 8 LeftBottom = 8

Members

Value Member Description
1 TopLeft Top-left of image is first in memory.
2 BottomLeft180 (Document/Medical only) Same as TopLeft, which is BottomLeft rotated clockwise by 180 degrees.
2 TopRight (Document/Medical only) First row is the right side, first column is top side.
3 BottomRight (Document/Medical only) First row is the right side, first column is the bottom side.
3 TopLeft180 (Document/Medical only) Same as BottomRight, which is TopLeft rotated clockwise by 180 degrees.
4 BottomLeft Bottom-left of image is first in memory.
5 BottomLeft90 (Document/Medical only) Same as LeftTop, which is BottomLeft rotated clockwise by 90 degrees.
5 LeftTop (Document/Medical only) First row is the left side, first column is the top side.
6 RightTop (Document/Medical only) First row is the right side, first column is top side.
6 TopLeft90 (Document/Medical only) Same as RightTop, which is TopLeft rotated clockwise by 90 degrees.
7 BottomLeft270 (Document/Medical only) Same as RightBottom, which is BottomLeft rotated clockwise by 270 degrees.
7 RightBottom (Document/Medical only) First row is the right side, first column is the bottom side.
8 LeftBottom (Document/Medical only) First row is the left side, first column is top side.
8 TopLeft270 (Document/Medical only) Same as LeftBottom, which is TopLeft rotated clockwise by 270 degrees.

Leadtools Assembly

Convert(byte[],int,int,int,int,RasterByteOrder,RasterByteOrder,RasterColor[],RasterColor[],int,int,int,RasterConvertBufferFlags) Method

Convert(byte[],int,int,int,int,RasterByteOrder,RasterByteOrder,RasterColor[],RasterColor[],RasterColor16[],RasterColor16[],int,int,int,RasterConvertBufferFlags) Method

Convert(IntPtr,int,int,int,RasterByteOrder,RasterByteOrder,RasterColor[],RasterColor[],int,int,int,RasterConvertBufferFlags) Method

Convert(IntPtr,int,int,int,RasterByteOrder,RasterByteOrder,RasterColor[],RasterColor[],RasterColor16[],RasterColor16[],int,int,int,RasterConvertBufferFlags) Method