Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NScrollBarElementRenderer Class / Render Method
The graphics surface to draw onto.
The scrollbar element which is to be painted.


In This Topic
    Render Method (NScrollBarElementRenderer)
    In This Topic
    Renders the entire scrollbar element on the specified graphics surface.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Render( _
       ByVal g As System.Drawing.Graphics, _
       ByVal element As NScrollBarElement _
    ) 
    'Usage
     
    
    Dim instance As NScrollBarElementRenderer
    Dim g As System.Drawing.Graphics
    Dim element As NScrollBarElement
     
    instance.Render(g, element)
    public virtual void Render( 
       System.Drawing.Graphics g,
       NScrollBarElement element
    )

    Parameters

    g
    The graphics surface to draw onto.
    element
    The scrollbar element which is to be painted.
    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