DrawImage(Image,Single,Single,Single,Single,String,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, _
ByVal As String _
)
public void DrawImage(
Image ,
float ,
float ,
float ,
float ,
string ,
string
)
Parameters
- image
- The image.
- left
- The left.
- top
- The top.
- width
- The width.
- height
- The height.
- title
- The title.
- description
- The description.
See Also