IRenderContentLayoutContent Method |
Perform layout calculations on the provided content.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
SyntaxIDisposable LayoutContent(
ViewLayoutContext context,
Rectangle availableRect,
IPaletteContent palette,
IContentValues values,
VisualOrientation orientation,
PaletteState state,
bool composition,
bool glowing
)
Parameters
- context ViewLayoutContext
- Layout context.
- availableRect Rectangle
- Space available for laying out.
- palette IPaletteContent
- Content palette details.
- values IContentValues
- Content values.
- 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.
Return Value
IDisposableMemento with cached information.
See Also