[]
Draw image using special source.
void DrawImage(object source, double x, double y, double w, double h)
Sub DrawImage(source As Object, x As Double, y As Double, w As Double, h As Double)
| Type | Name | Description |
|---|---|---|
| object | source | the source of image. |
| double | x | x-coordinate of image. |
| double | y | y-coordinate of image. |
| double | w | Image width. |
| double | h | Image height. |