IRenderGlyphDrawTrackGlyph Method |
Draw the track bar track glyph.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxvoid DrawTrackGlyph(
RenderContext context,
PaletteState state,
IPaletteElementColor elementPalette,
Rectangle drawRect,
Orientation orientation,
bool volumeControl
)
Parameters
- context RenderContext
- Render context.
- state PaletteState
- Element state.
- elementPalette IPaletteElementColor
- Source of palette colors.
- drawRect Rectangle
- Drawing rectangle that should contain the track.
- orientation Orientation
- Drawing orientation.
- volumeControl Boolean
- Drawing as a volume control or standard slider.
See Also