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