TdxMapLayer.GeoPointToScreenPoint(TdxMapControlGeoPoint) Method
Converts a point in geographical coordinates into screen coordinates.
Declaration
function GeoPointToScreenPoint(const APoint: TdxMapControlGeoPoint): TdxPointDouble;
Parameters
| Name | Type | Description |
|---|---|---|
| APoint | TdxMapControlGeoPoint | The target map point in geographical coordinates. |
Returns
| Type | Description |
|---|---|
| TdxPointDouble | The target map point in screen coordinates. |
See Also