UI\Draw\Pen::fill

(UI 0.9.9)

UI\Draw\Pen::fillPreenche um caminho

Descrição

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)

Preenche o caminho informado.

Parâmetros

path

O caminho a preencher.

with

A cor ou um pincel com o qual o caminho será preenchido.