PdfQuadF Constructor
Initializes a new instance of the
PdfQuadF class
Namespace: HiQPdf.NextAssembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
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