RasterViewPerspective Enumeration

Summary

Indicates the view perspective of the image data.

Syntax
TypeScript
JavaScript
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 
} 
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 
} 
Members
ValueMemberDescription
1TopLeftTop-left of image is first in memory.
2BottomLeft180Same as TopLeft, which is BottomLeft rotated clockwise by 180 degrees.
2TopRightFirst row is the right side, first column is top side.
3BottomRightFirst row is the right side, first column is the bottom side.
3TopLeft180Same as BottomRight, which is TopLeft rotated clockwise by 180 degrees.
4BottomLeftBottom-left of image is first in memory.
5BottomLeft90Same as LeftTop, which is BottomLeft rotated clockwise by 90 degrees.
5LeftTopFirst row is the left side, first column is the top side.
6RightTopFirst row is the right side, first column is top side.
6TopLeft90Same as RightTop, which is TopLeft rotated clockwise by 90 degrees.
7BottomLeft270 Same as RightBottom, which is BottomLeft rotated clockwise by 270 degrees.
7RightBottomFirst row is the right side, first column is the bottom side.
8LeftBottomFirst row is the left side, first column is top side.
8TopLeft270Same as LeftBottom, which is TopLeft rotated clockwise by 270 degrees.
Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.