Click or drag to resize

FS_QUADPOINTSF(Single, Single, Single, Single, Single, Single, Single, Single) Constructor

Initializes a new instance of the FS_QUADPOINTSF structure.

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

Parameters

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