Draw Pen

(UI 0.9.9)

Introdução

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

Resumo da classe

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)
}

Índice

To Top