Class GridPictureCollection

GridPictureCollection class

Encapsulates a collection of GridPicture objects.

public class GridPictureCollection

Properties

NameDescription
Count { get; }Gets the size of enumerator
Item { get; }Gets the GridPicture element at the specified index.

Methods

NameDescription
Add(int, int, Stream)Adds a picture to the collection.
Add(int, int, string)Adds a picture to the collection.
Add(int, int, int, int, Stream)Adds a picture to the collection.
Add(int, int, int, int, string)Adds a picture to the collection.
Add(int, int, string, int, int)Adds a picture to the collection.
Clear()Clear all pictures.
GetEnumerator()Gets the rows enumerator
RemoveAt(int)Remove shapes at the specific index

See Also