public static System.uint GetEnhMetaFileBits( System.IntPtr hmf, System.uint nSize, System.byte[] data )
'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