Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NSkinPainter Class / PaintBorder Method


In This Topic
    PaintBorder Method (NSkinPainter)
    In This Topic
    Syntax
    '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)
    public virtual System.bool PaintBorder( 
       System.Windows.Forms.Control control,
       System.Drawing.Graphics g,
       System.Drawing.Rectangle r,
       NSkin skin
    )

    Parameters

    control
    g
    r
    skin
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also