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

In This Topic
    PlayEnhMetaFileRecord Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function PlayEnhMetaFileRecord( _
       ByVal hdc As IntPtr, _
       ByVal lpHandletable As IntPtr, _
       ByVal lpEnhMetaRecord As IntPtr, _
       ByVal nHandles As Integer _
    ) As Boolean
    public static bool PlayEnhMetaFileRecord( 
       IntPtr hdc,
       IntPtr lpHandletable,
       IntPtr lpEnhMetaRecord,
       int nHandles
    )

    Parameters

    hdc
    lpHandletable
    lpEnhMetaRecord
    nHandles
    See Also