DrawImage(Graphics,IntPtr,Rectangle) Method
Draws image in the control.
'Declaration
Protected Overloads Overridable Sub DrawImage( _
ByVal As Graphics, _
ByVal As IntPtr, _
ByVal As Rectangle _
)
Parameters
- g
- Grapthics object.
- dc
- Device context.
- bounds
- Rectangle to draw image in.