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