PdfContents.DrawRoundedRectangle Method (Double, Double, Double, Double, Double, PaintOp)

PDF File Writer

PdfContentsDrawRoundedRectangle Method (Double, Double, Double, Double, Double, PaintOp)

Draw Rounded Rectangle

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void DrawRoundedRectangle(
	double OriginX,
	double OriginY,
	double Width,
	double Height,
	double Radius,
	PaintOp PP
)

Parameters

OriginX
Type: SystemDouble
Origin X (left)
OriginY
Type: SystemDouble
Origin Y (right)
Width
Type: SystemDouble
Width
Height
Type: SystemDouble
Height
Radius
Type: SystemDouble
Radius
PP
Type: PdfFileWriterPaintOp
Paint operator
See Also