class Position

좌표 지정 객체

Properties

protected int $top top position
protected int $left left position

Methods

__construct(int $top, int $left)

Constructor

int
getTop()

top position

int
getLeft()

left position

Details

at line 49
__construct(int $top, int $left)

Constructor

Parameters

int $top top position
int $left left position

at line 60
int getTop()

top position

Return Value

int

at line 70
int getLeft()

left position

Return Value

int