Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

ImageViewerCoordinateType Enumeration

Show in webframe
Defines the coordinate system of a point.
Syntax
Leadtools.Controls.ImageViewerCoordinateType = function() { };
Leadtools.Controls.ImageViewerCoordinateType.prototype = {
	control = 0,
	view = 1,
	item = 2,
	content = 3,
	image = 4,
	floater = 5,
	
 };
Members
ValueMemberDescription
0control Point is in control (client) coordinate. For example obtained from a mouse or touch event
1view View coordinate. Transform using ImageViewer.ViewTransform
2item Item coordinates. Transform using ImageViewer.GetItemTransform
3content Content coordinates. Transform using ImageViewer.GetItemContentTransform
4image Image coordinates. Transform using ImageViewer.GetItemImageTransform
5floater Floater coordinates. Transform using ImageViewer.GetItemFloaterTransform
Remarks

For more information, refer to Image Viewer Appearance, Image Viewer Items, Image Viewer Transformation, Image Viewer Bounds and Transform and Image Viewer Layouts.

Example

For an example, refer to ImageViewer.ConvertPoint.

See Also

Reference

Leadtools.Controls Namespace

Error processing SSI file