drawRoundRectangle(PDFPen,PDFBrush,double,double,double,double,double,double) Method
In This Topic
Draws and fills the interior of a rounded rectangle specified by a coordinate pair, a width, and a height.
Syntax
public void drawRoundRectangle(
PDFPen ,
PDFBrush ,
double ,
double ,
double ,
double ,
double ,
double
)
|
Parameters
- pen
- that determines the color, width, and style of the rectangle.
- brush
- that determines the characteristics of the fill.
- x
- The x-coordinate of the upper-left corner of the rectangle to draw.
- y
- The y-coordinate of the upper-left corner of the rectangle to draw.
- width
- Width of the rectangle to draw.
- height
- Height of the rectangle to draw.
- ellipseWidth
- Width of the ellipse that defines the rounded corners.
- ellipseHeight
- Height of the ellipse that defines the rounded corners.
See Also