PHP 8.3.4 Released!

ImagickDraw::getClipRule

(PECL imagick 2, PECL imagick 3)

ImagickDraw::getClipRule現在の多角形塗りつぶしルールを返す

説明

public ImagickDraw::getClipRule(): int
警告

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

クリッピングパスで使用されている、現在の多角形塗りつぶしルールを返します。

戻り値

FILLRULE 定数 (imagick::FILLRULE_*) のいずれかを返します。

add a note

User Contributed Notes

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