drawCrossHairLines Property

Summary

The value that determines whether to draw a cross on axial, sagittal, and coronal cells.

Syntax

JavaScript Syntax
Object.defineProperty(Cell.prototype, 'drawCrossHairLines', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
drawCrossHairLines: boolean; 

Property Value

The value that determines whether to draw a cross on axial, sagittal, and coronal cells.

Remarks

The cross line works only on MPR images, for more information on how to create MPR images, refer to MPRCell.

To move the cross hair, refer to CrossHairAction.

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