Click or drag to resize

RenderNeoAxisDrawTrackPositionGlyph Method

Draw the track bar position 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 override void DrawTrackPositionGlyph(
	RenderContext context,
	PaletteState state,
	IPaletteElementColor elementPalette,
	Rectangle drawRect,
	Orientation orientation,
	TickStyle tickStyle
)

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.
tickStyle  TickStyle
Tick marks that surround the position.

Implements

IRenderGlyphDrawTrackPositionGlyph(RenderContext, PaletteState, IPaletteElementColor, Rectangle, Orientation, TickStyle)
See Also