Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NLocalFileImageSource Class
Members


In This Topic
    NLocalFileImageSource Class
    In This Topic
    An image source that loads image data from local file synchronously. This image source might not be supported on some platforms like Blazor WebAssembly or sandboxed Mac applications.
    Object Model
    NLocalFileImageSource Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class NLocalFileImageSource 
       Inherits NFileImageSource
       Implements Nevron.Nov.INDeeplyCloneable, Nevron.Nov.Serialization.INDomCustomSerializable 
    'Usage
     
    
    Dim instance As NLocalFileImageSource
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Graphics.NImageSource
          Nevron.Nov.Graphics.NEncodedImageSource
             Nevron.Nov.Graphics.NUriImageSource
                Nevron.Nov.Graphics.NFileImageSource
                   Nevron.Nov.Graphics.NLocalFileImageSource

    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