Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Size() [2/2]

System.Drawing.Size.Size ( int width,
int height )
inline

Definition at line 61 of file Size.cs.

62 {
63 this.width = width;
64 this.height = height;
65 }

References System.Drawing.Size.height, and System.Drawing.Size.width.