Click or drag to resize

FS_QUADPOINTSF(Double, Double, Double, Double, Double, Double, Double, Double) Constructor

Initializes a new instance of the FS_QUADPOINTSF structure.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntax
public FS_QUADPOINTSF(
	double x1,
	double y1,
	double x2,
	double y2,
	double x3,
	double y3,
	double x4,
	double y4
)

Parameters

x1  Double
x coordinate of the first point.
y1  Double
y coordinate of the first point.
x2  Double
x coordinate of the second point.
y2  Double
y coordinate of the second point.
x3  Double
x coordinate of the third point.
y3  Double
y coordinate of the third point.
x4  Double
x coordinate of the fourth point
y4  Double
y coordinate of the fourth point
See Also