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