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,
};
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:
For an example, refer to ImageViewer.ConvertRect.