In This Topic
Draws rectangle area.
Syntax
'Declaration
Public Overridable Sub Draw( _
ByVal As System.Drawing.Graphics, _
ByVal As System.Drawing.Rectangle _
)
public virtual void Draw(
System.Drawing.Graphics ,
System.Drawing.Rectangle
)
Parameters
- g
- A System.Drawing.Graphics object that encapsulates a GDI+ drawing surface.
- r
- A rectangle to draw.
See Also