PdfRectangle Constructor (PointF, PointF)Terminal Works - PDF Printing.Net Library
Initializes a new instance of the PdfRectangle class with two points specifying two diagonally opposite corners.

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public PdfRectangle(
	PointF pt1,
	PointF pt2
)

Parameters

pt1
Type: System.DrawingPointF
pt2
Type: System.DrawingPointF
See Also

Reference