PHP Conference Japan 2024

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(int $with, UI\Draw\Path $path)

填充给定的路径

参数

path

要填充的路径

with

填充的颜色或画笔

添加笔记

用户贡献笔记

此页面没有用户贡献的笔记。
To Top