Table of Contents

Method FillEllipse

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

FillEllipse(Brush, RectD)

Fills the interior of an ellipse defined by a bounding rectangle specified by a RectD structure.

void FillEllipse(Brush brush, RectD bounds)

Parameters

brush Brush

Brush that determines the characteristics of the fill.

bounds RectD

RectD structure that represents the bounding rectangle that defines the ellipse.

Remarks

This method fills the interior of an ellipse with a Brush. The ellipse is defined by the bounding rectangle represented by the bounds parameter.