Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NLibraryItem Class / CreateImage Method


In This Topic
    CreateImage Method (NLibraryItem)
    In This Topic
    Gets or creates the image that represents this item
    Syntax
    'Declaration
     
    
    Public Function CreateImage( _
       ByVal imageSize As NSize, _
       ByVal resolution As System.Double _
    ) As NImage
    'Usage
     
    
    Dim instance As NLibraryItem
    Dim imageSize As NSize
    Dim resolution As System.Double
    Dim value As NImage
     
    value = instance.CreateImage(imageSize, resolution)
    public NImage CreateImage( 
       NSize imageSize,
       System.double resolution
    )

    Parameters

    imageSize
    resolution
    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