Nevron .NET Vision
Nevron.Interop.Win32 Namespace / NGdi32 Class / CreateEnhMetaFile Method


In This Topic
    CreateEnhMetaFile Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function CreateEnhMetaFile( _
       ByVal hdcRef As System.IntPtr, _
       ByVal lpFilename As System.String, _
       ByRef lpRect As NWin32.RECT, _
       ByVal lpDescription As System.String _
    ) As System.IntPtr
    'Usage
     
    
    Dim hdcRef As System.IntPtr
    Dim lpFilename As System.String
    Dim lpRect As NWin32.RECT
    Dim lpDescription As System.String
    Dim value As System.IntPtr
     
    value = NGdi32.CreateEnhMetaFile(hdcRef, lpFilename, lpRect, lpDescription)
    public static System.IntPtr CreateEnhMetaFile( 
       System.IntPtr hdcRef,
       System.string lpFilename,
       ref NWin32.RECT lpRect,
       System.string lpDescription
    )

    Parameters

    hdcRef
    lpFilename
    lpRect
    lpDescription
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also