 | FS_SIZEF(Single, Single) Constructor |
Initializes a new instance of the
FS_SIZEF structure.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic FS_SIZEF(
float width,
float height
)
Public Sub New (
width As Single,
height As Single
)
public:
FS_SIZEF(
float width,
float height
)
new :
width : float32 *
height : float32 -> FS_SIZEF
public FS_SIZEF(
float width,
float height
)
Patagames.Pdf.FS_SIZEF = function(width, height);
Parameters
- width Single
- The horizontal component of this FS_SIZEF structure.
- height Single
- The vertical component of this FS_SIZEF structure.
See Also