CakeFest 2024: The Official CakePHP Conference

UI\Draw\Pen::fill

(UI 0.9.9)

UI\Draw\Pen::fillLlena una ruta

Descripción

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)

Llenará la ruta dada

Parámetros

path

La ruta a llenar

with

El color o el pincel para rellenar

add a note

User Contributed Notes

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