Maps for WinRT
LogicToScreen Method


A point in logic coordinates.
Transform a point from logic coordinates to screen coordinates.
Syntax
'Declaration
 
Public Function LogicToScreen( _
   ByVal point As Point _
) As Point
'Usage
 
Dim instance As C1Maps
Dim point As Point
Dim value As Point
 
value = instance.LogicToScreen(point)
public Point LogicToScreen( 
   Point point
)

Parameters

point
A point in logic coordinates.

Return Value

The screen coordinates currently mapped to the parameter logic coordinates.
See Also

Reference

C1Maps Class
C1Maps Members

 

 


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

Product Support Forum  |  Documentation Feedback