ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / ReadMetafileFromMemory Method

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

    Parameters

    imageData
    See Also