Draw Pen

(UI 0.9.9)

Introducción

The Pen is passed to the Area Draw event handler, it is used for clipping, filling, stroking, and writing to Draw Paths.

Sinopsis de la Clase

finalclassUI\Draw\Pen {
publicclip(UI\Draw\Path$path)
publicfill(UI\Draw\Path$path, UI\Draw\Brush$with)
publicfill(UI\Draw\Path$path, UI\Draw\Color$with)
publicfill(UI\Draw\Path$path, int$with)
publicrestore()
publicsave()
publicstroke(UI\Draw\Path$path, int$with, UI\Draw\Stroke$stroke)
publicwrite(UI\Point$point, UI\Draw\Text\Layout$layout)
}

Tabla de contenidos

To Top