Click or drag to resize

PdfQuadrilateral Constructor (Double, Double, Double, Double, Double, Double, Double, Double)

Initializes a new instance of the PdfQuadrilateral class using the eight values.

Namespace:  Atalasoft.PdfDoc.Geometry
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PdfQuadrilateral(
	double x0,
	double y0,
	double x1,
	double y1,
	double x2,
	double y2,
	double x3,
	double y3
)

Parameters

x0
Type: SystemDouble
Point 0 X.
y0
Type: SystemDouble
Point 0 Y.
x1
Type: SystemDouble
Point 1 X.
y1
Type: SystemDouble
Point 1 Y.
x2
Type: SystemDouble
Point 2 X.
y2
Type: SystemDouble
Point 2 Y.
x3
Type: SystemDouble
Point 3 X.
y3
Type: SystemDouble
Point 3 Y.
See Also