Returns the Picture object at the specified position in the Pictures collection. Picture is the indexer for the Pictures class.

 public Picture this[int index] { get; }
Public Default ReadOnly Property Item(ByVal index As Integer) As Picture

A valid index between 0 and Pictures.Count.

The Picture object at the specified position.