Indicates the view perspective of the image data.
lt.RasterViewPerspective = {topLeft: 1,bottomLeft: 4,topRight: 2,bottomLeft180: 2,bottomRight: 3,topLeft180: 3,rightTop: 6,topLeft90: 6,leftBottom: 8,topLeft270: 8,leftTop: 5,bottomLeft90: 5,rightBottom: 7,bottomLeft270: 7}
| Value | Member | Description |
|---|---|---|
| 1 | TopLeft | Top-left of image is first in memory. |
| 2 | BottomLeft180 | Same as TopLeft, which is BottomLeft rotated clockwise by 180 degrees. |
| 2 | TopRight | First row is the right side, first column is top side. |
| 3 | BottomRight | First row is the right side, first column is the bottom side. |
| 3 | TopLeft180 | Same as BottomRight, which is TopLeft rotated clockwise by 180 degrees. |
| 4 | BottomLeft | Bottom-left of image is first in memory. |
| 5 | BottomLeft90 | Same as LeftTop, which is BottomLeft rotated clockwise by 90 degrees. |
| 5 | LeftTop | First row is the left side, first column is the top side. |
| 6 | RightTop | First row is the right side, first column is top side. |
| 6 | TopLeft90 | Same as RightTop, which is TopLeft rotated clockwise by 90 degrees. |
| 7 | BottomLeft270 | Same as RightBottom, which is BottomLeft rotated clockwise by 270 degrees. |
| 7 | RightBottom | First row is the right side, first column is the bottom side. |
| 8 | LeftBottom | First row is the left side, first column is top side. |
| 8 | TopLeft270 | Same as LeftBottom, which is TopLeft rotated clockwise by 270 degrees. |