ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / SetMetaFileBitsEx Method

In This Topic
    SetMetaFileBitsEx Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function SetMetaFileBitsEx( _
       ByVal cbBuffer As System.UInteger, _
       ByVal buffer() As System.Byte _
    ) As System.IntPtr
    public static System.IntPtr SetMetaFileBitsEx( 
       System.uint cbBuffer,
       System.byte[] buffer
    )

    Parameters

    cbBuffer
    buffer
    See Also