DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.ScreenToMapEx | Methods | Properties
Converts point coordinates from screen coordinates to map coordinates, using TGIS_Point as the source type.
// 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 an example.