ImagickDraw::circle
(No version information available, might be only in CVS)
ImagickDraw::circle — 円を描画する
説明
bool ImagickDraw::circle
( float $ox
, float $oy
, float $px
, float $py
)
警告
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
画像上に円を描画します。
パラメータ
- ox
-
原点の x 座標。
- oy
-
原点の y 座標。
- px
-
周囲の x 座標。
- py
-
周囲の y 座標。
返り値
値を返しません。
ImagickDraw::circle
There are no user contributed notes for this page.
