Bitmap::Bitmap(IStream*,BOOL)-Methode (gdiplusheaders.h)
Erstellt ein Bitmap::Bitmap-Objekt basierend auf einer IStream-COM-Schnittstelle .
Syntax
void Bitmap(
[in] IStream *stream,
[in] BOOL useEmbeddedColorManagement
);
Parameter
[in] stream
Typ: IStream*
Zeiger auf eine IStream-COM-Schnittstelle .
[in] useEmbeddedColorManagement
Typ: BOOL
Boolescher Wert, der angibt, ob das neue Bitmap::Bitmap-Objekt eine Farbkorrektur gemäß den Farbverwaltungsinformationen anwendet, die in den Stream eingebettet sind (dargestellt durch den Streamparameter ). 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
Keine
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 |