[]
Draws image in the control.
protected virtual void DrawImage(Graphics g, Rectangle bounds)
Type | Name | Description |
---|---|---|
Graphics | g | Grapthics object. |
Rectangle | bounds | Rectangle to draw image in. |
Draws image in the control.
[Obsolete("This method is obsolete. Use DrawImage(Graphics g, Rectangle bounds) instead.")]
protected virtual void DrawImage(Graphics g, IntPtr dc, Rectangle bounds)
Type | Name | Description |
---|---|---|
Graphics | g | Grapthics object. |
IntPtr | dc | Device context. |
Rectangle | bounds | Rectangle to draw image in. |