XGraphicsPathAddRoundedRectangle Method (Double, Double, Double, Double, Double, Double)Terminal Works - PDF Printing.Net Library
Adds a rectangle with rounded corners to this path.

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public void AddRoundedRectangle(
	double x,
	double y,
	double width,
	double height,
	double ellipseWidth,
	double ellipseHeight
)

Parameters

x
Type: SystemDouble
y
Type: SystemDouble
width
Type: SystemDouble
height
Type: SystemDouble
ellipseWidth
Type: SystemDouble
ellipseHeight
Type: SystemDouble
See Also

Reference