translatePoints Method

Summary

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

Syntax

JavaScript Syntax
translatePoints = function(points, offsetX, offsetY) 
TypeScript Syntax
static translatePoints(points: LeadPointD[], offsetX: number, offsetY: number): LeadPointD[]; 

Parameters

points

The LeadPointD array to be translated.

offsetX

The x value by which to translate the LeadPointD values.

offsetY

The y value by which to translate the LeadPointD values.

Return Value

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