Click or drag to resize

FS_SIZEF(Double, Double) Constructor

Initializes a new instance of the FS_SIZEF structure.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public FS_SIZEF(
	double width,
	double height
)

Parameters

width  Double
The horizontal component of this FS_SIZEF structure.
height  Double
The vertical component of this FS_SIZEF structure.
See Also