RenderNeoAxisDrawTrackGlyph Method |
Draw the track bar track 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 public override void DrawTrackGlyph(
RenderContext context,
PaletteState state,
IPaletteElementColor elementPalette,
Rectangle drawRect,
Orientation orientation,
bool volumeControl
)
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. - volumeControl
- Type: SystemBoolean
Drawing as a volume control or standard slider.
Implements
IRenderGlyphDrawTrackGlyph(RenderContext, PaletteState, IPaletteElementColor, Rectangle, Orientation, Boolean)See Also