DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.ScreenToMapEx | Methods | Properties
Converts point coordinates from screen related to map related, but source will be in TGIS_Point.
// C# public ITGIS_Point ScreenToMapEx( ITGIS_Point _pt );
' VisualBasic Public Function ScreenToMapEx( ByVal _pt As ITGIS_Point ) As ITGIS_Point
// Oxygene public function ScreenToMapEx( _pt : ITGIS_Point ) : ITGIS_Point;
Name | Type | Description |
---|---|---|
_pt | ITGIS_Point | coordinate in screen units |
Type | Description |
---|---|
ITGIS_Point | screen coordinates converted to map coordinates |
See TGIS_LayerVector.Locate for example.