InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util.Win Namespace / Win32 Class / CopyEnhMetaFile Method

In This Topic
    CopyEnhMetaFile Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function CopyEnhMetaFile( _
       ByVal hemfSrc As IntPtr, _
       ByVal file As String _
    ) As IntPtr
    public static IntPtr CopyEnhMetaFile( 
       IntPtr hemfSrc,
       string file
    )

    Parameters

    hemfSrc
    file
    See Also