ViewLayoutDockerUpdateFillerRect Method |
Allow the filler rectangle calculated by Layout to be modified before use.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected virtual Rectangle UpdateFillerRect(
Rectangle fillerRect,
Control control
)
Parameters
- fillerRect Rectangle
- Original filler rectangle.
- control Control
- Owning control instance.
Return Value
RectangleModified rectangle.
See Also