Draw
(gb.qt4)
This
Třída is used for drawing on a
Picture, or a
DrawingArea objekt.
Before starting drawing anything, you must call the
Begin Metody
by passing it the
objekt where you want to draw.
Then you can call any of the drawing methods to draw points, lines, texts, pictures...
When your drawing is finished, you must call the
End method.
 |
You cannot draw on a DrawingArea outside of its Draw Události handler,
unless its Cached vlastnosti is set. In that case, the DrawingArea acts like a Picture.
|
 |
Since 3.4 version
The Draw Třída is deprecated since Gambas 3.4. It is now emulated through the Paint class.
|
Symbols