logicalToPhysical Method

Summary

Converts logical coordinates to physical screen coordinates

Syntax
TypeScript
JavaScript
logicalToPhysical = function( 
   item, 
   point 
) 
static logicalToPhysical( 
   item: ImageViewerItem, 
   point: LeadPointD 
): LeadPointD; 

Parameters

item

The cell / sub-cell that contains the point.

point

The point that the user wishes to convert, which is currently in logical coordinates.

Return Value

The physical corrdinates of the input point

Remarks

To convert from physical to logical coordinates, refer to PhysicalToLogical

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