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)
public UI\Draw\Pen::fill(UI\Draw\Path $path, UI\Draw\Color $with)
public UI\Draw\Pen::fill(UI\Draw\Path $path, int $with)

将填充给定的路径

参数

path

要填充的路径

with

要填充的颜色或画笔

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top