Table of Contents

Method AddRoundedRectangle

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

AddRoundedRectangle(RectD, double)

Adds a rounded rectangle to this path.

void AddRoundedRectangle(RectD rect, double cornerRadius)

Parameters

rect RectD

A RectD that represents the rectangle to add.

cornerRadius double

The corner radius of the rectangle.