DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Viewer.ScreenToMap | Methods | Properties
Converts point coordinates from screen related to map related.
// C# public ITGIS_Point ScreenToMap( ITPoint _pt );
' VisualBasic Public Function ScreenToMap( ByVal _pt As ITPoint ) As ITGIS_Point
// Oxygene public function ScreenToMap( _pt : ITPoint ) : ITGIS_Point;
Name | Type | Description |
---|---|---|
_pt | ITPoint | coordinate in screen units |
Type | Description |
---|---|
ITGIS_Point | Screen coordinates converted to map coordinates. |
See TGIS_LayerVector.Locate for example.