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