ImageEditor.LoadFromStream(Stream) Méthode

Définition

Charge une image à partir du flux spécifié.

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

Paramètres

stream
Stream

Qui Stream contient l’image à charger.

Retours

Celui-ci Image a été chargé.

S’applique à