PdfContents.DrawInwardCornerRectangle Method

PDF File Writer

PdfContentsDrawInwardCornerRectangle Method

Draw Rectangle with Inward Corners

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void DrawInwardCornerRectangle(
	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