MetafileEditor.LoadFromStream(Stream) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Charge une image à partir du flux spécifié.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
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
Retours
Le Image qui a été chargé.