Draws an ellipse defined by a bounding rectangle specified by a Rect structure.
Namespace:
C1.Silverlight.PdfAssembly: C1.Silverlight.Pdf (in C1.Silverlight.Pdf.dll)
Syntax
C# |
---|
public void DrawEllipse( Pen pen, Rect rc ) |
Visual Basic |
---|
Public Sub DrawEllipse ( _ pen As Pen, _ rc As Rect _ ) |
Parameters
- pen
- Type: C1.Silverlight.Pdf..::..Pen
Pen object that determines the color, width, and style of the rectangle.
- 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.