 | FS_SIZEF(Double, Double) 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(
double width,
double height
)
Public Sub New (
width As Double,
height As Double
)
public:
FS_SIZEF(
double width,
double height
)
new :
width : float *
height : float -> FS_SIZEF
public FS_SIZEF(
double width,
double height
)
Patagames.Pdf.FS_SIZEF = function(width, height);
Parameters
- width Double
- The horizontal component of this FS_SIZEF structure.
- height Double
- The vertical component of this FS_SIZEF structure.
See Also