[C#]
Size(int width, int height); Size(Point pt);
[Visual Basic]
Sub New(width As Integer, height As Integer) Sub New(pt As Point)
None.