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

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

    Parameters

    hdc
    hemf
    lpEnhMetaFunc
    lpData
    lpRect
    See Also