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