GdiPlusFuncGdipEmfToWmfBits Method |
Use the EmfToWmfBits function in the GDI+ specification to convert a
Enhanced Metafile to a Windows Metafile
Namespace: Altaxo.UnmanagedApi.GdiPlusAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static uint GdipEmfToWmfBits(
IntPtr hEmf,
uint uBufferSize,
byte[] bBuffer,
int iMappingMode,
EmfToWmfBitsFlags flags
)
Parameters
- hEmf IntPtr
-
A handle to the Enhanced Metafile to be converted
- uBufferSize UInt32
-
The size of the buffer used to store the Windows Metafile bits returned
- bBuffer Byte
-
An array of bytes used to hold the Windows Metafile bits returned
- iMappingMode Int32
-
The mapping mode of the image. This control uses MM_ANISOTROPIC.
- flags EmfToWmfBitsFlags
-
Flags used to specify the format of the Windows Metafile returned
Return Value
UInt32[Missing <returns> documentation for "M:Altaxo.UnmanagedApi.GdiPlus.GdiPlusFunc.GdipEmfToWmfBits(System.IntPtr,System.UInt32,System.Byte[],System.Int32,Altaxo.UnmanagedApi.GdiPlus.EmfToWmfBitsFlags)"]
See Also