scrollCrossHair Method

Summary

Scrolls the cross hair to the specified location

x** and
y**.

Syntax

JavaScript Syntax
scrollCrossHair = function(cell, x, y) 
TypeScript Syntax
static scrollCrossHair(cell: Cell, x: number, y: number): void; 

Parameters

cell

The cell that contains the cross hair.

x

The new x position of the cross hair.

y

The new y position of the cross hair.

Remarks

To show or hide the cross hair, refer to DrawCrossHairLines.

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.Controls.Medical Assembly