DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.MapToScreen3D | Constructors | Fields | Methods | Properties | Events
Converts 3D point coordinates from map related to screen related.
Available also on: Delphi FMX | Java | ActiveX.
Implements IGIS_Viewer.MapToScreen3D.
// C# public Point MapToScreen3D( TGIS_Point3D _ptg );
' VisualBasic Public Function MapToScreen3D( ByVal _ptg As TGIS_Point3D ) As Point
// Oxygene public function MapToScreen3D( _ptg : TGIS_Point3D ) : Point;
Name | Type | Description |
---|---|---|
_ptg | TGIS_Point3D | coordinate in map units |
Type | Description |
---|---|
Point |
See TGIS_LayerVector.DrawLabel for example.