Click or drag to resize

PdfRoundedRectangle Constructor (PdfBounds, Double, IPdfColor, IPdfColor, Double)

Initializes a new instance of the PdfRoundedRectangle class.

Namespace:  Atalasoft.PdfDoc.Generating.Shapes
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PdfRoundedRectangle(
	PdfBounds bounds,
	double curveRadius,
	IPdfColor fillColor,
	IPdfColor outlineColor,
	double lineWidth
)

Parameters

bounds
Type: Atalasoft.PdfDoc.GeometryPdfBounds
The bounds of the rounded rectangle.
curveRadius
Type: SystemDouble
The curve radius of the corners of the rectangle.
fillColor
Type: Atalasoft.PdfDoc.GeneratingIPdfColor
Color of the fill.
outlineColor
Type: Atalasoft.PdfDoc.GeneratingIPdfColor
Color of the outline.
lineWidth
Type: SystemDouble
Width of the line.
See Also