Metafile::Metafile(HMETAFILE,constWmfPlaceableFileHeader*,BOOL) 메서드(gdiplusheaders.h)
기록할 Windows GDI+Metafile::Metafile 개체를 만듭니다. 형식은 메타파일을 배치할 수 있습니다.
구문
void Metafile(
[in] HMETAFILE hWmf,
[in] const WmfPlaceableFileHeader *wmfPlaceableFileHeader,
[in] BOOL deleteWmf
);
매개 변수
[in] hWmf
형식: HMETAFILE
메타파일에 대한 Windows 핸들입니다.
[in] wmfPlaceableFileHeader
형식: const WmfPlaceableFileHeader*
메타파일 헤더 앞의 프리헤더를 지정하는 WmfPlaceableFileHeader 구조체에 대한 포인터입니다.
[in] deleteWmf
형식: BOOL
(선택 사항) 메타파일이 삭제되면 메타파일에 대한 Windows 핸들이 삭제되는지 여부를 지정하는 BOOL 값입니다. TRUE 는 hWmf Windows 핸들이 삭제되도록 지정하고 FALSE 는 hWmf Windows 핸들이 삭제되지 않도록 지정합니다. 기본값은 FALSE입니다.
반환 값
없음
설명
배치 가능한 메타파일은 메타파일 헤더 앞에 사전 헤더가 포함된 WMF 파일입니다. 프리헤더는 메타파일의 메타파일 헤더에 대한 추가 정보를 포함합니다.
요구 사항
지원되는 최소 클라이언트 | Windows XP, Windows 2000 Professional [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows 2000 Server[데스크톱 앱만] |
대상 플랫폼 | Windows |
헤더 | gdiplusheaders.h(Gdiplus.h 포함) |
라이브러리 | Gdiplus.lib |
DLL | Gdiplus.dll |