Bitmap::Bitmap(IDirectDrawSurface7*)-Methode (gdiplusheaders.h)
Erstellt ein Bitmap::Bitmap-Objekt basierend auf einer DirectDraw-Oberfläche. Das Bitmap::Bitmap-Objekt behält einen Verweis auf die DirectDraw-Oberfläche bei, bis das Bitmap::Bitmap-Objekt gelöscht wird oder den Gültigkeitsbereich überschreitet.
Syntax
void Bitmap(
[in] IDirectDrawSurface7 *surface
);
Parameter
[in] surface
Typ: IDirectDrawSurface7*
Zeiger auf eine IDrectDrawSurface7-COM-Schnittstelle .
Rückgabewert
Keine
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows XP, Windows 2000 Professional [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows 2000 Server [nur Desktop-Apps] |
Zielplattform | Windows |
Kopfzeile | gdiplusheaders.h (include Gdiplus.h) |
Bibliothek | Gdiplus.lib |
DLL | Gdiplus.dll |
Weitere Informationen
Bitmap::FromDirectDrawSurface7