PdfQuadF Constructor

Initializes a new instance of the PdfQuadF class

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public PdfQuadF(
	PdfPointF topLeft,
	PdfPointF topRight,
	PdfPointF bottomRight,
	PdfPointF bottomLeft
)

Parameters

topLeft  PdfPointF
The transformed top-left corner
topRight  PdfPointF
The transformed top-right corner
bottomRight  PdfPointF
The transformed bottom-right corner
bottomLeft  PdfPointF
The transformed bottom-left corner

See Also