Nevron .NET Vision
Nevron.UI Namespace / INUIRenderer Interface
Properties Methods

In This Topic
    INUIRenderer Interface Members
    In This Topic

    The following tables list the members exposed by INUIRenderer.

    Public Properties
     NameDescription
     PropertyGets a mask which determines which render passes this renderer can complete.  
    Top
    Public Methods
     NameDescription
     MethodDetermines whether the specified element's rendering is supported by this renderer.  
     MethodRenders the specified visual element using the specified context.  
     MethodRenders only the background of the specified element.  
     MethodRenders the content of the specified element.  
     MethodRenders only the decoration of the specified element.  
     MethodRenders any visual cues for the specified element.  
     MethodRenders only the glyph of the specified element.  
     MethodRenders the non-client part (if any) of the specified element.  
    Top
    See Also