DrawImage Method (IDrawingCanvas)
In This Topic
Draws the specified Image object with specified size, at the specified location.
Syntax
'Declaration
Sub DrawImage( _
ByVal As ImageEx, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
Optional ByVal As Single _
)
void DrawImage(
ImageEx ,
float ,
float ,
float ,
float ,
float
)
Parameters
- image
- x
- y
- width
- height
- opacity
See Also