←Select platform

TranslatePoints Method

Summary
Translates the transformation matrix of the input Leadtools.LeadPointD values by the specified values.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public static LeadPointD[] TranslatePoints( 
   LeadPointD[] points, 
   double offsetX, 
   double offsetY 
) 
+(LTLeadPointCollection*) translatePoints:(LTLeadPointCollection*) points  
                                  offsetX:(double) offsetX 
                                  offsetY:(double) offsetY; 
public static LeadPointD[] translatePoints( 
   LeadPointD[] points, 
   double offsetX, 
   double offsetY 
) 
public:  
   static array<LeadPointD^>^ TranslatePoints( 
      array<LeadPointD^>^ points, 
      double offsetX, 
      double offsetY 
   ) 
def TranslatePoints(self,] points,offsetX,offsetY): 

Parameters

points
The Leadtools.LeadPointD array to be translated.

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

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

Return Value

The translated Leadtools.LeadPointD array.

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.