PHP 8.4.0 RC3 available for testing

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.

adicione uma nota

Notas Enviadas por Usuários (em inglês)

Não há notas de usuários para esta página.
To Top