Transform a point from logic coordinates to screen coordinates.
Namespace:
C1.Phone.MapsAssembly: C1.Phone.Maps (in C1.Phone.Maps.dll)
Syntax
| C# |
|---|
public Point LogicToScreen( Point point ) |
| Visual Basic |
|---|
Public Function LogicToScreen ( _ point As Point _ ) As Point |
Parameters
- point
- Type: System.Windows..::..Point
A point in logic coordinates.