ComponentFactory.Krypton.Toolkit.ViewLayoutDocker.UpdateFillerRect C# (CSharp) Method

UpdateFillerRect() protected method

Allow the filler rectangle calculated by Layout to be modified before use.
protected UpdateFillerRect ( Rectangle fillerRect, Control control ) : Rectangle
fillerRect System.Drawing.Rectangle Original filler rectangle.
control System.Windows.Forms.Control Owning control instance.
return System.Drawing.Rectangle
        protected virtual Rectangle UpdateFillerRect(Rectangle fillerRect,
                                                     Control control)
        {
            return fillerRect;
        }