Size Constructor
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Initializes a new instance of the Size structure and assigns it an initial width and height.
Namespace: System.Windows
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Public Sub New ( _
width As Double, _
height As Double _
)
public Size(
double width,
double height
)
Parameters
- width
Type: System.Double
The initial width of the instance of Size.
- height
Type: System.Double
The initial height of the instance of Size.
Remarks
width and height values cannot be negative.
Although the type of the property values of a Size is Double, you generally should use integer values. For details, see Layout Rounding.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.