Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Controls Assembly > Leadtools.Controls Namespace : ImageViewerCoordinateType Enumeration |
public enum ImageViewerCoordinateType : System.Enum
'Declaration
Public Enum ImageViewerCoordinateType Inherits System.Enum
Value | Member | Description |
---|---|---|
0x00000000 | Control | Point is in control (client) coordinate. For example obtained from a mouse or touch event |
0x00000001 | View | View coordinate. Transform using ImageViewer.ViewTransform |
0x00000002 | Item | Item coordinates. Transform using ImageViewer.GetItemTransform |
0x00000003 | Content | Content coordinates. Transform using ImageViewer.GetItemContentTransform |
0x00000004 | Image | Image coordinates. Transform using ImageViewer.GetItemImageTransform |
0x00000005 | Floater | Floater coordinates. Transform using ImageViewer.GetItemFloaterTransform |
For more information, refer to Image Viewer Appearance, Image Viewer Items, Image Viewer Transformation, Image Viewer Bounds and Transform and Image Viewer Layouts.
For an example, refer to ImageViewer.ConvertPoint.
System.Object
System.ValueType
System.Enum
Leadtools.Controls.ImageViewerCoordinateType