Share via


ImageEditor.LoadFromStream(Stream) Método

Definição

Carrega uma imagem do fluxo 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

Um Stream que contém a imagem a ser carregada.

Retornos

O Image que foi carregado.

Aplica-se a