Método System::Drawing::Image::FromStream

Image::FromStream method

Crea un objeto Image a partir del flujo especificado.

static SharedPtr<Image> System::Drawing::Image::FromStream(const SharedPtr<System::IO::Stream> &stream, bool use_embedded_color_management=false, bool validate_image_data=true)
ParámetroTipoDescripción
flujoconst SharedPtr<System::IO::Stream>&Un flujo que contiene datos de imagen
use_embedded_color_managementboolIGNORED
validate_image_databoolIGNORED

ReturnValue

Un puntero compartido al objeto Image creado.

Ver también