'Declaration Public Overloads Sub DrawEllipse( _
ByVal penPdfPen that determines the color, width, and style of the ellipse.As PdfPen, _
ByVal rectSystem.Drawing.RectangleF structure that defines the boundaries of the ellipse.As System.Drawing.RectangleF _
)
public void DrawEllipse(
PdfPen pen,
System.Drawing.RectangleF rect
)
public: void DrawEllipse(
PdfPen* pen,
System.Drawing.RectangleF* rect
)
public:
void DrawEllipse(
PdfPen^ pen,
System.Drawing.RectangleF^ rect
)
Parameters
- pen
- PdfPen that determines the color, width, and style of the ellipse.
- rect
- System.Drawing.RectangleF structure that defines the boundaries of the ellipse.