Method FillRectangle
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
FillRectangle(RectFloat, IDeviceBrush)
Paints the interior of the specified rectangle.
void FillRectangle(RectFloat rect, IDeviceBrush brush)
Parameters
rectRectFloatThe dimension of the rectangle to paint, in device-independent pixels.
brushIDeviceBrushThe brush used to paint the rectangle's interior.