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, RectangleF rect, SizeF ellipseSize )
Parameters
- pen
- Type: PdfEdit.DrawingXPen
- brush
- Type: PdfEdit.DrawingXBrush
- rect
- Type: System.DrawingRectangleF
- ellipseSize
- Type: System.DrawingSizeF
See Also