<dt><ahref="../System/IO/FileAccess.html"title="enum in System.IO"><spanclass="strong">FileAccess</span></a> - Enum in <ahref="../System/IO/package-summary.html">System.IO</a></dt>
<dd>
<divclass="block">Defines constants for read, write, or read/write access to a file.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Storage/StorageContainer.html#FileExists(java.lang.String)">FileExists(String)</a></span> - Method in class Microsoft.Xna.Framework.Storage.<ahref="../Microsoft/Xna/Framework/Storage/StorageContainer.html"title="class in Microsoft.Xna.Framework.Storage">StorageContainer</a></dt>
<dd>
<divclass="block">Determines whether the specified path refers to an existing file in the StorageContainer.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/IO/IsolatedStorage/IsolatedStorageFile.html#FileExists(java.lang.String)">FileExists(String)</a></span> - Method in class System.IO.IsolatedStorage.<ahref="../System/IO/IsolatedStorage/IsolatedStorageFile.html"title="class in System.IO.IsolatedStorage">IsolatedStorageFile</a></dt>
<dd> </dd>
<dt><ahref="../System/IO/FileMode.html"title="enum in System.IO"><spanclass="strong">FileMode</span></a> - Enum in <ahref="../System/IO/package-summary.html">System.IO</a></dt>
<dd>
<divclass="block">Specifies how the operating system should open a file.</div>
</dd>
<dt><ahref="../System/IO/FileNotFoundException.html"title="class in System.IO"><spanclass="strong">FileNotFoundException</span></a> - Exception in <ahref="../System/IO/package-summary.html">System.IO</a></dt>
<dd>
<divclass="block">The exception that is thrown when an attempt to access a file that does not exist fails.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/IO/FileNotFoundException.html#FileNotFoundException()">FileNotFoundException()</a></span> - Constructor for exception System.IO.<ahref="../System/IO/FileNotFoundException.html"title="class in System.IO">FileNotFoundException</a></dt>
<dd>
<divclass="block">Initializes a new instance of the System.IO.FileNotFoundException class with its message string set to a system-supplied message.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/IO/FileNotFoundException.html#FileNotFoundException(java.lang.String)">FileNotFoundException(String)</a></span> - Constructor for exception System.IO.<ahref="../System/IO/FileNotFoundException.html"title="class in System.IO">FileNotFoundException</a></dt>
<dd>
<divclass="block">Initializes a new instance of the System.IO.FileNotFoundException class with its message string set to message.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/IO/FileNotFoundException.html#FileNotFoundException(java.lang.String, java.lang.String)">FileNotFoundException(String, String)</a></span> - Constructor for exception System.IO.<ahref="../System/IO/FileNotFoundException.html"title="class in System.IO">FileNotFoundException</a></dt>
<dd>
<divclass="block">Initializes a new instance of the System.IO.FileNotFoundException class with its message string set to message, specifying the file name that cannot be found.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/IO/FileNotFoundException.html#FileNotFoundException(java.lang.String, java.lang.String, java.lang.Throwable)">FileNotFoundException(String, String, Throwable)</a></span> - Constructor for exception System.IO.<ahref="../System/IO/FileNotFoundException.html"title="class in System.IO">FileNotFoundException</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../System/IO/FileNotFoundException.html#FileNotFoundException(java.lang.String, java.lang.Throwable)">FileNotFoundException(String, Throwable)</a></span> - Constructor for exception System.IO.<ahref="../System/IO/FileNotFoundException.html"title="class in System.IO">FileNotFoundException</a></dt>
<dd>
<divclass="block">Initializes a new instance of the System.IO.FileNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.</div>
</dd>
<dt><ahref="../System/IO/FileShare.html"title="enum in System.IO"><spanclass="strong">FileShare</span></a> - Enum in <ahref="../System/IO/package-summary.html">System.IO</a></dt>
<dd>
<divclass="block">Contains constants for controlling the kind of access other System.IO.IsolatedStorage.IsolatedStorageFileStream objects can have to the same file.</div>
</dd>
<dt><ahref="../System/IO/FileStream.html"title="class in System.IO"><spanclass="strong">FileStream</span></a> - Class in <ahref="../System/IO/package-summary.html">System.IO</a></dt>
<dd>
<divclass="block">When it is called by an elevated-trust application, exposes a System.IO.Stream around a file, supporting both synchronous and asynchronous read and write operations.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/IO/FileStream.html#FileStream()">FileStream()</a></span> - Constructor for class System.IO.<ahref="../System/IO/FileStream.html"title="class in System.IO">FileStream</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../System/IO/FileStream.html#FileStream(java.lang.String, System.IO.FileMode)">FileStream(String, FileMode)</a></span> - Constructor for class System.IO.<ahref="../System/IO/FileStream.html"title="class in System.IO">FileStream</a></dt>
<dd>
<divclass="block">When it is called by trusted applications, initializes a new instance of the System.IO.FileStream class with the specified path and creation mode.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/IO/FileStream.html#FileStream(java.lang.String, System.IO.FileMode, java.util.EnumSet)">FileStream(String, FileMode, EnumSet<FileAccess>)</a></span> - Constructor for class System.IO.<ahref="../System/IO/FileStream.html"title="class in System.IO">FileStream</a></dt>
<dd>
<divclass="block">When it is called by trusted applications, initializes a new instance of the System.IO.FileStream class with the specified path, creation mode, and read/write permission.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/IO/FileStream.html#FileStream(java.lang.String, System.IO.FileMode, java.util.EnumSet, java.util.EnumSet)">FileStream(String, FileMode, EnumSet<FileAccess>, EnumSet<FileShare>)</a></span> - Constructor for class System.IO.<ahref="../System/IO/FileStream.html"title="class in System.IO">FileStream</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../System/IO/FileStream.html#FileStream(java.lang.String, System.IO.FileMode, java.util.EnumSet, java.util.EnumSet, int)">FileStream(String, FileMode, EnumSet<FileAccess>, EnumSet<FileShare>, int)</a></span> - Constructor for class System.IO.<ahref="../System/IO/FileStream.html"title="class in System.IO">FileStream</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../System/IO/BinaryReader.html#FillBuffer(int)">FillBuffer(int)</a></span> - Method in class System.IO.<ahref="../System/IO/BinaryReader.html"title="class in System.IO">BinaryReader</a></dt>
<dd>
<divclass="block">Fills the internal buffer with the specified number of bytes read from the stream.</div>
</dd>
<dt><ahref="../Microsoft/Xna/Framework/Graphics/FillMode.html"title="enum in Microsoft.Xna.Framework.Graphics"><spanclass="strong">FillMode</span></a> - Enum in <ahref="../Microsoft/Xna/Framework/Graphics/package-summary.html">Microsoft.Xna.Framework.Graphics</a></dt>
<dd>
<divclass="block">Describes options for filling the vertices and lines that define a primitive.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Audio/SoundEffect.html#finalize()">finalize()</a></span> - Method in class Microsoft.Xna.Framework.Audio.<ahref="../Microsoft/Xna/Framework/Audio/SoundEffect.html"title="class in Microsoft.Xna.Framework.Audio">SoundEffect</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Audio/SoundEffectInstance.html#finalize()">finalize()</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">Releases unmanaged resources and performs other cleanup operations before the SoundEffectInstance is reclaimed by garbage collection.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Graphics/GraphicsResource.html#finalize()">finalize()</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>
<divclass="block">Allows this Object to attempt to free resources and perform other cleanup operations before garbage collection reclaims the object.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Graphics/SpriteBatch.html#finalize()">finalize()</a></span> - Method in class Microsoft.Xna.Framework.Graphics.<ahref="../Microsoft/Xna/Framework/Graphics/SpriteBatch.html"title="class in Microsoft.Xna.Framework.Graphics">SpriteBatch</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Graphics/TextureCollection.html#finalize()">finalize()</a></span> - Method in class Microsoft.Xna.Framework.Graphics.<ahref="../Microsoft/Xna/Framework/Graphics/TextureCollection.html"title="class in Microsoft.Xna.Framework.Graphics">TextureCollection</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Graphics/TextureCube.html#finalize()">finalize()</a></span> - Method in class Microsoft.Xna.Framework.Graphics.<ahref="../Microsoft/Xna/Framework/Graphics/TextureCube.html"title="class in Microsoft.Xna.Framework.Graphics">TextureCube</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Storage/StorageContainer.html#finalize()">finalize()</a></span> - Method in class Microsoft.Xna.Framework.Storage.<ahref="../Microsoft/Xna/Framework/Storage/StorageContainer.html"title="class in Microsoft.Xna.Framework.Storage">StorageContainer</a></dt>
<dd>
<divclass="block">Allows this object to attempt to free resources and perform other cleanup operations before garbage collection reclaims the object.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/IO/FileStream.html#finalize()">finalize()</a></span> - Method in class System.IO.<ahref="../System/IO/FileStream.html"title="class in System.IO">FileStream</a></dt>
<dd>
<divclass="block">Ensures that resources are freed and other cleanup operations are performed when the garbage collector reclaims the FileStream.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/IO/IsolatedStorage/IsolatedStorageFile.html#finalize()">finalize()</a></span> - Method in class System.IO.IsolatedStorage.<ahref="../System/IO/IsolatedStorage/IsolatedStorageFile.html"title="class in System.IO.IsolatedStorage">IsolatedStorageFile</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Input/Touch/TouchCollection.html#FindById(int, Microsoft.Xna.Framework.Input.Touch.TouchLocation)">FindById(int, 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">Retrieves the touch location matching the specified ID.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Color.html#Firebrick">Firebrick</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:178 G:34 B:34 A:255.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Color.html#FloralWhite">FloralWhite</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:250 B:240 A:255.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/IO/BinaryWriter.html#Flush()">Flush()</a></span> - Method in class System.IO.<ahref="../System/IO/BinaryWriter.html"title="class in System.IO">BinaryWriter</a></dt>
<dd>
<divclass="block">Clears all buffers for the current writer and causes any buffered data to be written to the underlying device.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/IO/FileStream.html#Flush()">Flush()</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#Flush()">Flush()</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">Updates the file with the current state of the buffer then clears the buffer.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/IO/MemoryStream.html#Flush()">Flush()</a></span> - Method in class System.IO.<ahref="../System/IO/MemoryStream.html"title="class in System.IO">MemoryStream</a></dt>
<dd>
<divclass="block">Overrides Flush so that no action is performed.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/IO/Stream.html#Flush()">Flush()</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, clears all buffers for this stream and causes any buffered data to be written to the underlying device.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Graphics/DualTextureEffect.html#FogEnabled()">FogEnabled()</a></span> - Method in class Microsoft.Xna.Framework.Graphics.<ahref="../Microsoft/Xna/Framework/Graphics/DualTextureEffect.html"title="class in Microsoft.Xna.Framework.Graphics">DualTextureEffect</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Graphics/IEffectFog.html#FogEnabled()">FogEnabled()</a></span> - Method in interface Microsoft.Xna.Framework.Graphics.<ahref="../Microsoft/Xna/Framework/Graphics/IEffectFog.html"title="interface in Microsoft.Xna.Framework.Graphics">IEffectFog</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Color.html#ForestGreen">ForestGreen</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:34 G:139 B:34 A:255.</div>
</dd>
<dt><ahref="../System/FormatException.html"title="class in System"><spanclass="strong">FormatException</span></a> - Exception in <ahref="../System/package-summary.html">System</a></dt>
<dd>
<divclass="block">The exception that is thrown when the format of an argument does not meet the parameter specifications of the invoked method.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/FormatException.html#FormatException()">FormatException()</a></span> - Constructor for exception System.<ahref="../System/FormatException.html"title="class in System">FormatException</a></dt>
<dd>
<divclass="block">Initializes a new instance of the FormatException class.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/FormatException.html#FormatException(java.lang.String)">FormatException(String)</a></span> - Constructor for exception System.<ahref="../System/FormatException.html"title="class in System">FormatException</a></dt>
<dd>
<divclass="block">Initializes a new instance of the FormatException class with a specified error message.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/FormatException.html#FormatException(java.lang.String, java.lang.RuntimeException)">FormatException(String, RuntimeException)</a></span> - Constructor for exception System.<ahref="../System/FormatException.html"title="class in System">FormatException</a></dt>
<dd>
<divclass="block">Initializes a new instance of the FormatException class with a specified error message and a reference to the inner exception that is the cause of this exception.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Vector3.html#Forward">Forward</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 designating forward in a right-handed coordinate system(0, 0, −1).</div>
</dd>
<dt><ahref="../Microsoft/Xna/Framework/GamerServices/FriendCollection.html"title="class in Microsoft.Xna.Framework.GamerServices"><spanclass="strong">FriendCollection</span></a> - Class in <ahref="../Microsoft/Xna/Framework/GamerServices/package-summary.html">Microsoft.Xna.Framework.GamerServices</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/GamerServices/FriendCollection.html#FriendCollection(java.util.List)">FriendCollection(List<FriendGamer>)</a></span> - Constructor for class Microsoft.Xna.Framework.GamerServices.<ahref="../Microsoft/Xna/Framework/GamerServices/FriendCollection.html"title="class in Microsoft.Xna.Framework.GamerServices">FriendCollection</a></dt>
<dd> </dd>
<dt><ahref="../Microsoft/Xna/Framework/GamerServices/FriendGamer.html"title="class in Microsoft.Xna.Framework.GamerServices"><spanclass="strong">FriendGamer</span></a> - Class in <ahref="../Microsoft/Xna/Framework/GamerServices/package-summary.html">Microsoft.Xna.Framework.GamerServices</a></dt>
<dd>
<divclass="block">Provides the presence information of a friend of the local gamer.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/TimeSpan.html#FromDays(double)">FromDays(double)</a></span> - Static method in class System.<ahref="../System/TimeSpan.html"title="class in System">TimeSpan</a></dt>
<dd>
<divclass="block">Returns a TimeSpan that represents a specified number of days, where the specification is accurate to the nearest millisecond.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/TimeSpan.html#FromHours(double)">FromHours(double)</a></span> - Static method in class System.<ahref="../System/TimeSpan.html"title="class in System">TimeSpan</a></dt>
<dd>
<divclass="block">Returns a TimeSpan that represents a specified number of hours, where the specification is accurate to the nearest millisecond.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Input/Keys.html#FromInt(int)">FromInt(int)</a></span> - Static method in enum Microsoft.Xna.Framework.Input.<ahref="../Microsoft/Xna/Framework/Input/Keys.html"title="enum in Microsoft.Xna.Framework.Input">Keys</a></dt>
<dd>
<divclass="block">Returns a Keys value based on the specified value.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/TimeSpan.html#FromMilliseconds(double)">FromMilliseconds(double)</a></span> - Static method in class System.<ahref="../System/TimeSpan.html"title="class in System">TimeSpan</a></dt>
<dd>
<divclass="block">Returns a TimeSpan that represents a specified number of milliseconds.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/TimeSpan.html#FromMinutes(double)">FromMinutes(double)</a></span> - Static method in class System.<ahref="../System/TimeSpan.html"title="class in System">TimeSpan</a></dt>
<dd>
<divclass="block">Returns a TimeSpan that represents a specified number of minutes, where the specification is accurate to the nearest millisecond.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Color.html#FromNonPremultiplied(Microsoft.Xna.Framework.Vector4)">FromNonPremultiplied(Vector4)</a></span> - Static method in class Microsoft.Xna.Framework.<ahref="../Microsoft/Xna/Framework/Color.html"title="class in Microsoft.Xna.Framework">Color</a></dt>
<dd>
<divclass="block">Convert a non premultiplied color into color data that contains alpha.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Color.html#FromNonPremultiplied(int, int, int, int)">FromNonPremultiplied(int, int, int, int)</a></span> - Static method in class Microsoft.Xna.Framework.<ahref="../Microsoft/Xna/Framework/Color.html"title="class in Microsoft.Xna.Framework">Color</a></dt>
<dd>
<divclass="block">Converts a non-premultiplied alpha color to a color that contains premultiplied alpha.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/TimeSpan.html#FromSeconds(double)">FromSeconds(double)</a></span> - Static method in class System.<ahref="../System/TimeSpan.html"title="class in System">TimeSpan</a></dt>
<dd>
<divclass="block">Returns a TimeSpan that represents a specified number of seconds, where the specification is accurate to the nearest millisecond.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Audio/SoundEffect.html#FromStream(System.IO.Stream)">FromStream(Stream)</a></span> - Static method in class Microsoft.Xna.Framework.Audio.<ahref="../Microsoft/Xna/Framework/Audio/SoundEffect.html"title="class in Microsoft.Xna.Framework.Audio">SoundEffect</a></dt>
<dd>
<divclass="block">Creates a SoundEffect object based on the specified data stream.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Audio/SoundEffect.html#FromStream(java.io.InputStream)">FromStream(InputStream)</a></span> - Static method in class Microsoft.Xna.Framework.Audio.<ahref="../Microsoft/Xna/Framework/Audio/SoundEffect.html"title="class in Microsoft.Xna.Framework.Audio">SoundEffect</a></dt>
<dd>
<divclass="block">Creates a SoundEffect object based on the specified data stream.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Graphics/Texture2D.html#FromStream(Microsoft.Xna.Framework.Graphics.GraphicsDevice, java.io.InputStream)">FromStream(GraphicsDevice, InputStream)</a></span> - Static method in class Microsoft.Xna.Framework.Graphics.<ahref="../Microsoft/Xna/Framework/Graphics/Texture2D.html"title="class in Microsoft.Xna.Framework.Graphics">Texture2D</a></dt>
<dd>
<divclass="block">Loads texture data from a stream.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Graphics/Texture2D.html#FromStream(Microsoft.Xna.Framework.Graphics.GraphicsDevice, java.io.InputStream, int, int, boolean)">FromStream(GraphicsDevice, InputStream, int, int, boolean)</a></span> - Static method in class Microsoft.Xna.Framework.Graphics.<ahref="../Microsoft/Xna/Framework/Graphics/Texture2D.html"title="class in Microsoft.Xna.Framework.Graphics">Texture2D</a></dt>
<dd>
<divclass="block">Loads texture data from a stream.</div>
</dd>
<dt><spanclass="strong"><ahref="../System/TimeSpan.html#FromTicks(long)">FromTicks(long)</a></span> - Static method in class System.<ahref="../System/TimeSpan.html"title="class in System">TimeSpan</a></dt>
<dd>
<divclass="block">Returns a TimeSpan that represents a specified time, where the specification is in units of ticks.</div>
</dd>
<dt><spanclass="strong"><ahref="../Microsoft/Xna/Framework/Color.html#Fuchsia">Fuchsia</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:255 A:255.</div>