DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.ScreenToMapEx | Constructors | Fields | Methods | Properties | Events
Converts point coordinates from screen related to map related, but source will be in TGIS_Point.
Available also on: Delphi FMX | Java | ActiveX.
Implements IGIS_Viewer.ScreenToMapEx.
// C# public TGIS_Point ScreenToMapEx( TGIS_Point _pt );
' VisualBasic Public Function ScreenToMapEx( ByVal _pt As TGIS_Point ) As TGIS_Point
// Oxygene public function ScreenToMapEx( _pt : TGIS_Point ) : TGIS_Point;
Name | Type | Description |
---|---|---|
_pt | TGIS_Point | coordinate in screen units |
Type | Description |
---|---|
TGIS_Point |
See TGIS_LayerVector.Locate for example.