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