<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Color.html#R()">R()</a></span> - Method in class Microsoft.Xna.Framework.<ahref="../Microsoft/Xna/Framework/Color.html"title="class in Microsoft.Xna.Framework">Color</a></dt>
<dd>
<divclass="block">Gets the Red component of this Color.</div>
</dd>
<dt><ahref="../Microsoft/Xna/Framework/GamerServices/RacingCameraAngle.html"title="enum in Microsoft.Xna.Framework.GamerServices"><spanclass="strong">RacingCameraAngle</span></a> - Enum in <ahref="../Microsoft/Xna/Framework/GamerServices/package-summary.html">Microsoft.Xna.Framework.GamerServices</a></dt>
<dd>
<divclass="block">Indicates which camera angle this gamer prefers to use in racing games.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/BoundingSphere.html#Radius">Radius</a></span> - Variable in class Microsoft.Xna.Framework.<ahref="../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a></dt>
<dd>
<divclass="block">The radius of the sphere.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/Event.html#raise(java.lang.Object, T)">raise(Object, T)</a></span> - Method in class System.<ahref="../System/Event.html"title="class in System">Event</a></dt>
<dd>
<divclass="block">Raises the event.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Graphics/GraphicsResource.html#raise_disposing(java.lang.Object, System.EventArgs)">raise_disposing(Object, EventArgs)</a></span> - Method in class Microsoft.Xna.Framework.Graphics.<ahref="../Microsoft/Xna/Framework/Graphics/GraphicsResource.html"title="class in Microsoft.Xna.Framework.Graphics">GraphicsResource</a></dt>
<dd> </dd>
<dt><ahref="../Microsoft/Xna/Framework/Graphics/RasterizerState.html"title="class in Microsoft.Xna.Framework.Graphics"><spanclass="strong">RasterizerState</span></a> - Class in <ahref="../Microsoft/Xna/Framework/Graphics/package-summary.html">Microsoft.Xna.Framework.Graphics</a></dt>
<dd>
<divclass="block">Contains Rasterizer State, which determines how to convert vector data (shapes) into raster data (pixels).</div>
</dd>
<dt><ahref="../Microsoft/Xna/Framework/Ray.html"title="class in Microsoft.Xna.Framework"><spanclass="strong">Ray</span></a> - Class in <ahref="../Microsoft/Xna/Framework/package-summary.html">Microsoft.Xna.Framework</a></dt>
<dd>
<divclass="block">Defines a ray.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Ray.html#Ray(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3)">Ray(Vector3, Vector3)</a></span> - Constructor for class Microsoft.Xna.Framework.<ahref="../Microsoft/Xna/Framework/Ray.html"title="class in Microsoft.Xna.Framework">Ray</a></dt>
<dd>
<divclass="block">Creates a new instance of Ray.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Ray.html#Ray()">Ray()</a></span> - Constructor for class Microsoft.Xna.Framework.<ahref="../Microsoft/Xna/Framework/Ray.html"title="class in Microsoft.Xna.Framework">Ray</a></dt>
<dd>
<divclass="block">Creates a new instance of Ray.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Content/ContentTypeReader.html#Read(Microsoft.Xna.Framework.Content.ContentReader, T)">Read(ContentReader, T)</a></span> - Method in class Microsoft.Xna.Framework.Content.<ahref="../Microsoft/Xna/Framework/Content/ContentTypeReader.html"title="class in Microsoft.Xna.Framework.Content">ContentTypeReader</a></dt>
<dd>
<divclass="block">Reads a strongly typed object from the current stream.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/IO/BinaryReader.html#Read()">Read()</a></span> - Method in class System.IO.<ahref="../System/IO/BinaryReader.html"title="class in System.IO">BinaryReader</a></dt>
<dd>
<divclass="block">Reads characters from the underlying stream and advances the current position of the stream in accordance with the Encoding used and the specific character being read from the stream.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/IO/BinaryReader.html#Read(byte[], int, int)">Read(byte[], int, int)</a></span> - Method in class System.IO.<ahref="../System/IO/BinaryReader.html"title="class in System.IO">BinaryReader</a></dt>
<dd>
<divclass="block">Reads count bytes from the stream with index as the starting point in the byte array.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/IO/BinaryReader.html#Read(char[], int, int)">Read(char[], int, int)</a></span> - Method in class System.IO.<ahref="../System/IO/BinaryReader.html"title="class in System.IO">BinaryReader</a></dt>
<dd>
<divclass="block">Reads count characters from the stream with index as the starting point in the character array.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/IO/FileStream.html#Read(byte[], int, int)">Read(byte[], int, int)</a></span> - Method in class System.IO.<ahref="../System/IO/FileStream.html"title="class in System.IO">FileStream</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../System/IO/IsolatedStorage/IsolatedStorageFileStream.html#Read(byte[], int, int)">Read(byte[], int, int)</a></span> - Method in class System.IO.IsolatedStorage.<ahref="../System/IO/IsolatedStorage/IsolatedStorageFileStream.html"title="class in System.IO.IsolatedStorage">IsolatedStorageFileStream</a></dt>
<dd>
<divclass="block">Copies bytes from the current buffered IsolatedStorageFileStream object to an array.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/IO/MemoryStream.html#Read(byte[], int, int)">Read(byte[], int, int)</a></span> - Method in class System.IO.<ahref="../System/IO/MemoryStream.html"title="class in System.IO">MemoryStream</a></dt>
<dd>
<divclass="block">Reads a block of bytes from the current stream and writes the data to buffer.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/IO/Stream.html#Read(byte[], int, int)">Read(byte[], int, int)</a></span> - Method in class System.IO.<ahref="../System/IO/Stream.html"title="class in System.IO">Stream</a></dt>
<dd>
<divclass="block">When overridden in a derived class, reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/IO/BinaryReader.html#Read7BitEncodedInt()">Read7BitEncodedInt()</a></span> - Method in class System.IO.<ahref="../System/IO/BinaryReader.html"title="class in System.IO">BinaryReader</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Content/ContentManager.html#ReadAsset(java.lang.String, System.Action)">ReadAsset(String, Action<IDisposable>)</a></span> - Method in class Microsoft.Xna.Framework.Content.<ahref="../Microsoft/Xna/Framework/Content/ContentManager.html"title="class in Microsoft.Xna.Framework.Content">ContentManager</a></dt>
<dd>
<divclass="block">Low-level worker method that reads asset data.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/IO/BinaryReader.html#ReadBoolean()">ReadBoolean()</a></span> - Method in class System.IO.<ahref="../System/IO/BinaryReader.html"title="class in System.IO">BinaryReader</a></dt>
<dd>
<divclass="block">Reads a Boolean value from the current stream and advances the current position of the stream by one byte.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/IO/BinaryReader.html#ReadByte()">ReadByte()</a></span> - Method in class System.IO.<ahref="../System/IO/BinaryReader.html"title="class in System.IO">BinaryReader</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../System/IO/IsolatedStorage/IsolatedStorageFileStream.html#ReadByte()">ReadByte()</a></span> - Method in class System.IO.IsolatedStorage.<ahref="../System/IO/IsolatedStorage/IsolatedStorageFileStream.html"title="class in System.IO.IsolatedStorage">IsolatedStorageFileStream</a></dt>
<dd>
<divclass="block">Reads a single byte from the IsolatedStorageFileStream object in isolated storage.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/IO/MemoryStream.html#ReadByte()">ReadByte()</a></span> - Method in class System.IO.<ahref="../System/IO/MemoryStream.html"title="class in System.IO">MemoryStream</a></dt>
<dd>
<divclass="block">Reads a byte from the current stream.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/IO/Stream.html#ReadByte()">ReadByte()</a></span> - Method in class System.IO.<ahref="../System/IO/Stream.html"title="class in System.IO">Stream</a></dt>
<dd>
<divclass="block">Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/IO/BinaryReader.html#ReadBytes(int)">ReadBytes(int)</a></span> - Method in class System.IO.<ahref="../System/IO/BinaryReader.html"title="class in System.IO">BinaryReader</a></dt>
<dd>
<divclass="block">Reads count bytes from the current stream into a byte array and advances the current position by count bytes.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/IO/BinaryReader.html#ReadChar()">ReadChar()</a></span> - Method in class System.IO.<ahref="../System/IO/BinaryReader.html"title="class in System.IO">BinaryReader</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../System/IO/BinaryReader.html#ReadChars(int)">ReadChars(int)</a></span> - Method in class System.IO.<ahref="../System/IO/BinaryReader.html"title="class in System.IO">BinaryReader</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Content/ContentReader.html#ReadColor()">ReadColor()</a></span> - Method in class Microsoft.Xna.Framework.Content.<ahref="../Microsoft/Xna/Framework/Content/ContentReader.html"title="class in Microsoft.Xna.Framework.Content">ContentReader</a></dt>
<dd>
<divclass="block">Reads a Color value from the currently open stream.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Net/PacketReader.html#ReadColor()">ReadColor()</a></span> - Method in class Microsoft.Xna.Framework.Net.<ahref="../Microsoft/Xna/Framework/Net/PacketReader.html"title="class in Microsoft.Xna.Framework.Net">PacketReader</a></dt>
<dd>
<divclass="block">Reads a Color value.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Net/PacketReader.html#ReadDouble()">ReadDouble()</a></span> - Method in class Microsoft.Xna.Framework.Net.<ahref="../Microsoft/Xna/Framework/Net/PacketReader.html"title="class in Microsoft.Xna.Framework.Net">PacketReader</a></dt>
<dd>
<divclass="block">Reads an 8-byte floating point value.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/IO/BinaryReader.html#ReadDouble()">ReadDouble()</a></span> - Method in class System.IO.<ahref="../System/IO/BinaryReader.html"title="class in System.IO">BinaryReader</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../System/IO/BinaryReader.html#ReadInt16()">ReadInt16()</a></span> - Method in class System.IO.<ahref="../System/IO/BinaryReader.html"title="class in System.IO">BinaryReader</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../System/IO/BinaryReader.html#ReadInt32()">ReadInt32()</a></span> - Method in class System.IO.<ahref="../System/IO/BinaryReader.html"title="class in System.IO">BinaryReader</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../System/IO/BinaryReader.html#ReadInt64()">ReadInt64()</a></span> - Method in class System.IO.<ahref="../System/IO/BinaryReader.html"title="class in System.IO">BinaryReader</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Content/ContentReader.html#ReadMatrix()">ReadMatrix()</a></span> - Method in class Microsoft.Xna.Framework.Content.<ahref="../Microsoft/Xna/Framework/Content/ContentReader.html"title="class in Microsoft.Xna.Framework.Content">ContentReader</a></dt>
<dd>
<divclass="block">Reads a Matrix value from the currently open stream.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Net/PacketReader.html#ReadMatrix()">ReadMatrix()</a></span> - Method in class Microsoft.Xna.Framework.Net.<ahref="../Microsoft/Xna/Framework/Net/PacketReader.html"title="class in Microsoft.Xna.Framework.Net">PacketReader</a></dt>
<dd>
<divclass="block">Reads a Matrix value.</div>
</dd>
<dt><ahref="../System/Collections/ObjectModel/ReadOnlyCollection.html"title="class in System.Collections.ObjectModel"><spanclass="strong">ReadOnlyCollection</span></a><<ahref="../System/Collections/ObjectModel/ReadOnlyCollection.html"title="type parameter in ReadOnlyCollection">T</a>> - Class in <ahref="../System/Collections/ObjectModel/package-summary.html">System.Collections.ObjectModel</a></dt>
<dd>
<divclass="block">Provides the base class for a generic read-only collection.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/Collections/ObjectModel/ReadOnlyCollection.html#ReadOnlyCollection(java.util.List)">ReadOnlyCollection(List<T>)</a></span> - Constructor for class System.Collections.ObjectModel.<ahref="../System/Collections/ObjectModel/ReadOnlyCollection.html"title="class in System.Collections.ObjectModel">ReadOnlyCollection</a></dt>
<dd>
<divclass="block">Initializes a new instance of the System.Collections.ObjectModel.ReadOnlyCollection<T> class that is a read-only wrapper around the specified list.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Content/ContentReader.html#ReadQuaternion()">ReadQuaternion()</a></span> - Method in class Microsoft.Xna.Framework.Content.<ahref="../Microsoft/Xna/Framework/Content/ContentReader.html"title="class in Microsoft.Xna.Framework.Content">ContentReader</a></dt>
<dd>
<divclass="block">Reads a Quaternion value from the current stream.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Net/PacketReader.html#ReadQuaternion()">ReadQuaternion()</a></span> - Method in class Microsoft.Xna.Framework.Net.<ahref="../Microsoft/Xna/Framework/Net/PacketReader.html"title="class in Microsoft.Xna.Framework.Net">PacketReader</a></dt>
<dd>
<divclass="block">Reads a Quaternion value.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Net/PacketReader.html#ReadSingle()">ReadSingle()</a></span> - Method in class Microsoft.Xna.Framework.Net.<ahref="../Microsoft/Xna/Framework/Net/PacketReader.html"title="class in Microsoft.Xna.Framework.Net">PacketReader</a></dt>
<dd>
<divclass="block">Reads a 4-byte floating point value.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/IO/BinaryReader.html#ReadSingle()">ReadSingle()</a></span> - Method in class System.IO.<ahref="../System/IO/BinaryReader.html"title="class in System.IO">BinaryReader</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../System/IO/BinaryReader.html#ReadString()">ReadString()</a></span> - Method in class System.IO.<ahref="../System/IO/BinaryReader.html"title="class in System.IO">BinaryReader</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Content/ContentReader.html#ReadVector2()">ReadVector2()</a></span> - Method in class Microsoft.Xna.Framework.Content.<ahref="../Microsoft/Xna/Framework/Content/ContentReader.html"title="class in Microsoft.Xna.Framework.Content">ContentReader</a></dt>
<dd>
<divclass="block">Reads a Vector2 value from the current stream.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Net/PacketReader.html#ReadVector2()">ReadVector2()</a></span> - Method in class Microsoft.Xna.Framework.Net.<ahref="../Microsoft/Xna/Framework/Net/PacketReader.html"title="class in Microsoft.Xna.Framework.Net">PacketReader</a></dt>
<dd>
<divclass="block">Reads a Vector2 value.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Content/ContentReader.html#ReadVector3()">ReadVector3()</a></span> - Method in class Microsoft.Xna.Framework.Content.<ahref="../Microsoft/Xna/Framework/Content/ContentReader.html"title="class in Microsoft.Xna.Framework.Content">ContentReader</a></dt>
<dd>
<divclass="block">Reads a Vector3 value from the current stream.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Net/PacketReader.html#ReadVector3()">ReadVector3()</a></span> - Method in class Microsoft.Xna.Framework.Net.<ahref="../Microsoft/Xna/Framework/Net/PacketReader.html"title="class in Microsoft.Xna.Framework.Net">PacketReader</a></dt>
<dd>
<divclass="block">Reads a Vector3 value.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Content/ContentReader.html#ReadVector4()">ReadVector4()</a></span> - Method in class Microsoft.Xna.Framework.Content.<ahref="../Microsoft/Xna/Framework/Content/ContentReader.html"title="class in Microsoft.Xna.Framework.Content">ContentReader</a></dt>
<dd>
<divclass="block">Reads a Vector4 value from the current stream.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Net/PacketReader.html#ReadVector4()">ReadVector4()</a></span> - Method in class Microsoft.Xna.Framework.Net.<ahref="../Microsoft/Xna/Framework/Net/PacketReader.html"title="class in Microsoft.Xna.Framework.Net">PacketReader</a></dt>
<dd>
<divclass="block">Reads a Vector4 value.</div>
</dd>
<dt><ahref="../Microsoft/Xna/Framework/Rectangle.html"title="class in Microsoft.Xna.Framework"><spanclass="strong">Rectangle</span></a> - Class in <ahref="../Microsoft/Xna/Framework/package-summary.html">Microsoft.Xna.Framework</a></dt>
<dd>
<divclass="block">Defines a rectangle.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Rectangle.html#Rectangle(int, int, int, int)">Rectangle(int, int, int, int)</a></span> - Constructor for class Microsoft.Xna.Framework.<ahref="../Microsoft/Xna/Framework/Rectangle.html"title="class in Microsoft.Xna.Framework">Rectangle</a></dt>
<dd>
<divclass="block">Initializes a new instance of Rectangle.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Rectangle.html#Rectangle()">Rectangle()</a></span> - Constructor for class Microsoft.Xna.Framework.<ahref="../Microsoft/Xna/Framework/Rectangle.html"title="class in Microsoft.Xna.Framework">Rectangle</a></dt>
<dd>
<divclass="block">Initializes a new instance of Rectangle.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Color.html#Red">Red</a></span> - Static variable in class Microsoft.Xna.Framework.<ahref="../Microsoft/Xna/Framework/Color.html"title="class in Microsoft.Xna.Framework">Color</a></dt>
<dd>
<divclass="block">Gets a system-defined color with the value R:255 G:0 B:0 A:255.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Vector2.html#Reflect(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2)">Reflect(Vector2, Vector2)</a></span> - Static method in class Microsoft.Xna.Framework.<ahref="../Microsoft/Xna/Framework/Vector2.html"title="class in Microsoft.Xna.Framework">Vector2</a></dt>
<dd>
<divclass="block">Determines the reflect vector of the given vector and normal.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Vector2.html#Reflect(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2)">Reflect(Vector2, Vector2, Vector2)</a></span> - Static method in class Microsoft.Xna.Framework.<ahref="../Microsoft/Xna/Framework/Vector2.html"title="class in Microsoft.Xna.Framework">Vector2</a></dt>
<dd>
<divclass="block">Determines the reflect vector of the given vector and normal.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Vector3.html#Reflect(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3)">Reflect(Vector3, Vector3)</a></span> - Static method in class Microsoft.Xna.Framework.<ahref="../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a></dt>
<dd>
<divclass="block">Returns the reflection of a vector off a surface that has the specified normal.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Vector3.html#Reflect(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3)">Reflect(Vector3, Vector3, Vector3)</a></span> - Static method in class Microsoft.Xna.Framework.<ahref="../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a></dt>
<dd>
<divclass="block">Returns the reflection of a vector off a surface that has the specified normal.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Graphics/ModelBoneCollection.ModelBoneCollectionIterator.html#remove()">remove()</a></span> - Method in class Microsoft.Xna.Framework.Graphics.<ahref="../Microsoft/Xna/Framework/Graphics/ModelBoneCollection.ModelBoneCollectionIterator.html"title="class in Microsoft.Xna.Framework.Graphics">ModelBoneCollection.ModelBoneCollectionIterator</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Graphics/ModelEffectCollection.Enumerator.html#remove()">remove()</a></span> - Method in class Microsoft.Xna.Framework.Graphics.<ahref="../Microsoft/Xna/Framework/Graphics/ModelEffectCollection.Enumerator.html"title="class in Microsoft.Xna.Framework.Graphics">ModelEffectCollection.Enumerator</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Graphics/ModelMeshCollection.ModelMeshCollectionIterator.html#remove()">remove()</a></span> - Method in class Microsoft.Xna.Framework.Graphics.<ahref="../Microsoft/Xna/Framework/Graphics/ModelMeshCollection.ModelMeshCollectionIterator.html"title="class in Microsoft.Xna.Framework.Graphics">ModelMeshCollection.ModelMeshCollectionIterator</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Graphics/ModelMeshPartCollection.ModelMeshPartCollectionIterator.html#remove()">remove()</a></span> - Method in class Microsoft.Xna.Framework.Graphics.<ahref="../Microsoft/Xna/Framework/Graphics/ModelMeshPartCollection.ModelMeshPartCollectionIterator.html"title="class in Microsoft.Xna.Framework.Graphics">ModelMeshPartCollection.ModelMeshPartCollectionIterator</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Input/Touch/TouchCollection.html#Remove(Microsoft.Xna.Framework.Input.Touch.TouchLocation)">Remove(TouchLocation)</a></span> - Method in class Microsoft.Xna.Framework.Input.Touch.<ahref="../Microsoft/Xna/Framework/Input/Touch/TouchCollection.html"title="class in Microsoft.Xna.Framework.Input.Touch">TouchCollection</a></dt>
<dd>
<divclass="block">Removes the specified TouchLocation from the TouchCollection.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/Collections/Generic/ICollection.html#Remove(T)">Remove(T)</a></span> - Method in interface System.Collections.Generic.<ahref="../System/Collections/Generic/ICollection.html"title="interface in System.Collections.Generic">ICollection</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../System/Collections/ObjectModel/Collection.html#Remove(T)">Remove(T)</a></span> - Method in class System.Collections.ObjectModel.<ahref="../System/Collections/ObjectModel/Collection.html"title="class in System.Collections.ObjectModel">Collection</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../System/Collections/ObjectModel/KeyedCollection.html#Remove(TKey)">Remove(TKey)</a></span> - Method in class System.Collections.ObjectModel.<ahref="../System/Collections/ObjectModel/KeyedCollection.html"title="class in System.Collections.ObjectModel">KeyedCollection</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../System/IO/IsolatedStorage/IsolatedStorageFile.html#Remove()">Remove()</a></span> - Method in class System.IO.IsolatedStorage.<ahref="../System/IO/IsolatedStorage/IsolatedStorageFile.html"title="class in System.IO.IsolatedStorage">IsolatedStorageFile</a></dt>
<dd>
<divclass="block">Removes the isolated storage scope and all its contents.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Input/Touch/TouchCollection.html#RemoveAt(int)">RemoveAt(int)</a></span> - Method in class Microsoft.Xna.Framework.Input.Touch.<ahref="../Microsoft/Xna/Framework/Input/Touch/TouchCollection.html"title="class in Microsoft.Xna.Framework.Input.Touch">TouchCollection</a></dt>
<dd>
<divclass="block">Removes a TouchLocation at the specified index in the TouchCollection.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/Collections/Generic/IList.html#RemoveAt(int)">RemoveAt(int)</a></span> - Method in interface System.Collections.Generic.<ahref="../System/Collections/Generic/IList.html"title="interface in System.Collections.Generic">IList</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../System/Event.html#removeHandler(System.EventHandler)">removeHandler(EventHandler<T>)</a></span> - Method in class System.<ahref="../System/Event.html"title="class in System">Event</a></dt>
<dd>
<divclass="block">Removes the specified handler for this event</div>
</dd>
<dt><spanclass="strong"><ahref="../System/Collections/ObjectModel/Collection.html#RemoveItem(int)">RemoveItem(int)</a></span> - Method in class System.Collections.ObjectModel.<ahref="../System/Collections/ObjectModel/Collection.html"title="class in System.Collections.ObjectModel">Collection</a></dt>
<dd>
<divclass="block">Removes the element at the specified index of the Collection<>.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/Collections/ObjectModel/KeyedCollection.html#RemoveItem(int)">RemoveItem(int)</a></span> - Method in class System.Collections.ObjectModel.<ahref="../System/Collections/ObjectModel/KeyedCollection.html"title="class in System.Collections.ObjectModel">KeyedCollection</a></dt>
<dd> </dd>
<dt><ahref="../Microsoft/Xna/Framework/Graphics/RenderTarget2D.html"title="class in Microsoft.Xna.Framework.Graphics"><spanclass="strong">RenderTarget2D</span></a> - Class in <ahref="../Microsoft/Xna/Framework/Graphics/package-summary.html">Microsoft.Xna.Framework.Graphics</a></dt>
<dd>
<divclass="block">Contains a 2D texture that can be used as a render target.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Graphics/RenderTarget2D.html#RenderTarget2D(Microsoft.Xna.Framework.Graphics.GraphicsDevice, int, int)">RenderTarget2D(GraphicsDevice, int, int)</a></span> - Constructor for class Microsoft.Xna.Framework.Graphics.<ahref="../Microsoft/Xna/Framework/Graphics/RenderTarget2D.html"title="class in Microsoft.Xna.Framework.Graphics">RenderTarget2D</a></dt>
<dd>
<divclass="block">Creates an instance of this object.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Graphics/RenderTarget2D.html#RenderTarget2D(Microsoft.Xna.Framework.Graphics.GraphicsDevice, int, int, boolean, Microsoft.Xna.Framework.Graphics.SurfaceFormat, Microsoft.Xna.Framework.Graphics.DepthFormat)">RenderTarget2D(GraphicsDevice, int, int, boolean, SurfaceFormat, DepthFormat)</a></span> - Constructor for class Microsoft.Xna.Framework.Graphics.<ahref="../Microsoft/Xna/Framework/Graphics/RenderTarget2D.html"title="class in Microsoft.Xna.Framework.Graphics">RenderTarget2D</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Graphics/RenderTarget2D.html#RenderTarget2D(Microsoft.Xna.Framework.Graphics.GraphicsDevice, int, int, boolean, Microsoft.Xna.Framework.Graphics.SurfaceFormat, Microsoft.Xna.Framework.Graphics.DepthFormat, int, Microsoft.Xna.Framework.Graphics.RenderTargetUsage)">RenderTarget2D(GraphicsDevice, int, int, boolean, SurfaceFormat, DepthFormat, int, RenderTargetUsage)</a></span> - Constructor for class Microsoft.Xna.Framework.Graphics.<ahref="../Microsoft/Xna/Framework/Graphics/RenderTarget2D.html"title="class in Microsoft.Xna.Framework.Graphics">RenderTarget2D</a></dt>
<dd> </dd>
<dt><ahref="../Microsoft/Xna/Framework/Graphics/RenderTargetBinding.html"title="class in Microsoft.Xna.Framework.Graphics"><spanclass="strong">RenderTargetBinding</span></a> - Class in <ahref="../Microsoft/Xna/Framework/Graphics/package-summary.html">Microsoft.Xna.Framework.Graphics</a></dt>
<dd>
<divclass="block">Binds an array of render targets.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Graphics/RenderTargetBinding.html#RenderTargetBinding(Microsoft.Xna.Framework.Graphics.RenderTargetCube, Microsoft.Xna.Framework.Graphics.CubeMapFace)">RenderTargetBinding(RenderTargetCube, CubeMapFace)</a></span> - Constructor for class Microsoft.Xna.Framework.Graphics.<ahref="../Microsoft/Xna/Framework/Graphics/RenderTargetBinding.html"title="class in Microsoft.Xna.Framework.Graphics">RenderTargetBinding</a></dt>
<dd>
<divclass="block">Creates an instance of this object.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Graphics/RenderTargetBinding.html#RenderTargetBinding(Microsoft.Xna.Framework.Graphics.RenderTarget2D)">RenderTargetBinding(RenderTarget2D)</a></span> - Constructor for class Microsoft.Xna.Framework.Graphics.<ahref="../Microsoft/Xna/Framework/Graphics/RenderTargetBinding.html"title="class in Microsoft.Xna.Framework.Graphics">RenderTargetBinding</a></dt>
<dd>
<divclass="block">Creates an instance of this object.</div>
</dd>
<dt><ahref="../Microsoft/Xna/Framework/Graphics/RenderTargetCube.html"title="class in Microsoft.Xna.Framework.Graphics"><spanclass="strong">RenderTargetCube</span></a> - Class in <ahref="../Microsoft/Xna/Framework/Graphics/package-summary.html">Microsoft.Xna.Framework.Graphics</a></dt>
<dd>
<divclass="block">Represents a cubic texture resource that will be written to at the end of a render pass.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Graphics/RenderTargetCube.html#RenderTargetCube(Microsoft.Xna.Framework.Graphics.GraphicsDevice, int, boolean, Microsoft.Xna.Framework.Graphics.SurfaceFormat, Microsoft.Xna.Framework.Graphics.DepthFormat)">RenderTargetCube(GraphicsDevice, int, boolean, SurfaceFormat, DepthFormat)</a></span> - Constructor for class Microsoft.Xna.Framework.Graphics.<ahref="../Microsoft/Xna/Framework/Graphics/RenderTargetCube.html"title="class in Microsoft.Xna.Framework.Graphics">RenderTargetCube</a></dt>
<dd>
<divclass="block">Creates an instance of this object.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Graphics/RenderTargetCube.html#RenderTargetCube(Microsoft.Xna.Framework.Graphics.GraphicsDevice, int, boolean, Microsoft.Xna.Framework.Graphics.SurfaceFormat, Microsoft.Xna.Framework.Graphics.DepthFormat, int, Microsoft.Xna.Framework.Graphics.RenderTargetUsage)">RenderTargetCube(GraphicsDevice, int, boolean, SurfaceFormat, DepthFormat, int, RenderTargetUsage)</a></span> - Constructor for class Microsoft.Xna.Framework.Graphics.<ahref="../Microsoft/Xna/Framework/Graphics/RenderTargetCube.html"title="class in Microsoft.Xna.Framework.Graphics">RenderTargetCube</a></dt>
<dd>
<divclass="block">Creates an instance of this object.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Graphics/PresentationParameters.html#RenderTargetUsage">RenderTargetUsage</a></span> - Variable in class Microsoft.Xna.Framework.Graphics.<ahref="../Microsoft/Xna/Framework/Graphics/PresentationParameters.html"title="class in Microsoft.Xna.Framework.Graphics">PresentationParameters</a></dt>
<dd> </dd>
<dt><ahref="../Microsoft/Xna/Framework/Graphics/RenderTargetUsage.html"title="enum in Microsoft.Xna.Framework.Graphics"><spanclass="strong">RenderTargetUsage</span></a> - Enum in <ahref="../Microsoft/Xna/Framework/Graphics/package-summary.html">Microsoft.Xna.Framework.Graphics</a></dt>
<dd>
<divclass="block">Determines how render target data is used once a new render target is set.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html#Reset()">Reset()</a></span> - Method in class Microsoft.Xna.Framework.Graphics.<ahref="../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html"title="class in Microsoft.Xna.Framework.Graphics">GraphicsDevice</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html#Reset(Microsoft.Xna.Framework.Graphics.PresentationParameters)">Reset(PresentationParameters)</a></span> - Method in class Microsoft.Xna.Framework.Graphics.<ahref="../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html"title="class in Microsoft.Xna.Framework.Graphics">GraphicsDevice</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html#Reset(Microsoft.Xna.Framework.Graphics.PresentationParameters, Microsoft.Xna.Framework.Graphics.GraphicsAdapter)">Reset(PresentationParameters, GraphicsAdapter)</a></span> - Method in class Microsoft.Xna.Framework.Graphics.<ahref="../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html"title="class in Microsoft.Xna.Framework.Graphics">GraphicsDevice</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html#ResourceCreated">ResourceCreated</a></span> - Variable in class Microsoft.Xna.Framework.Graphics.<ahref="../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html"title="class in Microsoft.Xna.Framework.Graphics">GraphicsDevice</a></dt>
<dd> </dd>
<dt><ahref="../Microsoft/Xna/Framework/Graphics/ResourceCreatedEventArgs.html"title="class in Microsoft.Xna.Framework.Graphics"><spanclass="strong">ResourceCreatedEventArgs</span></a> - Class in <ahref="../Microsoft/Xna/Framework/Graphics/package-summary.html">Microsoft.Xna.Framework.Graphics</a></dt>
<dd>
<divclass="block">Contains event data.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html#ResourceDestroyed">ResourceDestroyed</a></span> - Variable in class Microsoft.Xna.Framework.Graphics.<ahref="../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html"title="class in Microsoft.Xna.Framework.Graphics">GraphicsDevice</a></dt>
<dd> </dd>
<dt><ahref="../Microsoft/Xna/Framework/Graphics/ResourceDestroyedEventArgs.html"title="class in Microsoft.Xna.Framework.Graphics"><spanclass="strong">ResourceDestroyedEventArgs</span></a> - Class in <ahref="../Microsoft/Xna/Framework/Graphics/package-summary.html">Microsoft.Xna.Framework.Graphics</a></dt>
<dd>
<divclass="block">Contains event data.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Audio/SoundEffectInstance.html#Resume()">Resume()</a></span> - Method in class Microsoft.Xna.Framework.Audio.<ahref="../Microsoft/Xna/Framework/Audio/SoundEffectInstance.html"title="class in Microsoft.Xna.Framework.Audio">SoundEffectInstance</a></dt>
<dd>
<divclass="block">Resumes playback for a SoundEffectInstance.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Input/GamePadDPad.html#Right">Right</a></span> - Variable in class Microsoft.Xna.Framework.Input.<ahref="../Microsoft/Xna/Framework/Input/GamePadDPad.html"title="class in Microsoft.Xna.Framework.Input">GamePadDPad</a></dt>
<dd>
<divclass="block">Identifies whether the Right direction on the Xbox 360 Controller directional pad is pressed.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Input/GamePadThumbSticks.html#Right">Right</a></span> - Variable in class Microsoft.Xna.Framework.Input.<ahref="../Microsoft/Xna/Framework/Input/GamePadThumbSticks.html"title="class in Microsoft.Xna.Framework.Input">GamePadThumbSticks</a></dt>
<dd>
<divclass="block">Returns the position of the right Xbox 360 Controller stick (thumbstick) as a 2D vector.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Input/GamePadTriggers.html#Right">Right</a></span> - Variable in class Microsoft.Xna.Framework.Input.<ahref="../Microsoft/Xna/Framework/Input/GamePadTriggers.html"title="class in Microsoft.Xna.Framework.Input">GamePadTriggers</a></dt>
<dd>
<divclass="block">Identifies the position of the right trigger on the Xbox 360 Controller.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Rectangle.html#Right()">Right()</a></span> - Method in class Microsoft.Xna.Framework.<ahref="../Microsoft/Xna/Framework/Rectangle.html"title="class in Microsoft.Xna.Framework">Rectangle</a></dt>
<dd>
<divclass="block">Returns the x-coordinate of the right side of the rectangle.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Vector3.html#Right">Right</a></span> - Static variable in class Microsoft.Xna.Framework.<ahref="../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a></dt>
<dd>
<divclass="block">Returns a unit Vector3 pointing to the right (1, 0, 0).</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Input/MouseState.html#RightButton">RightButton</a></span> - Variable in class Microsoft.Xna.Framework.Input.<ahref="../Microsoft/Xna/Framework/Input/MouseState.html"title="class in Microsoft.Xna.Framework.Input">MouseState</a></dt>
<dd>
<divclass="block">Returns the state of the right mouse button.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Input/GamePadButtons.html#RightShoulder">RightShoulder</a></span> - Variable in class Microsoft.Xna.Framework.Input.<ahref="../Microsoft/Xna/Framework/Input/GamePadButtons.html"title="class in Microsoft.Xna.Framework.Input">GamePadButtons</a></dt>
<dd>
<divclass="block">Identifies whether the right shoulder (bumper) button on the Xbox 360 Controller is pressed.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Input/GamePadButtons.html#RightStick">RightStick</a></span> - Variable in class Microsoft.Xna.Framework.Input.<ahref="../Microsoft/Xna/Framework/Input/GamePadButtons.html"title="class in Microsoft.Xna.Framework.Input">GamePadButtons</a></dt>
<dd>
<divclass="block">Identifies whether the right stick button on the Xbox 360 Controller is pressed (the stick is "clicked" in).</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Color.html#RosyBrown">RosyBrown</a></span> - Static variable in class Microsoft.Xna.Framework.<ahref="../Microsoft/Xna/Framework/Color.html"title="class in Microsoft.Xna.Framework">Color</a></dt>
<dd>
<divclass="block">Gets a system-defined color with the value R:188 G:143 B:143 A:255.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Color.html#RoyalBlue">RoyalBlue</a></span> - Static variable in class Microsoft.Xna.Framework.<ahref="../Microsoft/Xna/Framework/Color.html"title="class in Microsoft.Xna.Framework">Color</a></dt>
<dd>
<divclass="block">Gets a system-defined color with the value R:65 G:105 B:225 A:255.</div>