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

Namespace:  C1.Silverlight.Pdf
Assembly:  C1.Silverlight.Pdf (in C1.Silverlight.Pdf.dll)

Syntax

C#
public void FillEllipse(
	Color color,
	Rect rc
)
Visual Basic
Public Sub FillEllipse ( _
	color As Color, _
	rc As Rect _
)

Parameters

color
Type: System.Windows.Media..::..Color
Color object that determines the color used to fill the ellipse.
rc
Type: System.Windows..::..Rect
Rect structure that specifies the bounding rectangle.

Remarks

All coordinates are expressed in points, measured from the upper-left corner of the page.

See Also