Click or drag to resize

Gdi32FuncSetMetaFileBitsEx Method

Creates a metafile from the specified memory buffer.

Namespace: Altaxo.UnmanagedApi.Gdi32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static IntPtr SetMetaFileBitsEx(
	uint nSize,
	byte[] lpData
)

Parameters

nSize  UInt32
The size of the metafile data, in bytes.
lpData  Byte
The metafile data buffer.

Return Value

IntPtr
A handle to the created metafile.
See Also