PeServer

Rectangle
in package
implements Stringable

Read onlyYes

矩形領域。

Table of Contents

Interfaces

Stringable

Properties

$point  : Point
$size  : Size

Methods

__construct()  : mixed
生成。
__toString()  : string
bottom()  : int
left()  : int
right()  : int
top()  : int

Properties

Methods

__construct()

生成。

public __construct(Point $point, Size $size) : mixed
Parameters
$point : Point

開始座標。

$size : Size

開始座標からの幅と高さ。

__toString()

public __toString() : string
Return values
string

bottom()

public bottom() : int
Return values
int

left()

public left() : int
Return values
int

right()

public right() : int
Return values
int

        
On this page

Search results