Gambas Documentation
Application Repository
Compilatie & Installatie
Componenten
gb
gb.db
gb.db.form
gb.qt4
ComboBox
Dialog
Draw
Menu
Message
ToggleButton
gb.settings
Developer Documentation
Documenten
Foutboodschappen
Hoe...
Laatste Wijzigingen
Language Overviews
LeesMij
Lexicon
Taal Index
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
Paint.DrawImage (gb.qt4)
Static
Sub
DrawImage
(
Image
As
Image
,
X
As
Float
,
Y
As
Float
[
,
Width
As
Float
,
Height
As
Float
,
Opacity
As
Float
,
Source
As
Rect
]
)
Draw an
Image
, or part of it.
Image
: the image to draw.
X
,
Y
: where the image is drawn.
Width
,
Height
: if specified, then the picture is scaled to fit the specified dimensions.
Opacity
: the opacity used for drawing the image, between 0.0 (fully transparent, nothing is drawn) and 1.0 (fully opaque). By default, the image is drawn fully opaque.
Source
: if specified, then only the part of the image described by the rectangle is taken into account for the drawing.