Click or drag to resize

ViewLayoutDockerUpdateFillerRect Method

Allow the filler rectangle calculated by Layout to be modified before use.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected virtual Rectangle UpdateFillerRect(
	Rectangle fillerRect,
	Control control
)

Parameters

fillerRect  Rectangle
Original filler rectangle.
control  Control
Owning control instance.

Return Value

Rectangle
Modified rectangle.
See Also