PHP 8.3.4 Released!

ImagickDraw::getStrokeLineJoin

(PECL imagick 2, PECL imagick 3)

ImagickDraw::getStrokeLineJoinパスの角を描画する際に使用する形状を返す

説明

public ImagickDraw::getStrokeLineJoin(): int
警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パス (あるいはその他のベクター図形) の角を描画する際に使用する形状を返します。

戻り値

LINEJOIN 定数 (imagick::LINEJOIN_*) を返します。 あるいは設定されていない場合に 0 を返します。

add a note

User Contributed Notes

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