 | FS_POINTF(Double, Double) Constructor |
Initialize a new instance of
FS_POINTF structure
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic FS_POINTF(
double x,
double y
)
Public Sub New (
x As Double,
y As Double
)
public:
FS_POINTF(
double x,
double y
)
new :
x : float *
y : float -> FS_POINTF
public FS_POINTF(
double x,
double y
)
Patagames.Pdf.FS_POINTF = function(x, y);
Parameters
- x Double
- The x-coordinate of this FS_POINTF.
- y Double
- The y-coordinate of this FS_POINTF.
See Also