RenderStandardDrawContent Method |
Perform draw of content using provided memento.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic override void DrawContent(
RenderContext context,
Rectangle displayRect,
IPaletteContent palette,
IDisposable memento,
VisualOrientation orientation,
PaletteState state,
bool composition,
bool glowing,
bool allowFocusRect
)
Parameters
- context RenderContext
- Render context.
- displayRect Rectangle
- Display area available for drawing.
- palette IPaletteContent
- Content palette details.
- memento IDisposable
- Cached values from layout call.
- orientation VisualOrientation
- Visual orientation of the content.
- state PaletteState
- State associated with rendering.
- composition Boolean
- Drawing onto a composition element.
- glowing Boolean
- If composition should glowing be drawn.
- allowFocusRect Boolean
- Allow drawing of focus rectangle.
Implements
IRenderContentDrawContent(RenderContext, Rectangle, IPaletteContent, IDisposable, VisualOrientation, PaletteState, Boolean, Boolean, Boolean)
See Also