 | FS_POINTF(Single, Single) 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(
float x,
float y
)
Public Sub New (
x As Single,
y As Single
)
public:
FS_POINTF(
float x,
float y
)
new :
x : float32 *
y : float32 -> FS_POINTF
public FS_POINTF(
float x,
float y
)
Patagames.Pdf.FS_POINTF = function(x, y);
Parameters
- x Single
- The x-coordinate of this FS_POINTF.
- y Single
- The y-coordinate of this FS_POINTF.
See Also