'Declaration Protected Overridable Sub PaintBorder( _ ByVal g As Graphics, _ ByVal r As Rectangle _ )
'Declaration
Protected Overridable Sub PaintBorder( _ ByVal g As Graphics, _ ByVal r As Rectangle _ )
'Usage Dim instance As XShape Dim g As Graphics Dim r As Rectangle instance.PaintBorder(g, r)
'Usage
Dim instance As XShape Dim g As Graphics Dim r As Rectangle instance.PaintBorder(g, r)
protected virtual void PaintBorder( Graphics g, Rectangle r )
XShape Class XShape Members