GmagickDraw::ellipse
楕円を画像上に描く
説明
public GmagickDraw GmagickDraw::ellipse(
float $ox
,
float $oy
,
float $rx
,
float $ry
,
float $start
,
float $end
)
パラメータ
-
ox
-
原点の x 座標。
-
oy
-
原点の y 座標。
-
rx
-
x 方向の半径。
-
ry
-
y 方向の半径。
-
start
-
開始角度。
-
end
-
終了角度。
戻り値
GmagickDraw オブジェクトを返します。