Documentación offline PHP master

UI\Draw\Pen::stroke

master Ver versión oficial en línea Licencia CC-BY-3.0Descargado el 2026-08-02

En esta página

UI\Draw\Pen::stroke

Traza una ruta

Descripción#

public UI\Draw\Pen::stroke(UI\Draw\Path $path, UI\Draw\Brush $with, UI\Draw\Stroke $stroke)
```php

```php
public UI\Draw\Pen::stroke(UI\Draw\Path $path, UI\Draw\Color $with, UI\Draw\Stroke $stroke)

php public UI\Draw\Pen::stroke(UI\Draw\Path $path, int $with, UI\Draw\Stroke $stroke)php

Trazará la ruta dada

Parámetros#

path
La ruta del trazo

with
El color o el pincel con el que trazar

stroke
La configuración del trazo