Click or drag to resize

Gdi32FuncGetWinMetaFileBits Method

[Missing <summary> documentation for "M:Altaxo.UnmanagedApi.Gdi32.Gdi32Func.GetWinMetaFileBits(System.IntPtr,System.UInt32,System.Byte[],System.Int32,System.IntPtr)"]


Namespace: Altaxo.UnmanagedApi.Gdi32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static uint GetWinMetaFileBits(
	IntPtr hemf,
	uint cbBuffer,
	byte[] lpbBuffer,
	int fnMapMode,
	IntPtr hdcRef
)

Parameters

hemf  IntPtr

[Missing <param name="hemf"/> documentation for "M:Altaxo.UnmanagedApi.Gdi32.Gdi32Func.GetWinMetaFileBits(System.IntPtr,System.UInt32,System.Byte[],System.Int32,System.IntPtr)"]

cbBuffer  UInt32

[Missing <param name="cbBuffer"/> documentation for "M:Altaxo.UnmanagedApi.Gdi32.Gdi32Func.GetWinMetaFileBits(System.IntPtr,System.UInt32,System.Byte[],System.Int32,System.IntPtr)"]

lpbBuffer  Byte

[Missing <param name="lpbBuffer"/> documentation for "M:Altaxo.UnmanagedApi.Gdi32.Gdi32Func.GetWinMetaFileBits(System.IntPtr,System.UInt32,System.Byte[],System.Int32,System.IntPtr)"]

fnMapMode  Int32

[Missing <param name="fnMapMode"/> documentation for "M:Altaxo.UnmanagedApi.Gdi32.Gdi32Func.GetWinMetaFileBits(System.IntPtr,System.UInt32,System.Byte[],System.Int32,System.IntPtr)"]

hdcRef  IntPtr

[Missing <param name="hdcRef"/> documentation for "M:Altaxo.UnmanagedApi.Gdi32.Gdi32Func.GetWinMetaFileBits(System.IntPtr,System.UInt32,System.Byte[],System.Int32,System.IntPtr)"]

Return Value

UInt32

[Missing <returns> documentation for "M:Altaxo.UnmanagedApi.Gdi32.Gdi32Func.GetWinMetaFileBits(System.IntPtr,System.UInt32,System.Byte[],System.Int32,System.IntPtr)"]

See Also