Click or drag to resize

FS_SIZEF(Single, Single) 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(
	float width,
	float height
)

Parameters

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