Initializes a new instance of the Windows.Foundation.Size
structure and assigns it an initial width and height.
Namespace: Windows.FoundationAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public Size(
double width,
double height
)
Parameters
- width
- Type: SystemDouble
The initial width of the instance of Windows.Foundation.Size. - height
- Type: SystemDouble
The initial height of the instance of Windows.Foundation.Size.
See Also