Table of Contents

Method FillRoundedRectangle

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

FillRoundedRectangle(Brush, RectD, double)

Fills the interior of a rounded rectangle specified by a RectD and a corner radius.

public abstract void FillRoundedRectangle(Brush brush, RectD rect, double cornerRadius)

Parameters

brush Brush

Brush that determines the characteristics of the fill.

rect RectD

A RectD that represents the rectangle to add.

cornerRadius double

The corner radius of the rectangle.