←Select platform

TranslatePoint Method

Summary
Translates the transformation matrix of the input Leadtools.LeadPointD by the specified values.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public static LeadPointD TranslatePoint( 
   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 
) 
public:  
   static LeadPointD^ TranslatePoint( 
      LeadPointD^ point, 
      double offsetX, 
      double offsetY 
   ) 
def TranslatePoint(self,point,offsetX,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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.