Lápiz de dibujo

(UI 0.9.9)

Introducción

El lápiz se pasa al evento de dibujo de zona y se utiliza para recortar, rellenar, dibujar y escribir trazados de dibujo.

Sinopsis de la Clase

final class UI\Draw\Pen {
/* Métodos */
public function clip(UI\Draw\Path $path)
public function fill(UI\Draw\Path $path, UI\Draw\Brush $with)
public function fill(UI\Draw\Path $path, UI\Draw\Color $with)
public function fill(UI\Draw\Path $path, int $with)
public function restore()
public function save()
public function stroke(UI\Draw\Path $path, UI\Draw\Brush $with, UI\Draw\Stroke $stroke)
public function stroke(UI\Draw\Path $path, UI\Draw\Color $with, UI\Draw\Stroke $stroke)
public function stroke(UI\Draw\Path $path, int $with, UI\Draw\Stroke $stroke)
public function transform(UI\Draw\Matrix $matrix)
public function write(UI\Point $point, UI\Draw\Text\Layout $layout)
}

Tabla de contenidos

add a note

User Contributed Notes

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