PHP Conference Japan 2024

UI\Draw\Pen::stroke

(UI 0.9.9)

UI\Draw\Pen::stroke描边路径

描述

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

将描边给定的路径

参数

path

要描边的路径

with

用于描边的颜色或画笔

stroke

描边的配置

添加注释

用户贡献的注释

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