Graphics::EnumerateMetafile(constMetafile*,constPoint*,INT,EnumerateMetafileProc,VOID*,constImageAttributes*) 메서드(gdiplusgraphics.h)
Graphics::EnumerateMetafile 메서드는 지정된 메타파일의 각 레코드에 대해 애플리케이션 정의 콜백 함수를 호출합니다. 이 메서드를 사용하여 콜백 함수에서 PlayRecord 를 호출하여 메타파일을 표시할 수 있습니다.
구문
Status EnumerateMetafile(
[in] const Metafile *metafile,
[in] const Point *destPoints,
[in] INT count,
[in] EnumerateMetafileProc callback,
[in] VOID *callbackData,
[in] const ImageAttributes *imageAttributes
);
매개 변수
[in] metafile
형식: const 메타파일*
열거할 메타파일에 대한 포인터입니다.
[in] destPoints
형식: const Point*
대상 지점 배열에 대한 포인터입니다. 표시된 메타파일의 대상 병렬노그램을 정의하는 3개의 점 배열입니다.
[in] count
형식: INT
destPoints 배열의 포인트 수를 지정하는 정수입니다.
[in] callback
형식: EnumerateMetafileProc
애플리케이션 정의 콜백 함수에 대한 포인터입니다. 콜백 함수의 프로토타입은 Gdiplustypes.h로 제공됩니다.
[in] callbackData
형식: VOID*
선택 사항입니다. 콜백 함수에 전달되는 데이터 블록에 대한 포인터입니다. 기본값은 NULL입니다.
[in] imageAttributes
형식: ImageAttributes*
선택 사항입니다. 표시된 메타파일의 색 조정을 지정하는 ImageAttributes 개체에 대한 포인터입니다. 기본값은 NULL입니다.
반환 값
형식: 상태
메서드가 성공하면 Status 열거형의 요소인 확인을 반환합니다.
메서드가 실패하면 Status 열거형의 다른 요소 중 하나를 반환합니다.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows XP, Windows 2000 Professional [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows 2000 Server[데스크톱 앱만] |
대상 플랫폼 | Windows |
헤더 | gdiplusgraphics.h(Gdiplus.h 포함) |
라이브러리 | Gdiplus.lib |
DLL | Gdiplus.dll |