Table of Contents

Method DrawEllipse

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

DrawEllipse(Pen, RectD)

Draws an ellipse defined by a bounding RectD.

void DrawEllipse(Pen pen, RectD bounds)

Parameters

pen Pen

Pen that determines the color, width, and style of the ellipse.

bounds RectD

RectD structure that defines the boundaries of the ellipse.