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, Rectangle rect, Size ellipseSize )
Parameters
- pen
- Type: PdfEdit.DrawingXPen
- brush
- Type: PdfEdit.DrawingXBrush
- rect
- Type: System.DrawingRectangle
- ellipseSize
- Type: System.DrawingSize
See Also