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

In This Topic
    PlayEnhMetaFile Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function PlayEnhMetaFile( _
       ByVal hdc As IntPtr, _
       ByVal hemf As IntPtr, _
       ByRef lpRect As Win32.RECT _
    ) As Boolean
    public static bool PlayEnhMetaFile( 
       IntPtr hdc,
       IntPtr hemf,
       ref Win32.RECT lpRect
    )

    Parameters

    hdc
    hemf
    lpRect
    See Also