PHP 8.4.0 RC3 available for testing

UI\Draw\Pen::fill

(UI 0.9.9)

UI\Draw\Pen::fillFill a Path

说明

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

Shall fill the given path

参数

path

The path to fill

with

The color or brush to fill with

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top