GmagickDraw::roundrectangle
角が丸い矩形を描く
説明
public GmagickDraw GmagickDraw::roundrectangle(
float $x1
,
float $y1
,
float $x2
,
float $y2
,
float $rx
,
float $ry
)
パラメータ
-
x1
-
最初の x 座標。
-
y1
-
最初の y 座標。
-
x2
-
二番目の x 座標。
-
y2
-
二番目の y 座標。
-
rx
-
水平方向の角の半径。
-
ry
-
垂直方向の角の半径。
戻り値
GmagickDraw オブジェクトを返します。