[]
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 | Rendering width. |
| double | h | Rendering height. |