PlayEnhMetaFile (GDI32.@)
BOOL PlayEnhMetaFile ( HDC hdc, HENHMETAFILE hmf, const RECT* lpRect )
hdc | [In] | DC to render into. |
hmf | [In] | metafile to render. |
[In] | rectangle to place metafile inside. |
Renders an enhanced metafile into a specified rectangle *lpRect in device context hdc.
Success: TRUE
Failure: FALSE
Declared in "include/wingdi.h". gitlab.winehq.org/wine/wine/blob/master/include/wingdi.h
Implemented in "dlls/gdi32/enhmetafile.c". gitlab.winehq.org/wine/wine/blob/master/dlls/gdi32/enhmetafile.c
Debug channel "enhmetafile".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.