DrawImage Method (IRendering)
Draw image using special source.
void DrawImage(
System.object ,
System.double ,
System.double ,
System.double ,
System.double
)
'Declaration
Sub DrawImage( _
ByVal As System.Object, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double _
)
Parameters
- source
- The source of image.
- x
- X-coordinate of image.
- y
- Y-coordinate of image.
- w
- Rendering width.
- h
- Rendering height.