←Select platform

TranslatePoints Method

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public static LeadPointD[] TranslatePoints( 
   LeadPointD[] points, 
   double offsetX, 
   double offsetY 
) 
Public Shared Function TranslatePoints( _ 
   ByVal points() As Leadtools.LeadPointD, _ 
   ByVal offsetX As Double, _ 
   ByVal offsetY As Double _ 
) As Leadtools.LeadPointD() 
public static [Leadtools.LeadPointD[]](../l/leadpointd.md) TranslatePoints(  
   Leadtools.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 
) 
             
 function Leadtools.Annotations.Core.AnnTransformer.TranslatePoints(  
   points , 
   offsetX , 
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly