Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NSkinPainter Class / PaintRangeSlider Method
The specified instance.
The graphics object to paint onto.


In This Topic
    PaintRangeSlider Method
    In This Topic
    Paints a NRangeSlider control.
    Syntax
    'Declaration
     
    
    Public Overridable Function PaintRangeSlider( _
       ByVal rangeSlider As NRangeSlider, _
       ByVal g As System.Drawing.Graphics, _
       ByVal skin As NSkin _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NSkinPainter
    Dim rangeSlider As NRangeSlider
    Dim g As System.Drawing.Graphics
    Dim skin As NSkin
    Dim value As System.Boolean
     
    value = instance.PaintRangeSlider(rangeSlider, g, skin)
    public virtual System.bool PaintRangeSlider( 
       NRangeSlider rangeSlider,
       System.Drawing.Graphics g,
       NSkin skin
    )

    Parameters

    rangeSlider
    The specified instance.
    g
    The graphics object to paint onto.
    skin

    Return Value

    True if successfully painted, false otherwise.
    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