RenderStandardDrawRibbonBack Method |
Draw the background of a ribbon element.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic override 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
IDisposableImplements
IRenderRibbonDrawRibbonBack(PaletteRibbonShape, RenderContext, Rectangle, PaletteState, IPaletteRibbonBack, VisualOrientation, Boolean, IDisposable)
See Also