DrawImage Method (IRenderEngine)
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
- Image width.
- h
- Image height.
See Also