System::Drawing::Image::FromStream metodo

Image::FromStream method

Crea un oggetto Image dal flusso specificato.

static SharedPtr<Image> System::Drawing::Image::FromStream(const SharedPtr<System::IO::Stream> &stream, bool use_embedded_color_management=false, bool validate_image_data=true)
ParametroTipoDescrizione
streamconst SharedPtr<System::IO::Stream>&Un flusso che contiene dati immagine
use_embedded_color_managementboolIGNORED
validate_image_databoolIGNORED

ReturnValue

Un puntatore condiviso all’oggetto Image creato.

Vedi anche