Click or drag to resize

PdfQuadPoints Constructor (PdfPoint, PdfPoint, PdfPoint, PdfPoint)

Initializes a new instance of the PdfQuadPoints class from the specified points.

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public PdfQuadPoints(
	PdfPoint point1,
	PdfPoint point2,
	PdfPoint point3,
	PdfPoint point4
)

Parameters

point1
Type: Opait.Pdf.ApiPdfPoint
The first point in PDF coordinates.
point2
Type: Opait.Pdf.ApiPdfPoint
The second point in PDF coordinates.
point3
Type: Opait.Pdf.ApiPdfPoint
The third point in PDF coordinates.
point4
Type: Opait.Pdf.ApiPdfPoint
The fourth point in PDF coordinates.
See Also