IBackgroundPictures Interface Members
In This Topic
The following tables list the members exposed by IBackgroundPictures.
Public Properties
| Name | Description |
| Count |
Returns the number of objects in the collection.
|
| Item | Overloaded.
Returns a single object from a collection.
|
Top
Public Methods
| Name | Description |
| AddPicture | Overloaded. Creates a background picture from an existing file. Returns the IBackgroundPicture object that represents the new background picture. |
| AddPictureInPixel | Overloaded. Creates a background picture from an existing file. Returns the IBackgroundPicture object that represents the new background picture. |
| GetEnumerator | (Inherited from System.Collections.Generic.IEnumerable<IBackgroundPicture>) |
Top
See Also