ImageViewerCoordinateType Enumeration

Summary

Defines the coordinate system of a point.

Syntax
TypeScript
JavaScript
lt.Controls.ImageViewerCoordinateType = { 
	control: 0, 
	view: 1, 
	item: 2, 
	content: 3, 
	image: 4, 
	floater: 5 
} 
lt.Controls.ImageViewerCoordinateType = { 
	control: 0, 
	view: 1, 
	item: 2, 
	content: 3, 
	image: 4, 
	floater: 5 
} 

Members

0 Control

(0) Point is in control (client) coordinate. For example obtained from a mouse or touch event

1 View

(1) View coordinate. Transform using ImageViewer.ViewTransform

2 Item

(2) Item coordinates. Transform using ImageViewer.GetItemTransform

3 Content

(3) Content coordinates. Transform using ImageViewer.GetItemContentTransform

4 Image

(4) Image coordinates. Transform using ImageViewer.GetItemImageTransform

5 Floater

(5) Floater coordinates. Transform using ImageViewer.GetItemFloaterTransform

Example

For an example, refer to ImageViewer.ConvertPoint.

Requirements

Target Platforms

See Also

Reference

Leadtools.Controls Namespace

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

Leadtools.Controls Assembly