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