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 _

M

M11 - Variable in class Microsoft.Xna.Framework.Matrix
Value at row 1 column 1 of the matrix.
M12 - Variable in class Microsoft.Xna.Framework.Matrix
Value at row 1 column 2 of the matrix.
M13 - Variable in class Microsoft.Xna.Framework.Matrix
Value at row 1 column 3 of the matrix.
M14 - Variable in class Microsoft.Xna.Framework.Matrix
Value at row 1 column 4 of the matrix.
M21 - Variable in class Microsoft.Xna.Framework.Matrix
Value at row 2 column 1 of the matrix.
M22 - Variable in class Microsoft.Xna.Framework.Matrix
Value at row 2 column 2 of the matrix.
M23 - Variable in class Microsoft.Xna.Framework.Matrix
Value at row 2 column 3 of the matrix.
M24 - Variable in class Microsoft.Xna.Framework.Matrix
Value at row 2 column 4 of the matrix.
M31 - Variable in class Microsoft.Xna.Framework.Matrix
Value at row 3 column 1 of the matrix.
M32 - Variable in class Microsoft.Xna.Framework.Matrix
Value at row 3 column 2 of the matrix.
M33 - Variable in class Microsoft.Xna.Framework.Matrix
Value at row 3 column 3 of the matrix.
M34 - Variable in class Microsoft.Xna.Framework.Matrix
Value at row 3 column 4 of the matrix.
M41 - Variable in class Microsoft.Xna.Framework.Matrix
Value at row 4 column 1 of the matrix.
M42 - Variable in class Microsoft.Xna.Framework.Matrix
Value at row 4 column 2 of the matrix.
M43 - Variable in class Microsoft.Xna.Framework.Matrix
Value at row 4 column 3 of the matrix.
M44 - Variable in class Microsoft.Xna.Framework.Matrix
Value at row 4 column 4 of the matrix.
Magenta - Static variable in class Microsoft.Xna.Framework.Color
Gets a system-defined color with the value R:255 G:0 B:255 A:255.
Maroon - Static variable in class Microsoft.Xna.Framework.Color
Gets a system-defined color with the value R:128 G:0 B:0 A:255.
MathHelper - Class in Microsoft.Xna.Framework
Contains commonly used precalculated values.
Matrix - Class in Microsoft.Xna.Framework
Defines a matrix.
Matrix() - Constructor for class Microsoft.Xna.Framework.Matrix
Initializes a new instance of Matrix.
Matrix(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Constructor for class Microsoft.Xna.Framework.Matrix
Initializes a new instance of Matrix.
Max - Variable in class Microsoft.Xna.Framework.BoundingBox
The maximum point the BoundingBox contains.
Max(float, float) - Static method in class Microsoft.Xna.Framework.MathHelper
Returns the greater of two values.
Max(Vector2, Vector2) - Static method in class Microsoft.Xna.Framework.Vector2
Returns a vector that contains the highest value from each matching pair of components.
Max(Vector2, Vector2, Vector2) - Static method in class Microsoft.Xna.Framework.Vector2
Returns a vector that contains the highest value from each matching pair of components.
Max(Vector3, Vector3) - Static method in class Microsoft.Xna.Framework.Vector3
Returns a vector that contains the highest value from each matching pair of components.
Max(Vector3, Vector3, Vector3) - Static method in class Microsoft.Xna.Framework.Vector3
Returns a vector that contains the highest value from each matching pair of components.
Max(Vector4, Vector4) - Static method in class Microsoft.Xna.Framework.Vector4
Returns a vector that contains the highest value from each matching pair of components.
Max(Vector4, Vector4, Vector4) - Static method in class Microsoft.Xna.Framework.Vector4
Returns a vector that contains the highest value from each matching pair of components.
MaxDepth - Variable in class Microsoft.Xna.Framework.Graphics.Viewport
Gets or sets the maximum depth of the clip volume.
MaxValue - Static variable in class System.TimeSpan
Represents the maximum TimeSpan value.
MeasureString(String) - Method in class Microsoft.Xna.Framework.Graphics.SpriteFont
 
MeasureString(StringBuilder) - Method in class Microsoft.Xna.Framework.Graphics.SpriteFont
 
MediumAquamarine - Static variable in class Microsoft.Xna.Framework.Color
Gets a system-defined color with the value R:102 G:205 B:170 A:255.
MediumBlue - Static variable in class Microsoft.Xna.Framework.Color
Gets a system-defined color with the value R:0 G:0 B:205 A:255.
MediumOrchid - Static variable in class Microsoft.Xna.Framework.Color
Gets a system-defined color with the value R:186 G:85 B:211 A:255.
MediumPurple - Static variable in class Microsoft.Xna.Framework.Color
Gets a system-defined color with the value R:147 G:112 B:219 A:255.
MediumSeaGreen - Static variable in class Microsoft.Xna.Framework.Color
Gets a system-defined color with the value R:60 G:179 B:113 A:255.
MediumSlateBlue - Static variable in class Microsoft.Xna.Framework.Color
Gets a system-defined color with the value R:123 G:104 B:238 A:255.
MediumSpringGreen - Static variable in class Microsoft.Xna.Framework.Color
Gets a system-defined color with the value R:0 G:250 B:154 A:255.
MediumTurquoise - Static variable in class Microsoft.Xna.Framework.Color
Gets a system-defined color with the value R:72 G:209 B:204 A:255.
MediumVioletRed - Static variable in class Microsoft.Xna.Framework.Color
Gets a system-defined color with the value R:199 G:21 B:133 A:255.
MemoryStream - Class in System.IO
Defines a stream whose backing store is memory.
MemoryStream() - Constructor for class System.IO.MemoryStream
Initializes a new instance of the MemoryStream class with an expandable capacity initialized to zero.
MemoryStream(int) - Constructor for class System.IO.MemoryStream
Initializes a new instance of the MemoryStream class with an expandable capacity initialized as specified.
MemoryStream(byte[]) - Constructor for class System.IO.MemoryStream
Initializes a new non-resizable instance of the MemoryStream class based on the specified byte array.
MemoryStream(byte[], boolean) - Constructor for class System.IO.MemoryStream
Initializes a new non-resizable instance of the MemoryStream class based on the specified byte array with the CanWrite property set as specified.
MemoryStream(byte[], int, int) - Constructor for class System.IO.MemoryStream
Initializes a new non-resizable instance of the MemoryStream class based on the specified region (index) of a byte array.
MemoryStream(byte[], int, int, boolean) - Constructor for class System.IO.MemoryStream
Initializes a new non-resizable instance of the MemoryStream class based on the specified region of a byte array, with the CanWrite property set as specified.
MemoryStream(byte[], int, int, boolean, boolean) - Constructor for class System.IO.MemoryStream
Initializes a new non-resizable instance of the MemoryStream class based on the specified region of a byte array, with the CanWrite property set as specified, and the ability to call GetBuffer set as specified.
MessageBoxIcon - Enum in Microsoft.Xna.Framework.GamerServices
Defines the different icons for a message box.
Microsoft.Xna.Framework - package Microsoft.Xna.Framework
 
Microsoft.Xna.Framework.Audio - package Microsoft.Xna.Framework.Audio
 
Microsoft.Xna.Framework.Content - package Microsoft.Xna.Framework.Content
 
Microsoft.Xna.Framework.GamerServices - package Microsoft.Xna.Framework.GamerServices
 
Microsoft.Xna.Framework.Graphics - package Microsoft.Xna.Framework.Graphics
 
Microsoft.Xna.Framework.Graphics.PackedVector - package Microsoft.Xna.Framework.Graphics.PackedVector
 
Microsoft.Xna.Framework.Input - package Microsoft.Xna.Framework.Input
 
Microsoft.Xna.Framework.Input.Touch - package Microsoft.Xna.Framework.Input.Touch
 
Microsoft.Xna.Framework.Net - package Microsoft.Xna.Framework.Net
 
MiddleButton - Variable in class Microsoft.Xna.Framework.Input.MouseState
Returns the state of the middle mouse button.
MidnightBlue - Static variable in class Microsoft.Xna.Framework.Color
Gets a system-defined color with the value R:25 G:25 B:112 A:255.
Min - Variable in class Microsoft.Xna.Framework.BoundingBox
The minimum point the BoundingBox contains.
Min(float, float) - Static method in class Microsoft.Xna.Framework.MathHelper
Returns the lesser of two values.
Min(Vector2, Vector2) - Static method in class Microsoft.Xna.Framework.Vector2
Returns a vector that contains the lowest value from each matching pair of components.
Min(Vector2, Vector2, Vector2) - Static method in class Microsoft.Xna.Framework.Vector2
Returns a vector that contains the lowest value from each matching pair of components.
Min(Vector3, Vector3) - Static method in class Microsoft.Xna.Framework.Vector3
Returns a vector that contains the lowest value from each matching pair of components.
Min(Vector3, Vector3, Vector3) - Static method in class Microsoft.Xna.Framework.Vector3
Returns a vector that contains the lowest value from each matching pair of components.
Min(Vector4, Vector4) - Static method in class Microsoft.Xna.Framework.Vector4
Returns a vector that contains the lowest value from each matching pair of components.
Min(Vector4, Vector4, Vector4) - Static method in class Microsoft.Xna.Framework.Vector4
Returns a vector that contains the lowest value from each matching pair of components.
MinDepth - Variable in class Microsoft.Xna.Framework.Graphics.Viewport
Gets or sets the minimum depth of the clip volume.
MintCream - Static variable in class Microsoft.Xna.Framework.Color
Gets a system-defined color with the value R:245 G:255 B:250 A:255.
MinValue - Static variable in class System.TimeSpan
Represents the minimum TimeSpan value.
MistyRose - Static variable in class Microsoft.Xna.Framework.Color
Gets a system-defined color with the value R:255 G:228 B:225 A:255.
Moccasin - Static variable in class Microsoft.Xna.Framework.Color
Gets a system-defined color with the value R:255 G:228 B:181 A:255.
Mouse - Class in Microsoft.Xna.Framework.Input
Allows retrieval of position and button clicks from a mouse input device.
Mouse() - Constructor for class Microsoft.Xna.Framework.Input.Mouse
 
MouseState - Class in Microsoft.Xna.Framework.Input
Represents the state of a mouse input device, including mouse cursor position and buttons pressed.
MouseState(int, int, int, ButtonState, ButtonState, ButtonState, ButtonState, ButtonState) - Constructor for class Microsoft.Xna.Framework.Input.MouseState
Initializes a new instance of the MouseState class.
Multiply(Color, float) - Static method in class Microsoft.Xna.Framework.Color
Multiply each color component by the scale factor.
Multiply(Matrix) - Method in class Microsoft.Xna.Framework.Matrix
Multiplies the current matrix by another matrix.
Multiply(Matrix, Matrix) - Static method in class Microsoft.Xna.Framework.Matrix
Multiplies a matrix by another matrix.
Multiply(float) - Method in class Microsoft.Xna.Framework.Matrix
Multiplies the current matrix by a scalar value.
Multiply(Matrix, float) - Static method in class Microsoft.Xna.Framework.Matrix
Multiplies a matrix by a scalar value.
Multiply(Matrix, Matrix, Matrix) - Static method in class Microsoft.Xna.Framework.Matrix
Multiplies a matrix by another matrix.
Multiply(Matrix, float, Matrix) - Static method in class Microsoft.Xna.Framework.Matrix
Multiplies a matrix by a scalar value.
Multiply(Quaternion) - Method in class Microsoft.Xna.Framework.Quaternion
Multiplies the current quaternion by the specified quaternion.
Multiply(float) - Method in class Microsoft.Xna.Framework.Quaternion
Multiplies the current quaternion by the specified scalar value.
Multiply(Quaternion, Quaternion) - Static method in class Microsoft.Xna.Framework.Quaternion
Multiplies two quaternions.
Multiply(Quaternion, float) - Static method in class Microsoft.Xna.Framework.Quaternion
Multiplies a quaternion by a scalar value.
Multiply(Quaternion, Quaternion, Quaternion) - Static method in class Microsoft.Xna.Framework.Quaternion
Multiplies two quaternions.
Multiply(Quaternion, float, Quaternion) - Static method in class Microsoft.Xna.Framework.Quaternion
Multiplies a quaternion by a scalar value.
Multiply(Vector2) - Method in class Microsoft.Xna.Framework.Vector2
Multiplies the components of the current vector by the components of another vector.
Multiply(float) - Method in class Microsoft.Xna.Framework.Vector2
Multiplies the current vector by a scalar value.
Multiply(Vector2, Vector2) - Static method in class Microsoft.Xna.Framework.Vector2
Multiplies the components of two vectors by each other.
Multiply(Vector2, float) - Static method in class Microsoft.Xna.Framework.Vector2
Multiplies a vector by a scalar value.
Multiply(Vector2, Vector2, Vector2) - Static method in class Microsoft.Xna.Framework.Vector2
Multiplies the components of two vectors by each other.
Multiply(Vector2, float, Vector2) - Static method in class Microsoft.Xna.Framework.Vector2
Multiplies a vector by a scalar value.
Multiply(Vector3) - Method in class Microsoft.Xna.Framework.Vector3
Multiplies the components of the current vector by the components of another vector.
Multiply(Vector3, Vector3) - Static method in class Microsoft.Xna.Framework.Vector3
Multiplies the components of two vectors by each other.
Multiply(float) - Method in class Microsoft.Xna.Framework.Vector3
Multiplies the current vector by a scalar value.
Multiply(Vector3, float) - Static method in class Microsoft.Xna.Framework.Vector3
Multiplies a vector by a scalar value.
Multiply(Vector3, float, Vector3) - Static method in class Microsoft.Xna.Framework.Vector3
Multiplies a vector by a scalar value.
Multiply(Vector3, Vector3, Vector3) - Static method in class Microsoft.Xna.Framework.Vector3
Multiplies the components of two vectors by each other.
Multiply(Vector4) - Method in class Microsoft.Xna.Framework.Vector4
Multiplies the components of the current vector by the components of another vector.
Multiply(Vector4, Vector4) - Static method in class Microsoft.Xna.Framework.Vector4
Multiplies the components of two vectors by each other.
Multiply(float) - Method in class Microsoft.Xna.Framework.Vector4
Multiplies the current vector by a scalar.
Multiply(Vector4, float) - Static method in class Microsoft.Xna.Framework.Vector4
Multiplies a vector by a scalar.
Multiply(Vector4, Vector4, Vector4) - Static method in class Microsoft.Xna.Framework.Vector4
Multiplies the components of two vectors by each other.
Multiply(Vector4, float, Vector4) - Static method in class Microsoft.Xna.Framework.Vector4
Multiplies a vector by a scalar.
MultiSampleCount - Variable in class Microsoft.Xna.Framework.Graphics.PresentationParameters
 

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 _