'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