←Select platform

TranslatePoint Method

Summary

Translates the transformation matrix of the input Leadtools.LeadPointD by the specified values.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public static LeadPointD TranslatePoint( 
   LeadPointD point, 
   double offsetX, 
   double offsetY 
) 
Public Shared Function TranslatePoint( _ 
   ByVal point As Leadtools.LeadPointD, _ 
   ByVal offsetX As Double, _ 
   ByVal offsetY As Double _ 
) As Leadtools.LeadPointD 
public static Leadtools.LeadPointD TranslatePoint(  
   Leadtools.LeadPointD point, 
   double offsetX, 
   double offsetY 
) 
+(LeadPointD) translatePoint:(LeadPointD) point  
                     offsetX:(double) offsetX 
                     offsetY:(double) offsetY; 
             
public static LeadPointD translatePoint( 
   LeadPointD point, 
   double offsetX, 
   double offsetY 
) 
             
 function Leadtools.Annotations.Core.AnnTransformer.TranslatePoint(  
   point , 
   offsetX , 
   offsetY  
) 
public:  
   static LeadPointD^ TranslatePoint( 
      LeadPointD^ point, 
      double offsetX, 
      double offsetY 
   ) 

Parameters

point
The Leadtools.LeadPointD to be translated.

offsetX
The x value by which to translate the Leadtools.LeadPointD.

offsetY
The y value by which to translate the Leadtools.LeadPointD.

Return Value

The translated Leadtools.LeadPointD.

Requirements

Target Platforms

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

Leadtools.Annotations.Core Assembly