Compartilhar via


BitmapEditor.LoadFromStream(Stream) Método

Definição

Carrega uma imagem do fluxo especificado.

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

Parâmetros

stream
Stream

O fluxo do qual carregar a imagem.

Retornos

O Image carregado do fluxo.

Aplica-se a