Nevron .NET Vision
Nevron.UI Namespace / NTheme Class / FromStream Method


In This Topic
    FromStream Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function FromStream( _
       ByVal stream As System.IO.Stream, _
       ByVal themeType As System.Type _
    ) As NTheme
    'Usage
     
    
    Dim stream As System.IO.Stream
    Dim themeType As System.Type
    Dim value As NTheme
     
    value = NTheme.FromStream(stream, themeType)
    public static NTheme FromStream( 
       System.IO.Stream stream,
       System.Type themeType
    )

    Parameters

    stream
    themeType
    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