TdxMapLayer.ScreenPointToGeoPoint(TdxPointDouble) Method
In This Article
Converts a specified point on a screen to geographical coordinates.
#Declaration
Delphi
function ScreenPointToGeoPoint(const APoint: TdxPointDouble): TdxMapControlGeoPoint;
#Parameters
Name | Type |
---|---|
APoint | Tdx |
#Returns
Type |
---|
Tdx |
See Also