Method FillRoundedRectangle
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
FillRoundedRectangle(in RoundedRect, IDeviceBrush)
Paints the interior of the specified rounded rectangle.
void FillRoundedRectangle(in RoundedRect roundedRect, IDeviceBrush brush)
Parameters
roundedRectRoundedRectThe dimensions of the rounded rectangle to paint, in device independent pixels.
brushIDeviceBrushThe brush used to paint the interior of the rounded rectangle.