←Select platform

ConvertPoint Method

Summary

Converts the specified point from one CoordinateType to another.

Syntax

C#
VB
Java
Objective-C
WinRT C#
public virtual Point ConvertPoint(  
   Leadtools.Controls.CoordinateType sourceType, 
   Leadtools.Controls.CoordinateType destinationType, 
   Point point 
) 
Public Overridable Function ConvertPoint( _ 
   ByVal sourceType As Leadtools.Controls.CoordinateType, _ 
   ByVal destinationType As Leadtools.Controls.CoordinateType, _ 
   ByVal point As Point _ 
) As Point 
public virtual Point ConvertPoint(  
   Leadtools.Controls.CoordinateType sourceType, 
   Leadtools.Controls.CoordinateType destinationType, 
   Point point 
) 
- (CGPoint)convertPoint:(CGPoint)point  
             sourceType:(LTCoordinateType)src  
               destType:(LTCoordinateType)dst 
 
macOS Only (flipped around Y axis) 
- (CGPoint)convertPoint_osx:(CGPoint)point  
                 sourceType:(LTCoordinateType)src  
                   destType:(LTCoordinateType)dst 
public PointF convertPoint(CoordinateType sourceType, 
                           CoordinateType destType, 
                           PointF point) 
             
 function Leadtools.Controls.ImageViewer.ConvertPoint(  
   sourceType , 
   destinationType , 
   point  
) 

Parameters

sourceType
The source coordinate type.

destinationType
The destination coordinate type.

point
The point to be converted.

Return Value

The converted point, in the destination coordinate type.

Remarks

Use this method to convert a point from control to image coordinates or back. This method will simply multiply the point by the transformation matrix (Transform) when converting from image to control coordinates and by the inverse of this matrix when converting from control to image coordinate.

If sourceType has the same value as destinationType, then this method will return a value equal to point.

Example

For an example, refer to ImageViewerRubberBandInteractiveMode.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly (WinRT / WPF / iOS / OS X / Android)