메소드 | 설명 | |
---|---|---|
Size ( int width, int height ) : System |
Creates a Size object with the given width and height.
|
public Size ( int width, int height ) : System | ||
width | int | The width of the Size. |
height | int | The height of the Size. |
리턴 | System |