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


In This Topic
    GetEnhMetaFileBits Method
    In This Topic
    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)
    public static System.uint GetEnhMetaFileBits( 
       System.IntPtr hmf,
       System.uint nSize,
       System.byte[] 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