Maps for WinRT
ScreenToLogic Method


A point in screen coordinates (pixels from the top left corner of this control).
Transform a point from screen coordinates to logic coordinates.
Syntax
'Declaration
 
Public Function ScreenToLogic( _
   ByVal point As Point _
) As Point
'Usage
 
Dim instance As C1Maps
Dim point As Point
Dim value As Point
 
value = instance.ScreenToLogic(point)
public Point ScreenToLogic( 
   Point point
)

Parameters

point
A point in screen coordinates (pixels from the top left corner of this control).

Return Value

The screen coordinates currently mapped to the parameter screen coordinates.
Remarks
The logic coordinates are the ones used by the IMapProjection.
See Also

Reference

C1Maps Class
C1Maps Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback