ImageEditor.LoadFromStream(Stream) Método

Definición

Carga una imagen desde el flujo especificado.

protected:
 virtual System::Drawing::Image ^ LoadFromStream(System::IO::Stream ^ stream);
protected virtual System.Drawing.Image LoadFromStream (System.IO.Stream stream);
abstract member LoadFromStream : System.IO.Stream -> System.Drawing.Image
override this.LoadFromStream : System.IO.Stream -> System.Drawing.Image
Protected Overridable Function LoadFromStream (stream As Stream) As Image

Parámetros

stream
Stream

Stream que contiene la imagen que se va a cargar.

Devoluciones

Image que se ha cargado.

Se aplica a