Click or drag to resize

RenderStandardDrawTrackTicksGlyph Method

Draw the track bar ticks 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#
public 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
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 ticks.
orientation
Type: System.Windows.FormsOrientation
Orientation of the drawing area.
topRight
Type: SystemBoolean
Drawing on the topRight or the bottomLeft.
positionSize
Type: System.DrawingSize
Size of the position indicator.
minimum
Type: SystemInt32
First value.
maximum
Type: SystemInt32
Last value.
frequency
Type: SystemInt32
How often ticks are drawn.

Implements

IRenderGlyphDrawTrackTicksGlyph(RenderContext, PaletteState, IPaletteElementColor, Rectangle, Orientation, Boolean, Size, Int32, Int32, Int32)
See Also