Rectangle
in package
implements
Stringable
Read onlyYes
矩形領域。
Table of Contents
Interfaces
- Stringable
Properties
Methods
- __construct() : mixed
- 生成。
- __toString() : string
- bottom() : int
- left() : int
- right() : int
- top() : int
Properties
$point
public
Point
$point
$size
public
Size
$size
Methods
__construct()
生成。
public
__construct(Point $point, Size $size) : mixed
Parameters
__toString()
public
__toString() : string
Return values
stringbottom()
public
bottom() : int
Return values
intleft()
public
left() : int
Return values
intright()
public
right() : int
Return values
inttop()
public
top() : int