Draws a rectangles with round corners.
Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
public void DrawRoundedRectangle( XPen pen, XBrush brush, double x, double y, double width, double height, double ellipseWidth, double ellipseHeight )
Parameters
- pen
- Type: PdfEdit.Drawing.XPen
- brush
- Type: PdfEdit.Drawing.XBrush
- x
- Type: System.Double
- y
- Type: System.Double
- width
- Type: System.Double
- height
- Type: System.Double
- ellipseWidth
- Type: System.Double
- ellipseHeight
- Type: System.Double
See Also