Function add from qtcanvas
Brief description
add(canvas:QtCanvas,image:QImage,position:QPointF):void
Adds an image to the canvas More ...
Function information
Name: | add |
Base: | QtCanvas |
Group: | Qt plugins:Image plugins |
Icon: | qtimage.png |
Color: | darkGreen |
Authors: | Aless Lasaruk |
Copyright: | (c) 2010 Aless Lasaruk |
Detailed description
Adds an image to the canvas.
Input parameters
-
canvas:
QtCanvas
- Canvas instance
-
image:
QImage
- Image to add
-
position:
QPointF
- Position of the coordinate system
Return values
-
Default return value:
void