'Declaration Public Overloads Sub FillAndDrawEllipse( _ ByVal pen As PdfPen, _ ByVal brush As PdfBrush, _ ByVal x As Single, _ ByVal y As Single, _ ByVal width As Single, _ ByVal height As Single _ )
public void FillAndDrawEllipse( PdfPen pen, PdfBrush brush, float x, float y, float width, float height )
Parameters
- pen
- PdfPen that determines the color, width, and style of the ellipse.
- brush
- PdfBrush that determines the characteristics of the fill.
- x
- The x-coordinate of the bottom-left corner of the bounding rectangle that defines the ellipse.
- y
- The y-coordinate of the bottom-left corner of the bounding rectangle that defines the ellipse.
- width
- Width of the bounding rectangle that defines the ellipse.
- height
- Height of the bounding rectangle that defines the ellipse.