Error processing SSI file
(Leadtools.Controls)

Show in webframe

ImageViewerCoordinateType Enumeration




Defines the coordinate system of a point.
Syntax
public enum ImageViewerCoordinateType : System.Enum 
'Declaration
 
Public Enum ImageViewerCoordinateType 
   Inherits System.Enum
Members
ValueMemberDescription
0x00000000Control Point is in control (client) coordinate. For example obtained from a mouse or touch event
0x00000001View View coordinate. Transform using ImageViewer.ViewTransform
0x00000002Item Item coordinates. Transform using ImageViewer.GetItemTransform
0x00000003Content Content coordinates. Transform using ImageViewer.GetItemContentTransform
0x00000004Image Image coordinates. Transform using ImageViewer.GetItemImageTransform
0x00000005Floater 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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Controls.ImageViewerCoordinateType

Requirements

Target Platforms

See Also

Reference

Leadtools.Controls Namespace

Error processing SSI file