2024 年 PHP Conference Japan

UI\Draw\Pen::fill

(UI 0.9.9)

UI\Draw\Pen::fill填滿路徑

說明

public UI\Draw\Pen::fill(UI\Draw\Path $path, UI\Draw\Brush $with)
公開 UI\Draw\Pen::fill(UI\Draw\Path $path, UI\Draw\Color $with)
公開 UI\Draw\Pen::fill(UI\Draw\Path $path, int $with)

填滿指定的路径

參數

path

要填滿的路径

with

用於填滿的顏色或筆刷

新增註記

使用者提供的註記

此頁面沒有使用者提供的註記。
To Top