[]
Transforms a point from geographic coordinates to screen coordinates.
public Point GeographicToScreen(Point longLat)
Type | Name | Description |
---|---|---|
Point | longLat | A point in geographic coordinates. |
Type | Description |
---|---|
Point | The screen coordinates currently mapped to the parameter geographic coordinates. |