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
rect
RectFloatThe dimension of the rectangle to paint, in device-independent pixels.
brush
IDeviceBrushThe brush used to paint the rectangle's interior.