'Declaration
Public Function ScreenToGeographic( _ ByVal point As C1.Win.Interop.Point _ ) As C1.Win.Interop.Point
public C1.Win.Interop.Point ScreenToGeographic( C1.Win.Interop.Point point )
Parameters
- point
- A point in screen coordinates (pixels from the top left corner of this control).
Return Value
The geographic coordinates currently mapped to the parameter screen coordinates.