RenderStandardDrawTrackTicksGlyph Method |
Draw the track bar ticks glyph.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic override void DrawTrackTicksGlyph(
RenderContext context,
PaletteState state,
IPaletteElementColor elementPalette,
Rectangle drawRect,
Orientation orientation,
bool topRight,
Size positionSize,
int minimum,
int maximum,
int frequency
)
Parameters
- context RenderContext
- Render context.
- state PaletteState
- Element state.
- elementPalette IPaletteElementColor
- Source of palette colors.
- drawRect Rectangle
- Drawing rectangle that should contain ticks.
- orientation Orientation
- Orientation of the drawing area.
- topRight Boolean
- Drawing on the topRight or the bottomLeft.
- positionSize Size
- Size of the position indicator.
- minimum Int32
- First value.
- maximum Int32
- Last value.
- frequency Int32
- How often ticks are drawn.
Implements
IRenderGlyphDrawTrackTicksGlyph(RenderContext, PaletteState, IPaletteElementColor, Rectangle, Orientation, Boolean, Size, Int32, Int32, Int32)
See Also