[]
Initializes a new instance of the SizeD structure.
public SizeD(double width, double height)
Public Sub New(width As Double, height As Double)
| Type | Name | Description |
|---|---|---|
| double | width | The horizontal component of the SizeD. |
| double | height | The vertical component of the SizeD. |