TdxMapLayer.GeoPointToScreenPoint(TdxMapControlGeoPoint) Method
Converts a specified point defined in geographical coordinates to screen coordinates.
Declaration
function GeoPointToScreenPoint(const APoint: TdxMapControlGeoPoint): TdxPointDouble;
Parameters
Name | Type |
---|---|
APoint | TdxMapControlGeoPoint |
Returns
Type |
---|
TdxPointDouble |
See Also