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