translate Method

Summary

Translates the AnnGroupObject by the specified values.

Syntax

JavaScript Syntax
AnnGroupObject.prototype.translate = function(offsetX, offsetY) 
TypeScript Syntax
translate(offsetX: number, offsetY: number): void; 

Parameters

offsetX

The x value by which to translate the AnnGroupObject.

offsetY

The y value by which to translate the AnnGroupObject.

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