TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / ReadMetafileFromMemory Method

In This Topic
    ReadMetafileFromMemory Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function ReadMetafileFromMemory( _
       ByVal imageData() As Byte _
    ) As Metafile
    public static Metafile ReadMetafileFromMemory( 
       byte[] imageData
    )

    Parameters

    imageData
    See Also