Nevron.Interop.Win32 Namespace / NGdi32 Class / GetEnhMetaFileBits Method


GetEnhMetaFileBits Method
Syntax
'Declaration
 
Public Shared Function GetEnhMetaFileBits( _
   ByVal hmf As System.IntPtr, _
   ByVal nSize As System.UInteger, _
   ByVal data() As System.Byte _
) As System.UInteger
 
'Usage
 
Dim hmf As System.IntPtr
Dim nSize As System.UInteger
Dim data() As System.Byte
Dim value As System.UInteger
 
value = NGdi32.GetEnhMetaFileBits(hmf, nSize, data)

Parameters

hmf
nSize
data
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