Draw Pen

(UI 0.9.9)

Introduction

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

Synopsis de la 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)
}

Sommaire

To Top