DrawImage(Image,Boolean,Single,Single,Single,Single) Method
In This Topic
Draws the image.
Syntax
'Declaration
Public Overloads Sub DrawImage( _
ByVal As Image, _
ByVal As Boolean, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single _
)
public void DrawImage(
Image ,
bool ,
float ,
float ,
float ,
float
)
Parameters
- image
- The image.
- managedImage
- if set to
true
[managed image]. - left
- The left.
- top
- The top.
- width
- The width.
- height
- The height.
See Also