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
roundedRect
RoundedRectThe dimensions of the rounded rectangle to paint, in device independent pixels.
brush
IDeviceBrushThe brush used to paint the interior of the rounded rectangle.