A B C D E F G H I K L M N O P Q R S T U V W X Y Z _

I

IAsyncResult - Interface in System
Represents the status of an asynchronous operation.
ICollection<T> - Interface in System.Collections.Generic
Defines methods to manipulate generic collections.
IComparable<T> - Interface in System
Defines a generalized comparison method that a value type or class implements to create a type-specific comparison method for ordering instances.
Id - Variable in class Microsoft.Xna.Framework.Input.Touch.TouchLocation
Gets the ID of the touch location.
Identity - Static variable in class Microsoft.Xna.Framework.Matrix
Returns an instance of the identity matrix.
Identity - Variable in class Microsoft.Xna.Framework.Quaternion
Returns a Quaternion representing no rotation.
IDisposable - Interface in System
Defines a method to release allocated unmanaged resources.
IEnumerable<T> - Interface in System.Collections.Generic
Exposes the Enumerator, which supports a simple iteration over a collection of a specified type.
IEnumerator<T> - Interface in System.Collections.Generic
Supports a simple iteration over a generic collection.
IEqualityComparer<T> - Interface in System.Collections.Generic
Defines methods to support the comparison of objects for equality.
IEquatable<T> - Interface in System
Defines a generalized method that a value type or class implements to create a type-specific method for determining equality of instances.
IGraphicsDeviceService - Interface in Microsoft.Xna.Framework.Graphics
Defines a mechanism for retrieving GraphicsDevice objects.
IList<T> - Interface in System.Collections.Generic
Represents a collection of objects that can be individually accessed by index.
IndexOf(TouchLocation) - Method in class Microsoft.Xna.Framework.Input.Touch.TouchCollection
Determines the index of a TouchLocation in the TouchCollection.
IndexOf(T) - Method in interface System.Collections.Generic.IList
 
IndexOf(T) - Method in class System.Collections.ObjectModel.Collection
Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection<>.
IndianRed - Static variable in class Microsoft.Xna.Framework.Color
Gets a system-defined color with the value R:205 G:92 B:92 A:255.
Indigo - Static variable in class Microsoft.Xna.Framework.Color
Gets a system-defined color with the value R:75 G:0 B:130 A:255.
Inflate(int, int) - Method in class Microsoft.Xna.Framework.Rectangle
Pushes the edges of the Rectangle out by the horizontal and vertical values specified.
Initialize(IServiceProvider) - Static method in class Microsoft.Xna.Framework.GamerServices.GamerServicesDispatcher
Initializes gamer services functionality for the game, automatically choosing the most appropriate gamer service type for the platform.
Insert(int, TouchLocation) - Method in class Microsoft.Xna.Framework.Input.Touch.TouchCollection
Inserts a new TouchLocation into the TouchCollection at a specified index.
Insert(int, T) - Method in interface System.Collections.Generic.IList
 
Insert(int, T) - Method in class System.Collections.ObjectModel.Collection
Inserts an element into the Collection<> at the specified index.
InsertItem(int, T) - Method in class System.Collections.ObjectModel.Collection
Inserts an element into the Collection<> at the specified index.
InstallingTitleUpdate - Static variable in class Microsoft.Xna.Framework.GamerServices.GamerServicesDispatcher
Notifies the game when a Games for Windows - LIVE title update is being installed
Intersect(Rectangle, Rectangle) - Static method in class Microsoft.Xna.Framework.Rectangle
Creates a Rectangle defining the area where one rectangle overlaps with another rectangle.
Intersect(Rectangle, Rectangle, Rectangle) - Static method in class Microsoft.Xna.Framework.Rectangle
Creates a Rectangle defining the area where one rectangle overlaps with another rectangle.
Intersects(BoundingBox) - Method in class Microsoft.Xna.Framework.BoundingBox
Checks whether the current BoundingBox intersects another BoundingBox.
Intersects(BoundingSphere) - Method in class Microsoft.Xna.Framework.BoundingBox
Checks whether the current BoundingBox intersects a BoundingSphere.
Intersects(Plane) - Method in class Microsoft.Xna.Framework.BoundingBox
Checks whether the current BoundingBox intersects a Plane.
Intersects(Ray) - Method in class Microsoft.Xna.Framework.BoundingBox
Checks whether the current BoundingBox intersects a Ray.
Intersects(BoundingBox, boolean) - Method in class Microsoft.Xna.Framework.BoundingBox
Checks whether the current BoundingBox intersects another BoundingBox.
Intersects(BoundingSphere, boolean) - Method in class Microsoft.Xna.Framework.BoundingBox
Checks whether the current BoundingBox intersects a BoundingSphere.
Intersects(Plane, PlaneIntersectionType) - Method in class Microsoft.Xna.Framework.BoundingBox
Checks whether the current BoundingBox intersects a Plane.
Intersects(Ray, Float) - Method in class Microsoft.Xna.Framework.BoundingBox
Checks whether the current BoundingBox intersects a Ray.
Intersects(BoundingBox) - Method in class Microsoft.Xna.Framework.BoundingSphere
Checks whether the current BoundingSphere intersects with a specified BoundingBox.
Intersects(BoundingSphere) - Method in class Microsoft.Xna.Framework.BoundingSphere
Checks whether the current BoundingSphere intersects with a specified BoundingSphere.
Intersects(Plane) - Method in class Microsoft.Xna.Framework.BoundingSphere
Checks whether the current BoundingSphere intersects with a specified Plane.
Intersects(Ray) - Method in class Microsoft.Xna.Framework.BoundingSphere
Checks whether the current BoundingSphere intersects with a specified Ray.
Intersects(BoundingBox, boolean) - Method in class Microsoft.Xna.Framework.BoundingSphere
Checks whether the current BoundingSphere intersects a BoundingBox.
Intersects(BoundingSphere, boolean) - Method in class Microsoft.Xna.Framework.BoundingSphere
Checks whether the current BoundingSphere intersects another BoundingSphere.
Intersects(Plane, PlaneIntersectionType) - Method in class Microsoft.Xna.Framework.BoundingSphere
Checks whether the current BoundingSphere intersects a Plane.
Intersects(Ray, Float) - Method in class Microsoft.Xna.Framework.BoundingSphere
Checks whether the current BoundingSphere intersects a Ray.
Intersects(BoundingBox) - Method in class Microsoft.Xna.Framework.Plane
Checks whether the current Plane intersects a specified BoundingBox.
Intersects(BoundingSphere) - Method in class Microsoft.Xna.Framework.Plane
Checks whether the current Plane intersects a specified BoundingSphere.
Intersects(BoundingBox, PlaneIntersectionType) - Method in class Microsoft.Xna.Framework.Plane
Checks whether the current Plane intersects a BoundingBox.
Intersects(BoundingSphere, PlaneIntersectionType) - Method in class Microsoft.Xna.Framework.Plane
Checks whether the current Plane intersects a BoundingSphere.
Intersects(BoundingBox) - Method in class Microsoft.Xna.Framework.Ray
Checks whether the Ray intersects a specified BoundingBox.
Intersects(BoundingSphere) - Method in class Microsoft.Xna.Framework.Ray
Checks whether the Ray intersects a specified BoundingSphere.
Intersects(Plane) - Method in class Microsoft.Xna.Framework.Ray
Determines whether this Ray intersects a specified Plane.
Intersects(BoundingBox, Float) - Method in class Microsoft.Xna.Framework.Ray
Checks whether the current Ray intersects a BoundingBox.
Intersects(BoundingSphere, Float) - Method in class Microsoft.Xna.Framework.Ray
Checks whether the current Ray intersects a BoundingSphere.
Intersects(Plane, Float) - Method in class Microsoft.Xna.Framework.Ray
Determines whether this Ray intersects a specified Plane.
Intersects(Rectangle) - Method in class Microsoft.Xna.Framework.Rectangle
Determines whether a specified Rectangle intersects with this Rectangle.
Intersects(Rectangle, boolean) - Method in class Microsoft.Xna.Framework.Rectangle
Determines whether a specified Rectangle intersects with this Rectangle.
InvalidOperationException - Exception in System
The exception that is thrown when a method call is invalid for the object's current state.
InvalidOperationException() - Constructor for exception System.InvalidOperationException
Initializes a new instance of the InvalidOperationException class.
InvalidOperationException(String) - Constructor for exception System.InvalidOperationException
Initializes a new instance of the InvalidOperationException class with a specified error message.
InvalidOperationException(String, RuntimeException) - Constructor for exception System.InvalidOperationException
Initializes a new instance of the InvalidOperationException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Inverse(Quaternion) - Static method in class Microsoft.Xna.Framework.Quaternion
Returns the inverse of a Quaternion.
Inverse(Quaternion, Quaternion) - Static method in class Microsoft.Xna.Framework.Quaternion
Returns the inverse of a Quaternion.
Invert(Matrix) - Static method in class Microsoft.Xna.Framework.Matrix
Calculates the inverse of a matrix.
Invert(Matrix, Matrix) - Static method in class Microsoft.Xna.Framework.Matrix
Calculates the inverse of a matrix.
Invoke(IAsyncResult) - Method in class System.AsyncCallback
 
Invoke(Object, T) - Method in interface System.EventHandler
 
IOException - Exception in System.IO
The exception that is thrown when an I/O error occurs.
IOException() - Constructor for exception System.IO.IOException
Initializes a new instance of the IOException class with its message string set to the empty string ("").
IOException(String) - Constructor for exception System.IO.IOException
Initializes a new instance of the IOException class with its message string set to message.
IOException(String, Exception) - Constructor for exception System.IO.IOException
Initializes a new instance of the IOException class with a specified error message and a reference to the inner exception that is the cause of this exception.
IsAvailable() - Method in class Microsoft.Xna.Framework.Net.QualityOfService
Checks whether this quality of service operation has completed.
IsCompleted() - Method in interface System.IAsyncResult
Gets an indication whether the asynchronous operation has completed.
IsConnected - Variable in class Microsoft.Xna.Framework.Input.GamePadCapabilities
Indicates whether the Xbox 360 Controller is connected.
IsConnected - Variable in class Microsoft.Xna.Framework.Input.GamePadState
Indicates whether the Xbox 360 Controller is connected.
IsConnected - Variable in class Microsoft.Xna.Framework.Input.Touch.TouchCollection
Indicates if the touch screen is available for use.
IsDisposed() - Method in class Microsoft.Xna.Framework.Audio.SoundEffect
Gets a value that indicates whether the object is disposed.
IsDisposed() - Method in class Microsoft.Xna.Framework.Audio.SoundEffectInstance
Gets a value that indicates whether the object is disposed.
IsDisposed() - Method in class Microsoft.Xna.Framework.GamerServices.Gamer
Gets a value indicating whether the object is disposed.
IsDisposed() - Method in class Microsoft.Xna.Framework.GamerServices.GamerProfile
Gets a value that indicates whether the object is disposed.
IsDisposed() - Method in class Microsoft.Xna.Framework.Graphics.GraphicsResource
Gets a value that indicates whether the object is disposed.
IsDisposed() - Method in class Microsoft.Xna.Framework.Graphics.SpriteBatch
 
IsEmpty() - Method in class Microsoft.Xna.Framework.Rectangle
Gets a value that indicates whether the Rectangle is empty.
IServiceProvider - Interface in System
Defines a mechanism for retrieving a service object; that is, an object that provides custom support to other objects.
IsFullScreen - Variable in class Microsoft.Xna.Framework.Graphics.PresentationParameters
 
IsInitialized() - Static method in class Microsoft.Xna.Framework.GamerServices.GamerServicesDispatcher
 
IsKeyDown(Keys) - Method in class Microsoft.Xna.Framework.Input.KeyboardState
Returns whether a specified key is currently being pressed.
IsKeyUp(Keys) - Method in class Microsoft.Xna.Framework.Input.KeyboardState
Returns whether a specified key is currently not pressed.
IsLooped - Variable in class Microsoft.Xna.Framework.Audio.SoundEffectInstance
Gets a value that indicates whether looping is enabled for the SoundEffectInstance.
IsReadOnly() - Method in class Microsoft.Xna.Framework.Input.Touch.TouchCollection
Determines if the touch location array is read-only.
IsReadOnly() - Method in interface System.Collections.Generic.ICollection
 
IsVisible() - Static method in class Microsoft.Xna.Framework.GamerServices.Guide
 
iterator() - Method in class Microsoft.Xna.Framework.Input.Touch.TouchCollection
Returns an iterator that iterates through the TouchCollection.
iterator() - Method in class System.Collections.ObjectModel.Collection
 
IVertexType - Interface in Microsoft.Xna.Framework.Graphics
Vertex type interface which is implemented by a custom vertex type structure.
Ivory - Static variable in class Microsoft.Xna.Framework.Color
Gets a system-defined color with the value R:255 G:255 B:240 A:255.

A B C D E F G H I K L M N O P Q R S T U V W X Y Z _