C++
bool DrawImage( CDC* pDC, int x, int y, bool isDisabled = false );
Description
Draw current image resource.
Parameters
| Parameters | Description |
|---|---|
| pDC | Specify DC that used to draw image resource. |
| x | Start point x value. |
| y | Start point y value. |
| isDisabled | If true, draw image without colour. |
Returns
If success, return true. Otherwise, return false.