Click or drag to resize

IRenderer Interface

Exposes access to specialized renderers.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public interface IRenderer

The IRenderer type exposes the following members.

Properties
  NameDescription
Public propertyRenderGlyph
Gets the glpyh renderer.
Public propertyRenderRibbon
Gets the ribbon renderer.
Public propertyRenderStandardBack
Gets the standard background renderer.
Public propertyRenderStandardBorder
Gets the standard border renderer.
Public propertyRenderStandardContent
Gets the standard content renderer.
Public propertyRenderTabBorder
Gets the tab border renderer.
Top
Methods
  NameDescription
Public methodEvalTransparentPaint(IPaletteBack, PaletteState)
Evaluate if transparent painting is needed for background palette.
Public methodEvalTransparentPaint(IPaletteBack, IPaletteBorder, PaletteState)
Evaluate if transparent painting is needed for background or border palettes.
Public methodRenderToolStrip
Gets a renderer for drawing the toolstrips.
Top
See Also