DK11 for Delphi | GisViewer.TGIS_Viewer.MapToScreen3D | Constructors | Fields | Methods | Properties | Events
Converts 3D point coordinates from map related to screen related.
Implements IGIS_Viewer.MapToScreen3D.
// Delphi public function MapToScreen3D( const _ptg : TGIS_Point3D ) : TPoint;
// C++ Builder public: TPoint* MapToScreen3D( TGIS_Point3D* const _ptg );
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.