Paint
(gb.qt4)
This
class is used for doing anti-aliased painting on the following objects:
Before starting drawing anything, you must call the
Paint.Begin method by passing it the
object you want to draw.
Then you can draw what you want in three steps:
When your drawing is finished, you must call the
Paint.End method.
 |
The interface of that class is very closed to the Cairo drawing model.
|
Symbole
Diese Klasse ist statisch.