DrawBorder(Graphics,Rectangle) Method
In This Topic
Draws the border.
Syntax
'Declaration
Public Overloads MustOverride Function DrawBorder( _
ByVal As System.Drawing.Graphics, _
ByVal As System.Drawing.Rectangle _
) As System.Boolean
public abstract System.bool DrawBorder(
System.Drawing.Graphics ,
System.Drawing.Rectangle
)
Parameters
- g
- A System.Drawing.Graphics object.
- r
- The border rectangle area.
See Also