NamedImage.Image Propriété
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.
Obtient ou définit l'image d'un objet NamedImage.
public:
property System::Drawing::Image ^ Image { System::Drawing::Image ^ get(); void set(System::Drawing::Image ^ value); };
[System.ComponentModel.Bindable(false)]
public System.Drawing.Image Image { get; set; }
[<System.ComponentModel.Bindable(false)>]
member this.Image : System.Drawing.Image with get, set
Public Property Image As Image
Valeur de propriété
Composant d'image d'un objet NamedImage. Il peut s'agir de tout objet dérivé de la classe .NET Framework Image, par exemple, un objet Bitmap.
- Attributs
Remarques
La Image propriété détermine quelle image est stockée dans un NamedImage objet.
Utilisez des NamedImage objets pour des images créées dynamiquement, qui peuvent ensuite être affectées à une propriété d’image de graphique.