[]
Draw image using special source.
void DrawImage(object source, double x, double y, double w, double h)
| 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. |