PHP 8.4.0 RC4 available for testing

UI\Draw\Pen::fill

(UI 0.9.9)

UI\Draw\Pen::fillRemplit un chemin

Description

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)

Remplit le chemin donné

Liste de paramètres

path

Le chemin à remplir

with

La couleur ou le pinceau avec lequel remplir

add a note

User Contributed Notes

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