Wijmo UI for the Web
logicToView Method
wijmo.maps Namespace > ICoordConverter Interface : logicToView Method
The point to convert, in loogic unit.
Convert the point coordinates from logic unit (percentage) to screen unit (pixel).
Syntax
var instance; // Type: wijmo.maps.ICoordConverter;
var value; // Type: IPoint

// Parameters
var position; // Type:  IPoint

value = instance.logicToView(position);
function logicToView( 
   position : IPoint
) : IPoint;

Parameters

position
The point to convert, in loogic unit.

Return Value

The new point after converted, in screen unit.
See Also

Reference

ICoordConverter Interface