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

PDF File Writer

PdfContentsDrawRectangle Method (Double, Double, Double, Double, PaintOp)

Draw Rectangle

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

Parameters

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