Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NImageColumnFormat Class / CreateImageFromObject Method


In This Topic
    CreateImageFromObject Method
    In This Topic
    Tries to creaete an image from the specified object.
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateImageFromObject( _
       ByVal value As System.Object _
    ) As NImage
    'Usage
     
    
    Dim instance As NImageColumnFormat
    Dim value As System.Object
    Dim value As NImage
     
    value = instance.CreateImageFromObject(value)
    protected virtual NImage CreateImageFromObject( 
       System.object value
    )

    Parameters

    value
    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