Condividi tramite


PictureCollection.Item Property

Gets the Picture at the specified index in the PictureCollection.

Namespace: Microsoft.Xna.Framework.Media
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

Syntax

public Picture this [
         int index
] { get; }

Property Value

A new Picture representing the picture at the specified index in this PictureCollection.

Remarks

Each call returns a new Picture instance.

Picture resources such as the picture texture and thumbnail are cached in each Picture instance. Retrieving and maintaining references to multiple instances of the same picture, and then accessing the picture texture or thumbnail on each of those instances, creates multiple copies of the texture or thumbnail. Large numbers of picture textures can consume considerable memory, so it is not advisable to hold a large number of Picture objects on which GetTexture has been called.

See Also

Reference

PictureCollection Class
PictureCollection Members
Microsoft.Xna.Framework.Media Namespace

Platforms

Xbox 360, Windows XP SP2, Windows Vista, Zune