 | FS_QUADPOINTSF(Single, Single, Single, Single, Single, Single, Single, Single) Constructor |
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic FS_QUADPOINTSF(
float x1,
float y1,
float x2,
float y2,
float x3,
float y3,
float x4,
float y4
)
Public Sub New (
x1 As Single,
y1 As Single,
x2 As Single,
y2 As Single,
x3 As Single,
y3 As Single,
x4 As Single,
y4 As Single
)
public:
FS_QUADPOINTSF(
float x1,
float y1,
float x2,
float y2,
float x3,
float y3,
float x4,
float y4
)
new :
x1 : float32 *
y1 : float32 *
x2 : float32 *
y2 : float32 *
x3 : float32 *
y3 : float32 *
x4 : float32 *
y4 : float32 -> FS_QUADPOINTSF
public FS_QUADPOINTSF(
float x1,
float y1,
float x2,
float y2,
float x3,
float y3,
float x4,
float y4
)
Patagames.Pdf.FS_QUADPOINTSF = function(x1, y1, x2, y2, x3, y3, x4, 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