'Declaration Public Overloads Sub FillAndDrawEllipse( _
ByVal penPdfPen that determines the color, width, and style of the ellipse.As PdfPen, _
ByVal brushPdfBrush that determines the characteristics of the fill.As PdfBrush, _
ByVal xThe x-coordinate of the bottom-left corner of the bounding rectangle that defines the ellipse.As Single, _
ByVal yThe y-coordinate of the bottom-left corner of the bounding rectangle that defines the ellipse.As Single, _
ByVal widthWidth of the bounding rectangle that defines the ellipse.As Single, _
ByVal heightHeight of the bounding rectangle that defines the ellipse.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.