DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ViewerWnd.Renderer | Methods | Properties
Currently operating renderer. By assigning a new a different rendering engine a rendering will be switched to a new engine .
Available also on: Delphi FMX | .NET WinForms | Java.
// C# public TGIS_RendererAbstract Renderer { get {} set {} }
' VisualBasic Public Property Renderer As TGIS_RendererAbstract Get End Get Set(ByVal value As TGIS_RendererAbstract) End Set End Property
// Oxygene public property Renderer : TGIS_RendererAbstract read read;