Bitmap::FromStream-Methode (gdiplusheaders.h)
Die Bitmap::FromStream-Methode erstellt ein Bitmap-Objekt basierend auf einem Stream.
Syntax
Bitmap * FromStream(
[in] IStream *stream,
[in] BOOL useEmbeddedColorManagement
);
Parameter
[in] stream
Typ: IStream*
Zeiger auf eine IStream-COM-Schnittstelle . Die Implementierung von IStream muss die Methoden IStream::Seek, Read und IStream::Stat enthalten.
[in] useEmbeddedColorManagement
Typ: BOOL
Optional. BOOL-Wert , der angibt, ob das neue Bitmap-Objekt eine Farbkorrektur gemäß den in den Stream eingebetteten Farbverwaltungsinformationen anwendet. Eingebettete Informationen können ICC-Profile (International Color Consortium), Gammawerte und Chromatikinformationen enthalten. TRUE gibt an, dass die Farbkorrektur aktiviert ist, und FALSE gibt an, dass die Farbkorrektur nicht aktiviert ist. Der Standardwert ist FALSE.
Rückgabewert
Typ: Bitmap*
Diese Methode gibt einen Zeiger auf das neue Bitmap-Objekt zurück.
Anforderungen
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 |