Draw Pen

(UI 0.9.9)

简介

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

类摘要

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

目录

To Top