다음을 통해 공유


Bitmap::FromDirectDrawSurface7 메서드(gdiplusheaders.h)

Bitmap::FromDirectDrawSurface7 메서드는 DirectDraw 표면을 기반으로 비트맵 개체를 만듭니다. Bitmap 개체는 Bitmap 개체가 삭제될 때까지 DirectDraw 표면에 대한 참조를 유지합니다.

구문

Bitmap * FromDirectDrawSurface7(
  [in] IDirectDrawSurface7 *surface
);

매개 변수

[in] surface

형식: IDirectDrawSurface7*

IDirectDraw7 COM 인터페이스에 대한 포인터입니다.

반환 값

형식: 비트맵*

이 메서드는 새 Bitmap 개체에 대한 포인터를 반환합니다.

요구 사항

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

참고 항목

Bitmap

비트맵 생성자

이미지

이미지, 비트맵 및 메타파일

이미지, 비트맵 및 메타파일 사용