ImageList.ImageCollection.IList.Add(Object) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Agrega la imagen especificada a ImageList.
virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add (object value);
int IList.Add (object? value);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (value As Object) As Integer Implements IList.Add
Parámetros
- value
- Object
Imagen que se va a agregar a la lista.
Devoluciones
Índice de la nueva imagen que se ha agregado, o -1 si no se ha podido agregar la imagen en cuestión.
Implementaciones
Excepciones
value
es null
.
value
no es un Bitmap.