DK11 for Java | tatukgis.jdk.TGIS_ViewerWnd.MapToScreen3D | Constructors | Methods | Properties | Events
Converts 3D point coordinates from map related to screen related.
Available also on: Delphi FMX | .NET WinForms | ActiveX | Python.
// Java public TPoint MapToScreen3D( TGIS_Point3D _ptg );
// Oxygene public function MapToScreen3D( _ptg : TGIS_Point3D ) : TPoint;
Name | Type | Description |
---|---|---|
_ptg | TGIS_Point3D | coordinate in map units |
Type | Description |
---|---|
TPoint | Map coordinates converted to screen coordinates. |
See TGIS_LayerVector.DrawLabel for example.