GmagickDraw::setstrokecolor

(PECL gmagick >= Unknown)

GmagickDraw::setstrokecolorオブジェクトの輪郭の描画に使う色を設定する

説明

public GmagickDraw::setstrokecolor(mixed $color): GmagickDraw

オブジェクトの輪郭の描画に使う色を設定します。

パラメータ

color

輪郭の色を表す GmagickPixel オブジェクトあるいは文字列。

戻り値

成功した場合に GmagickDraw オブジェクトを返します。

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top