[]
Initializes a new instance of the Size class with the specified dimensions.
public Size(double width, double height)
Public Sub New(width As Double, height As Double)
Type | Name | Description |
---|---|---|
double | width | The width component of the new Size. |
double | height | The height component of the new Size. |