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

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

    Parameters

    hdc
    hemf
    lpRect
    See Also