Click or drag to resize

IRenderGlyphDrawRibbonOverflow Method

Perform drawing of a ribbon overflow image.

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#
void DrawRibbonOverflow(
	PaletteRibbonShape shape,
	RenderContext context,
	Rectangle displayRect,
	IPaletteRibbonGeneral paletteGeneral,
	PaletteState state
)

Parameters

shape  PaletteRibbonShape
Ribbon shape.
context  RenderContext
Render context.
displayRect  Rectangle
Display area available for drawing.
paletteGeneral  IPaletteRibbonGeneral
General ribbon palette details.
state  PaletteState
State associated with rendering.
See Also