Dimension
class Dimension
가로 세로 크기 객체
Properties
protected int | $width | 가로 크기 | |
protected int | $height | 세로 크기 |
Methods
Details
at line 49
__construct(int $width, int $height)
Constructor
at line 60
int
getWidth()
가로 크기
at line 70
int
getHeight()
세로 크기