DK11 for Delphi | GisViewer.TGIS_Viewer.ScreenToMapEx | Constructors | Fields | Methods | Properties | Events
Converts point coordinates from screen related to map related, but source will be in TGIS_Point.
Implements IGIS_Viewer.ScreenToMapEx.
// Delphi public function ScreenToMapEx( const _pt : TGIS_Point ) : TGIS_Point;
// C++ Builder public: TGIS_Point* ScreenToMapEx( TGIS_Point* const _pt );
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.