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