Click or drag to resize

RenderNeoAxisDrawTrackTicksGlyph Method

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
state
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteState
elementPalette
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteElementColor
drawRect
Type: System.DrawingRectangle
orientation
Type: System.Windows.FormsOrientation
topRight
Type: SystemBoolean
positionSize
Type: System.DrawingSize
minimum
Type: SystemInt32
maximum
Type: SystemInt32
frequency
Type: SystemInt32

Implements

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