Méthode System::Drawing::Image::FromStream

Image::FromStream method

Crée un objet Image à partir du flux spécifié.

static SharedPtr<Image> System::Drawing::Image::FromStream(const SharedPtr<System::IO::Stream> &stream, bool use_embedded_color_management=false, bool validate_image_data=true)
ParamètreTypeDescription
fluxconst SharedPtr<System::IO::Stream>&Un flux qui contient des données d’image
use_embedded_color_managementboolIGNORED
validate_image_databoolIGNORED

ReturnValue

Un pointeur partagé vers l’objet Image créé.

Voir aussi