←Select platform

TranslatePoint Method

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public static LeadPointD TranslatePoint( 
   LeadPointD point, 
   double offsetX, 
   double offsetY 
) 
Public Shared Function TranslatePoint( _ 
   ByVal point As LeadPointD, _ 
   ByVal offsetX As Double, _ 
   ByVal offsetY As Double _ 
) As LeadPointD 
+(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 
   ) 

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

Leadtools.Annotations.Engine Assembly