'Declaration
Public Overridable Function PaintBorder( _ ByVal control As System.Windows.Forms.Control, _ ByVal g As System.Drawing.Graphics, _ ByVal r As System.Drawing.Rectangle, _ ByVal skin As NSkin _ ) As System.Boolean
'Usage
Dim instance As NSkinPainter Dim control As System.Windows.Forms.Control Dim g As System.Drawing.Graphics Dim r As System.Drawing.Rectangle Dim skin As NSkin Dim value As System.Boolean value = instance.PaintBorder(control, g, r, skin)
Parameters
- control
- g
- r
- skin