Method FillBorderRectangle
FillBorderRectangle(Graphics, RectD, Brush?, BorderSettings?, bool, Control?)
Fills rectangle background and draws its border using the specified border settings.
public static void FillBorderRectangle(this Graphics dc, RectD rect, Brush? brush, BorderSettings? border, bool hasBorder = true, Control? control = null)