DrawImage(Image,Single,Single,Single,Single,String) Method
In This Topic
Draws the image.
Syntax
'Declaration
Public Overloads Sub DrawImage( _
ByVal As Image, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As String _
)
public void DrawImage(
Image ,
float ,
float ,
float ,
float ,
string
)
Parameters
- image
- The image.
- left
- The left.
- top
- The top.
- width
- The width.
- height
- The height.
- strLink
- The string link.
See Also