Click or drag to resize
Size Constructor
Initializes a new instance of the Windows.Foundation.Size structure and assigns it an initial width and height.

Namespace: Windows.Foundation
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
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