DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.Renderer | Constructors | Fields | Methods | Properties | Events
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 | Java | ActiveX.
// 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 [Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] property Renderer : TGIS_RendererAbstract read read;