MetafileEditor.LoadFromStream(Stream) Método

Definição

Carrega uma imagem do fluxo especificado.

Esta API suporta a infraestrutura de produtos e não é pressuposta para ser utilizada diretamente a partir do seu código.

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

A Stream que contém a imagem a carregar.

Devoluções

O Image que já foi carregado.

Aplica-se a

Ver também