moveLine Method

Summary

Moves the specified line of the AnnCrossProductObject.

Syntax

JavaScript Syntax
AnnCrossProductObject.prototype.moveLine = function( 
   lineIndex, 
   offsetX, 
   offsetY 
) 
TypeScript Syntax
moveLine( 
   lineIndex: number, 
   offsetX: number, 
   offsetY: number 
): void; 

Parameters

lineIndex

The index of the line that should be moved.

offsetX

The amount to offset the line horizontally.

offsetY

The amount to offset the line vertically.

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