logicalToPhysicalValue Method

Summary

Converts logical value to physical value relative to screen coordinates.

Syntax
TypeScript
JavaScript
logicalToPhysicalValue = function( 
   item, 
   value 
) 
static logicalToPhysicalValue( 
   item: ImageViewerItem, 
   value: number 
): number; 

Parameters

item

The cell or sub-cell that contains the point.

value

The value to convert currently in logical coordinates.

Return Value

A value that contains the physical coordinates of the input value

Remarks

To convert a point from physical to logical coordinates use physicalToLogical. To convert an array of points from logical to physical coordinates use logicalToPhysicalArray.

Requirements

Target Platforms

Help Version 22.0.2023.2.14
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.