Click or drag to resize

RenderNeoAxisDrawTrackTicksGlyph Method


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 DrawTrackTicksGlyph(
	RenderContext context,
	PaletteState state,
	IPaletteElementColor elementPalette,
	Rectangle drawRect,
	Orientation orientation,
	bool topRight,
	Size positionSize,
	int minimum,
	int maximum,
	int frequency
)

Parameters

context  RenderContext
state  PaletteState
elementPalette  IPaletteElementColor
drawRect  Rectangle
orientation  Orientation
topRight  Boolean
positionSize  Size
minimum  Int32
maximum  Int32
frequency  Int32

Implements

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