public static bool FillRectangle(this DeviceContext deviceContext, RECT rectangle, BrushHandle brush)
 => GdiMethods.FillRectangle(deviceContext, rectangle, brush);