Click or drag to resize

RenderBaseDrawRibbonBack Method

Draw the background of a ribbon element.

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 IDisposable DrawRibbonBack(
	PaletteRibbonShape shape,
	RenderContext context,
	Rectangle rect,
	PaletteState state,
	IPaletteRibbonBack palette,
	VisualOrientation orientation,
	bool composition,
	IDisposable memento
)

Parameters

shape  PaletteRibbonShape
Ribbon shape.
context  RenderContext
Rendering context.
rect  Rectangle
Target rectangle.
state  PaletteState
State associated with rendering.
palette  IPaletteRibbonBack
Palette used for sourcing settings.
orientation  VisualOrientation
Orientation for drawing.
composition  Boolean
Drawing onto a composition element.
memento  IDisposable
Cached values to use when drawing.

Return Value

IDisposable

Implements

IRenderRibbonDrawRibbonBack(PaletteRibbonShape, RenderContext, Rectangle, PaletteState, IPaletteRibbonBack, VisualOrientation, Boolean, IDisposable)
See Also