Click or drag to resize

RenderBaseDrawSeparator Method

Perform drawing of a separator glyph.

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 abstract void DrawSeparator(
	RenderContext context,
	Rectangle displayRect,
	IPaletteBack paletteBack,
	IPaletteBorder paletteBorder,
	Orientation orientation,
	PaletteState state,
	bool canMove
)

Parameters

context  RenderContext
Render context.
displayRect  Rectangle
Display area available for drawing.
paletteBack  IPaletteBack
Background palette details.
paletteBorder  IPaletteBorder
Border palette details.
orientation  Orientation
Visual orientation of the content.
state  PaletteState
State associated with rendering.
canMove  Boolean
Can the separator be moved.

Implements

IRenderGlyphDrawSeparator(RenderContext, Rectangle, IPaletteBack, IPaletteBorder, Orientation, PaletteState, Boolean)
See Also