Bitmap::FromDirectDrawSurface7 method (gdiplusheaders.h)

The Bitmap::FromDirectDrawSurface7 method creates a Bitmap object based on a DirectDraw surface. The Bitmap object maintains a reference to the DirectDraw surface until the Bitmap object is deleted.

Syntax

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

Parameters

[in] surface

Type: IDirectDrawSurface7*

Pointer to an IDirectDraw7 COM interface.

Return value

Type: Bitmap*

This method returns a pointer to the new Bitmap object.

Requirements

Requirement Value
Minimum supported client Windows XP, Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header gdiplusheaders.h (include Gdiplus.h)
Library Gdiplus.lib
DLL Gdiplus.dll

See also

Bitmap

Bitmap Constructors

Image

Images, Bitmaps, and Metafiles

Using Images, Bitmaps, and Metafiles