Initializes a new instance of the
Size class with the specified dimensions.
'Declaration
Public Function New( _
ByVal As Double, _
ByVal As Double _
)
'Usage
Dim width As Double
Dim height As Double
Dim instance As New Size(width, height)
Parameters
- width
- The width component of the new Size.
- height
- The height component of the new Size.