| PdfQuadPoints Constructor (Double, Double, Double, Double, Double, Double, Double, Double) |
Initializes a new instance of the PdfQuadPoints class from the coordinates of four points.
Namespace:
Opait.Pdf.Api
Assembly:
Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax public PdfQuadPoints(
double x1,
double y1,
double x2,
double y2,
double x3,
double y3,
double x4,
double y4
)
Parameters
- x1
- Type: SystemDouble
The x-coordinate of the first point. - y1
- Type: SystemDouble
The y-coordinate of the first point. - x2
- Type: SystemDouble
The x-coordinate of the second point. - y2
- Type: SystemDouble
The y-coordinate of the second point. - x3
- Type: SystemDouble
The x-coordinate of the third point. - y3
- Type: SystemDouble
The y-coordinate of the third point. - x4
- Type: SystemDouble
The x-coordinate of the fourth point. - y4
- Type: SystemDouble
The y-coordinate of the fourth point.
See Also