Gdi32FuncSetMetaFileBitsEx Method |
Creates a metafile from the specified memory buffer.
Namespace: Altaxo.UnmanagedApi.Gdi32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
IntPtrA handle to the created metafile.
See Also