PdfQuadPoints Class |
Namespace: Opait.Pdf.Api
public class PdfQuadPoints
The PdfQuadPoints type exposes the following members.
Name | Description | |
---|---|---|
PdfQuadPoints(PdfPoint, PdfPoint, PdfPoint, PdfPoint) |
Initializes a new instance of the PdfQuadPoints class from the specified points.
| |
PdfQuadPoints(Double, Double, Double, Double, Double, Double, Double, Double) |
Initializes a new instance of the PdfQuadPoints class from the coordinates of four points.
|
Name | Description | |
---|---|---|
Point1 |
The first point in PDF coordinates.
| |
Point2 |
The second point in PDF coordinates.
| |
Point3 |
The third point in PDF coordinates.
| |
Point4 |
The fourth point in PDF coordinates.
|