←Select platform

TranslatePoints Method

Summary
Translates the transformation matrix of the input Leadtools.LeadPointD values by the specified values.
Syntax
C#
VB
Objective-C
C++
Java
public static LeadPointD[] TranslatePoints( 
   LeadPointD[] points, 
   double offsetX, 
   double offsetY 
) 
Public Shared Function TranslatePoints( _ 
   ByVal points() As LeadPointD, _ 
   ByVal offsetX As Double, _ 
   ByVal offsetY As Double _ 
) As LeadPointD() 
+(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 
   ) 

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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

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