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