Share via


Picture Members

The following tables list the members exposed by the Picture type.

Public Properties

Name Description
Public Property Album Gets the picture album that contains the picture.
Public Property Date Gets the picture's date.
Public Property Height Gets the picture's height.
Public Property Name Gets the name of the Picture.
Public Property Width Gets the picture's width.

Public Methods

Name Description
Public Method Dispose Immediately releases the unmanaged resources used by this object.
Public Method Equals Overloaded. Determines whether two instances of Picture are equal.
Public Method GetHashCode Gets the hash code for this instance.
Public Method GetTexture Gets the picture as a texture.
Public Method GetThumbnail Gets a thumbnail of the picture as a texture.
Public Method GetType (Inherited from Object.)
Public Method Static op_Equality Determines whether the specified Picture instances are equal.
Public Method Static op_Inequality Determines whether the specified Picture instances are not equal.
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString Returns a String representation of the Picture.

Protected Methods

Name Description
Protected Method Finalize Releases unmanaged resources and performs other cleanup operations before the Picture is reclaimed by garbage collection.
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

Picture Class
Microsoft.Xna.Framework.Media Namespace