- ObjectDisposedException - Exception in System
-
The exception that is thrown when an operation is performed on a disposed object.
- ObjectDisposedException(String) - Constructor for exception System.ObjectDisposedException
-
Initializes a new instance of the ObjectDisposedException class with a string containing the name of the disposed object.
- ObjectDisposedException(String, String) - Constructor for exception System.ObjectDisposedException
-
Initializes a new instance of the ObjectDisposedException class with the specified object name and message.
- Offset(Point) - Method in class Microsoft.Xna.Framework.Rectangle
-
Changes the position of the Rectangle.
- Offset(int, int) - Method in class Microsoft.Xna.Framework.Rectangle
-
Changes the position of the Rectangle.
- OldLace - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:253 G:245 B:230 A:255.
- Olive - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:128 G:128 B:0 A:255.
- OliveDrab - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:107 G:142 B:35 A:255.
- OnApply() - Method in class Microsoft.Xna.Framework.Graphics.DualTextureEffect
-
Computes derived parameter values immediately before applying the effect.
- OnApply() - Method in class Microsoft.Xna.Framework.Graphics.Effect
-
Applies the effect state just prior to rendering the effect.
- One - Static variable in class Microsoft.Xna.Framework.Vector2
-
Returns a Vector2 with both of its components set to one.
- One - Static variable in class Microsoft.Xna.Framework.Vector3
-
Returns a Vector3 with ones in all of its components.
- One - Static variable in class Microsoft.Xna.Framework.Vector4
-
Returns a Vector4 with all of its components set to one.
- Opague - Static variable in class Microsoft.Xna.Framework.Graphics.BlendState
-
- OpenFile(String, FileMode) - Method in class System.IO.IsolatedStorage.IsolatedStorageFile
-
- OpenStream(String) - Static method in class Microsoft.Xna.Framework.TitleContainer
-
Provides file stream access to the title's default storage location.
- Orange - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:255 G:165 B:0 A:255.
- OrangeRed - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:255 G:69 B:0 A:255.
- Orchid - Static variable in class Microsoft.Xna.Framework.Color
-
Gets a system-defined color with the value R:218 G:112 B:214 A:255.
- OutStream - Variable in class System.IO.BinaryWriter
-
- OverflowException - Exception in System
-
The exception that is thrown when an arithmetic, casting, or conversion operation in a checked context results in an overflow.
- OverflowException() - Constructor for exception System.OverflowException
-
Initializes a new instance of the OverflowException class.
- OverflowException(String) - Constructor for exception System.OverflowException
-
Initializes a new instance of the OverflowException class with a specified error message.
- OverflowException(String, RuntimeException) - Constructor for exception System.OverflowException
-
Initializes a new instance of the OverflowException class with a specified error message and a reference to the inner exception that is the cause of this exception.