AxHost.GetIPictureDispFromPicture(Image) 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.
Retourne un objet OLE IPictureDisp
correspondant au Image spécifié.
protected:
static System::Object ^ GetIPictureDispFromPicture(System::Drawing::Image ^ image);
protected static object GetIPictureDispFromPicture (System.Drawing.Image image);
static member GetIPictureDispFromPicture : System.Drawing.Image -> obj
Protected Shared Function GetIPictureDispFromPicture (image As Image) As Object
Paramètres
Retours
Object représentant l’objet OLE IPictureDisp
.