Table of Contents

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 RoundedRect

The dimensions of the rounded rectangle to paint, in device independent pixels.

brush IDeviceBrush

The brush used to paint the interior of the rounded rectangle.