translatePoint Method

Summary

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

Syntax
TypeScript
JavaScript
translatePoint = function( 
   point, 
   offsetX, 
   offsetY 
) 
static translatePoint( 
   point: LeadPointD, 
   offsetX: number, 
   offsetY: number 
): LeadPointD; 

Parameters

point

The LeadPointD to be translated.

offsetX

The x value by which to translate the LeadPointD.

offsetY

The y value by which to translate the LeadPointD.

Return Value

The translated 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