RenderNeoAxisDrawRibbonContextArrow Method |
Perform drawing of a ribbon context arrow glyph.
Namespace:
Internal.ComponentFactory.Krypton.Toolkit
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public override void DrawRibbonContextArrow(
PaletteRibbonShape shape,
RenderContext context,
Rectangle displayRect,
IPaletteRibbonGeneral paletteGeneral,
PaletteState state,
bool qatAbove
)
Parameters
- shape
- Type: Internal.ComponentFactory.Krypton.ToolkitPaletteRibbonShape
Ribbon shape. - context
- Type: Internal.ComponentFactory.Krypton.ToolkitRenderContext
Render context. - displayRect
- Type: System.DrawingRectangle
Display area available for drawing. - paletteGeneral
- Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteRibbonGeneral
General ribbon palette details. - state
- Type: Internal.ComponentFactory.Krypton.ToolkitPaletteState
State associated with rendering. - qatAbove
- Type: SystemBoolean
Implements
IRenderGlyphDrawRibbonContextArrow(PaletteRibbonShape, RenderContext, Rectangle, IPaletteRibbonGeneral, PaletteState, Boolean)See Also