{description}
{excerpt}Returns the [Picture|Picture] object at the specified position in the [Pictures|Pictures] collection. {{Picture}} is the indexer for the {{Pictures}} class.{excerpt}
{signature:C#}
 public Picture this[int index] { get; }
{signature}{signature:vb.net}
Public Default ReadOnly Property Item(ByVal index As Integer) As Picture
{signature}
{parameters}
{param:index}A valid index between 0 and [Pictures.Count|Pictures.Count].{param}
{returns}The {{Picture}} object at the specified position.{returns}