Click or drag to resize

RenderBaseDrawTrackGlyph Method

Draw the track bar track glyph.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public abstract void 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.

Implements

IRenderGlyphDrawTrackGlyph(RenderContext, PaletteState, IPaletteElementColor, Rectangle, Orientation, Boolean)
See Also