Click or drag to resize

IRenderGlyphDrawTrackPositionGlyph Method

Draw the track bar position glyph.

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#
void DrawTrackPositionGlyph(
	RenderContext context,
	PaletteState state,
	IPaletteElementColor elementPalette,
	Rectangle drawRect,
	Orientation orientation,
	TickStyle tickStyle
)

Parameters

context
Type: Internal.ComponentFactory.Krypton.ToolkitRenderContext
Render context.
state
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteState
Element state.
elementPalette
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteElementColor
Source of palette colors.
drawRect
Type: System.DrawingRectangle
Drawing rectangle that should contain the track.
orientation
Type: System.Windows.FormsOrientation
Drawing orientation.
tickStyle
Type: System.Windows.FormsTickStyle
Tick marks that surround the position.
See Also