Draw
This class is used to draw on pictures, forms, or DrawingArea controls.
To draw anything, you must call the
Draw.Begin
method first, to indicate the drawing device, i.e. where you want to draw.
Once your drawing is finished, you must call the
Draw.End
method to release this drawing device.
Properties
Methods
BackColor
Background
Clip
FillColor
FillStyle
FillX
FillY
Font
ForeColor
Foreground
Invert
LineStyle
LineWidth
Transparent
Begin
Ellipse
End
Line
Picture
Point
Polygon
Polyline
Rect
Text
TextHeight
TextWidth
Tile
Referenced by :
Gambas provides familiarity to VB coders using Linux
Differences from VB
Draw
Begin
.DrawClip
Enabled
H
Height
W
Width
X
Y
call
Ellipse
End
Line
Picture
Point
Draw.Polygon
Draw.Polyline
BackColor
Background
Clip
FillColor
FillStyle
FillX
FillY
Font
ForeColor
Foreground
Invert
LineStyle
LineWidth
Transparent
Rect
Text
TextHeight
TextWidth
Tile
exit
DrawingArea
Clear
DefaultEvent
Properties
DefaultEvent
Draw
Draw
Properties
BackColor
Background
Border
Cached
Tracking
new
init
Visual Introduction to Gambas