FromStream

FromStream(Stream)

Créer une image à partir du flux.

public static IImage FromStream(Stream stream)  

Voir aussi


FromStream(Stream, bool)

Créer une image à partir du flux.

public static IImage FromStream(Stream stream, bool useEmbeddedColorManagement)  

Voir aussi


FromStream(Stream, bool, bool)

Créer une image à partir du flux.

public static IImage FromStream(Stream stream, bool useEmbeddedColorManagement,  
    bool validateImageData)  

Voir aussi