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