Position
class Position
좌표 지정 객체
Properties
protected int | $top | top position | |
protected int | $left | left position |
Methods
Details
at line 49
__construct(int $top, int $left)
Constructor
at line 60
int
getTop()
top position
at line 70
int
getLeft()
left position