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