DrawImage(Graphics,IntPtr,Rectangle) Method
In This Topic
Syntax
'Declaration
Protected Overloads Overridable Sub DrawImage( _
ByVal As System.Drawing.Graphics, _
ByVal As System.IntPtr, _
ByVal As System.Drawing.Rectangle _
)
protected virtual void DrawImage(
System.Drawing.Graphics ,
System.IntPtr ,
System.Drawing.Rectangle
)
Parameters
- g
- dc
- bounds
See Also