moveLine Method

Summary

Moves the specified line of the AnnCrossProductObject.

Syntax
TypeScript
JavaScript
AnnCrossProductObject.prototype.moveLine = function( 
   lineIndex, 
   offsetX, 
   offsetY 
) 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly