Maps for WinRT
GeographicToScreen Method


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

Parameters

longLat
A point in geographic coordinates.

Return Value

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

Reference

C1Maps Class
C1Maps Members

 

 


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

Product Support Forum  |  Documentation Feedback