Partage via


BitmapEditor.LoadFromStream(Stream) Méthode

Définition

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

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

Paramètres

stream
Stream

Flux à partir duquel l'image doit être chargée.

Retours

Image chargé à partir du flux.

S’applique à