Click or drag to resize

RenderStandardDrawRibbonGroupGradientTwo Method

Internal rendering 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#
protected virtual IDisposable DrawRibbonGroupGradientTwo(
	RenderContext context,
	Rectangle rect,
	PaletteState state,
	IPaletteRibbonBack palette,
	float percent,
	IDisposable memento
)

Parameters

context  RenderContext
 
rect  Rectangle
 
state  PaletteState
 
palette  IPaletteRibbonBack
 
percent  Single
 
memento  IDisposable
 

Return Value

IDisposable
See Also