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