(Leadtools.Controls)

CoordinateType Enumeration

Show in webframe





Indicates the coordinate type for conversions.
Syntax
public enum CoordinateType : System.Enum 
Public Enum CoordinateType 
   Inherits System.Enum
public enum CoordinateType : System.Enum 
enum LTCoordinateType
public enum CoordinateType
Leadtools.Controls.CoordinateType = function() { };
Leadtools.Controls.CoordinateType.prototype = {
Control = 0, Image = 1, };
Members
ValueMemberDescription
0Control

The coordinates are in control unit, such a mouse or touch on the control surface. These are raw coordinates with no transformation applied.

1Image

The coordinates are in image coordinates. These are the coordinates of the image after all transformation is applied (current zoom and scroll factors).

Remarks

This enumeration is used to convert a coordinate (x,y) from one type to another, for example, it is used as a parameter for the source and destination types of:

Example

For an example, refer to ImageViewer.ConvertRect.

Requirements

Target Platforms

See Also

Reference

Leadtools.Controls Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.