Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCursor Class / Deserialize Method


In This Topic
    Deserialize Method (NCursor)
    In This Topic
    Loads the image from a serialization context
    Syntax
    'Declaration
     
    
    Public Shared Sub Deserialize( _
       ByVal context As NDeserializationContext, _
       ByVal image As NCursor _
    ) 
    'Usage
     
    
    Dim context As NDeserializationContext
    Dim image As NCursor
     
    NCursor.Deserialize(context, image)
    public static void Deserialize( 
       NDeserializationContext context,
       NCursor image
    )

    Parameters

    context
    image
    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