Click or drag to resize

FS_POINTF(Double, Double) Constructor

Initialize a new instance of FS_POINTF structure

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public FS_POINTF(
	double x,
	double y
)

Parameters

x  Double
The x-coordinate of this FS_POINTF.
y  Double
The y-coordinate of this FS_POINTF.
See Also