Click or drag to resize

Gdi32FuncGetWinMetaFileBits Method

Retrieves the bits of an enhanced metafile as a Windows-format metafile.

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

Parameters

hemf  IntPtr
A handle to the enhanced metafile.
cbBuffer  UInt32
The size of the output buffer, in bytes.
lpbBuffer  Byte
The buffer that receives the metafile bits.
fnMapMode  Int32
The mapping mode for the metafile.
hdcRef  IntPtr
A reference device context for the mapping mode.

Return Value

UInt32
The number of bytes copied to lpbBuffer.
See Also