PHP 8.4.1 Released!

UI\Draw\Pen::stroke

(UI 0.9.9)

UI\Draw\Pen::strokeTrace un trait

Description

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)

Trace le trait donné

Liste de paramètres

path

Le trait à tracer

with

La couleur ou le pinceau avec lequel tracer

stroke

La configuration du trait

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top