Gdi32FuncGetWinMetaFileBits Method |
Retrieves the bits of an enhanced metafile as a Windows-format metafile.
Namespace: Altaxo.UnmanagedApi.Gdi32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
UInt32The number of bytes copied to
lpbBuffer.
See Also