Image::Image(IStream*,BOOL)-Methode (gdiplusheaders.h)
Erstellt ein Image::Image-Objekt basierend auf einem Stream.
Syntax
void Image(
[in] IStream *stream,
[in] BOOL useEmbeddedColorManagement
);
Parameter
[in] stream
Typ: IStream*
Zeiger auf eine IStream-Schnittstelle . Die Implementierung von IStream muss die Methoden Seek, Read und Stat umfassen.
[in] useEmbeddedColorManagement
Typ: BOOL
Optional. BOOL-Wert , der angibt, ob das neue Image::Image-Objekt eine Farbkorrektur gemäß den Farbverwaltungsinformationen anwendet, die in den Stream eingebettet sind. Eingebettete Informationen können ICC-Profile, Gammawerte und Chromatizitätsinformationen enthalten.
FALSE
Standard. Gibt an, dass die Farbkorrektur aktiviert ist.
true
Gibt an, dass die Farbkorrektur nicht aktiviert ist.
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 |