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