مستندات جامباس 2
Language Overviews
آخر التغييرات
إقرأني
التركيب والتجميع
التسجيل
المستندات
المفردات
المكونات
gb
gb.db
gb.db.form
gb.eval
gb.form
gb.image
gb.qt4
Control
gb.settings
gb.xml
دليل الويكي
دورات
رسائل الخطأ
فهرس اللغة
كيف تعمل...
مستندات التطوير
مستودع التطبيقات
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.