IRenderGlyphDrawSeparator Method |
Perform drawing of a separator glyph.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxvoid DrawSeparator(
RenderContext context,
Rectangle displayRect,
IPaletteBack paletteBack,
IPaletteBorder paletteBorder,
Orientation orientation,
PaletteState state,
bool canMove
)
Parameters
- context RenderContext
- Render context.
- displayRect Rectangle
- Display area available for drawing.
- paletteBack IPaletteBack
- Background palette details.
- paletteBorder IPaletteBorder
- Border palette details.
- orientation Orientation
- Visual orientation of the content.
- state PaletteState
- State associated with rendering.
- canMove Boolean
- Can the separator be moved.
See Also