Accusoft.ImagXpress13.Net
Translate Method




A System.Drawing.Point value which represents the value to translate.
A TranslateType enumeration value which represents the type of translation.
Translates values from one coordinate system to the other.
Syntax
'Declaration
 
Public Function Translate( _
   ByVal point As PointF, _
   ByVal translationType As TranslateType _
) As PointF
'Usage
 
Dim instance As ImageXView
Dim point As PointF
Dim translationType As TranslateType
Dim value As PointF
 
value = instance.Translate(point, translationType)
public PointF Translate( 
   PointF point,
   TranslateType translationType
)
public: PointF Translate( 
   PointF point,
   TranslateType translationType
) 
public:
PointF Translate( 
   PointF point,
   TranslateType translationType
) 

Parameters

point
A System.Drawing.Point value which represents the value to translate.
translationType
A TranslateType enumeration value which represents the type of translation.

Return Value

A System.Drawing.Point value which represents the translated value.
See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback