Nevron .NET Vision
Nevron.UI Namespace / INUIRenderer Interface / Render Method
The context associated with the render operation.
The visual element to render.


In This Topic
    Render Method (INUIRenderer)
    In This Topic
    Renders the specified visual element using the specified context.
    Syntax
    'Declaration
     
    
    Function Render( _
       ByVal context As NPaintContext, _
       ByVal element As INThemableElement _
    ) As RenderMask
    'Usage
     
    
    Dim instance As INUIRenderer
    Dim context As NPaintContext
    Dim element As INThemableElement
    Dim value As RenderMask
     
    value = instance.Render(context, element)

    Parameters

    context
    The context associated with the render operation.
    element
    The visual element to render.
    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