Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NImageSource Class / GetImmutableKey Method
If set to true the image source animation is ensured to be running.


In This Topic
    GetImmutableKey Method (NImageSource)
    In This Topic
    Gets an immutable image source that can be used as a hash table key for this image source. If this image source is immutable it can return itself as a key.
    Syntax
    'Declaration
     
    
    Protected Friend Overridable Function GetImmutableKey( _
       ByVal startAnimation As System.Boolean _
    ) As NImageSource
    'Usage
     
    
    Dim instance As NImageSource
    Dim startAnimation As System.Boolean
    Dim value As NImageSource
     
    value = instance.GetImmutableKey(startAnimation)
    protected internal virtual NImageSource GetImmutableKey( 
       System.bool startAnimation
    )

    Parameters

    startAnimation
    If set to true the image source animation is ensured to be running.

    Return Value

    An immutable image source.
    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