다음을 통해 공유


Graphics::EnumerateMetafile(constMetafile*,constRectF&,constRectF&,Unit,EnumerateMetafileProc,VOID*,constImageAttributes*) 메서드(gdiplusgraphics.h)

Graphics::EnumerateMetafile 메서드는 지정된 메타파일의 각 레코드에 대해 애플리케이션 정의 콜백 함수를 호출합니다. 이 메서드를 사용하여 콜백 함수에서 PlayRecord 를 호출하여 메타파일을 표시할 수 있습니다.

구문

Status EnumerateMetafile(
  [in]      const Metafile        *metafile,
  [in, ref] const RectF &         destRect,
  [in, ref] const RectF &         srcRect,
  [in]      Unit                  srcUnit,
  [in]      EnumerateMetafileProc callback,
  [in]      VOID                  *callbackData,
  [in]      const ImageAttributes *imageAttributes
);

매개 변수

[in] metafile

형식: const 메타파일*

열거할 메타파일에 대한 포인터입니다.

[in, ref] destRect

형식: const RectF

메타파일이 표시되는 사각형을 지정하는 RectF 개체에 대한 참조입니다.

[in, ref] srcRect

형식: const RectF

표시되는 메타파일의 부분을 지정하는 RectF 개체에 대한 참조입니다.

[in] srcUnit

형식: 단위

원본 사각형의 측정 단위를 지정하는 Unit 열거형의 요소입니다.

[in] callback

형식: EnumerateMetafileProc

애플리케이션 정의 콜백 함수에 대한 포인터입니다. 콜백 함수의 프로토타입은 Gdiplustypes.h에 제공됩니다.

[in] callbackData

형식: VOID*

선택 사항입니다. 콜백 함수에 전달되는 데이터 블록에 대한 포인터입니다. 기본값은 NULL입니다.

[in] imageAttributes

형식: ImageAttributes*

선택 사항입니다. 표시된 메타파일의 색 조정을 지정하는 ImageAttributes 개체에 대한 포인터입니다. 기본값은 NULL입니다.

반환 값

형식: 상태

메서드가 성공하면 Status 열거형의 요소인 Ok를 반환합니다.

메서드가 실패하면 Status 열거형의 다른 요소 중 하나를 반환합니다.

요구 사항

   
지원되는 최소 클라이언트 Windows XP, Windows 2000 Professional [데스크톱 앱만 해당]
지원되는 최소 서버 Windows 2000 Server[데스크톱 앱만]
대상 플랫폼 Windows
헤더 gdiplusgraphics.h(Gdiplus.h 포함)
라이브러리 Gdiplus.lib
DLL Gdiplus.dll