DK11 for Delphi | GisInterfaces.IGIS_Viewer.ScreenToMapEx | Methods | Properties
Converts point coordinates from screen related to map related, but source will be in TGIS_Point.
// Delphi public function ScreenToMapEx( const _pt : TGIS_Point ) : TGIS_Point;
// C++ Builder public: TGIS_Point* ScreenToMapEx( TGIS_Point* const _pt ) = 0;
Name | Type | Description |
---|---|---|
_pt | TGIS_Point | coordinate in screen units |
Type | Description |
---|---|
TGIS_Point | screen coordinates converted to map coordinates |
See TGIS_LayerVector.Locate for example.