IRenderRibbonDrawRibbonClusterEdge Method |
Perform drawing of a ribbon cluster edge.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxvoid DrawRibbonClusterEdge(
PaletteRibbonShape shape,
RenderContext context,
Rectangle displayRect,
IPaletteBack paletteBack,
PaletteState state
)
Parameters
- shape PaletteRibbonShape
- Ribbon shape.
- context RenderContext
- Render context.
- displayRect Rectangle
- Display area available for drawing.
- paletteBack IPaletteBack
- Palette used for recovering drawing details.
- state PaletteState
- State associated with rendering.
See Also