Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NImage Class / NImage Constructor / NImage Constructor(NUri)
An URI that identifies an image resource.


In This Topic
    NImage Constructor(NUri)
    In This Topic
    Creates an image that aggregates a File or Http image source, depending on the schema of the specified URI.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal uri As NUri _
    )
    'Usage
     
    
    Dim uri As NUri
     
    Dim instance As New NImage(uri)
    public NImage( 
       NUri uri
    )

    Parameters

    uri
    An URI that identifies an image resource.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also