home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 April / Gamestar_83_2006-04_dvd.iso / Dema / demowot_english.exe / DirectX9 / Aug2005_MDX_x86.cab / microsoft.directx.direct3d.xml < prev    next >
Text File  |  2005-07-15  |  849KB  |  8,903 lines

  1. <doc>
  2.   <assembly>
  3.     <name>Microsoft.DirectX.Direct3D</name>
  4.   </assembly>
  5.   <members>
  6.     <member name="T:Microsoft.DirectX.Direct3D.AdapterInformation">
  7.       <summary>Manipulates adapter information.</summary>
  8.     </member>
  9.     <member name="M:Microsoft.DirectX.Direct3D.AdapterInformation.Equals(System.Object)">
  10.       <summary>Returns a value that indicates whether the current instance is equal to a specified object.</summary>
  11.       <param name="compare">Object to compare to this object.</param>
  12.       <returns>Returns true if the objects are the same; otherwise, false.</returns>
  13.     </member>
  14.     <member name="M:Microsoft.DirectX.Direct3D.AdapterInformation.GetHashCode">
  15.       <summary>Returns the hash code for the current instance.</summary>
  16.       <returns>Hash code for the instance.</returns>
  17.     </member>
  18.     <member name="M:Microsoft.DirectX.Direct3D.AdapterInformation.GetWhqlInformation">
  19.       <summary>Retrieves adapter information that includes Windows Hardware Quality Labs (WHQL) information.</summary>
  20.       <returns>An <see cref="T:Microsoft.DirectX.Direct3D.AdapterDetails" /> structure that contains the adapter information.</returns>
  21.     </member>
  22.     <member name="P:Microsoft.DirectX.Direct3D.AdapterInformation.Adapter">
  23.       <summary>Retrieves the adapter ordinal number.</summary>
  24.     </member>
  25.     <member name="P:Microsoft.DirectX.Direct3D.AdapterInformation.CurrentDisplayMode">
  26.       <summary>Retrieves the current display mode.</summary>
  27.     </member>
  28.     <member name="P:Microsoft.DirectX.Direct3D.AdapterInformation.Information">
  29.       <summary>Retrieves information about the current adapter.</summary>
  30.     </member>
  31.     <member name="P:Microsoft.DirectX.Direct3D.AdapterInformation.SupportedDisplayModes">
  32.       <summary>Returns a collection of supported display modes for the current adapter.</summary>
  33.     </member>
  34.     <member name="T:Microsoft.DirectX.Direct3D.AdapterListCollection">
  35.       <summary>Manipulates a collection of adapters.</summary>
  36.     </member>
  37.     <member name="M:Microsoft.DirectX.Direct3D.AdapterListCollection.Equals(System.Object)">
  38.       <summary>Returns a value that indicates whether the current instance is equal to a specified object.</summary>
  39.       <param name="compare">Object to compare to this object.</param>
  40.       <returns>Returns true if the objects are the same; otherwise, false.</returns>
  41.     </member>
  42.     <member name="M:Microsoft.DirectX.Direct3D.AdapterListCollection.GetEnumerator">
  43.       <summary>Returns an enumerator that can iterate through the <see cref="T:Microsoft.DirectX.Direct3D.AdapterListCollection" />.</summary>
  44.       <returns>Enumerator that can iterate through the <see cref="T:Microsoft.DirectX.Direct3D.AdapterListCollection" />.</returns>
  45.     </member>
  46.     <member name="M:Microsoft.DirectX.Direct3D.AdapterListCollection.GetHashCode">
  47.       <summary>Returns the hash code for the current instance.</summary>
  48.       <returns>Hash code for the instance.</returns>
  49.     </member>
  50.     <member name="M:Microsoft.DirectX.Direct3D.AdapterListCollection.MoveNext">
  51.       <summary>Advances the enumerator to the next light.</summary>
  52.       <returns>Value that is true if the move to the next item was successful, or false if it was not.</returns>
  53.     </member>
  54.     <member name="M:Microsoft.DirectX.Direct3D.AdapterListCollection.Reset">
  55.       <summary>Resets the current enumerator to point to the head of the queue.</summary>
  56.       <returns />
  57.     </member>
  58.     <member name="P:Microsoft.DirectX.Direct3D.AdapterListCollection.Count">
  59.       <summary>Retrieves the number of <see cref="T:Microsoft.DirectX.Direct3D.AdapterInformation" /> objects in <see cref="T:Microsoft.DirectX.Direct3D.AdapterListCollection" />.</summary>
  60.     </member>
  61.     <member name="P:Microsoft.DirectX.Direct3D.AdapterListCollection.Current">
  62.       <summary>Retrieves the current <see cref="T:Microsoft.DirectX.Direct3D.AdapterInformation" /> object in the queue.</summary>
  63.     </member>
  64.     <member name="P:Microsoft.DirectX.Direct3D.AdapterListCollection.Default">
  65.       <summary>Retrieves the default adapter.</summary>
  66.     </member>
  67.     <member name="P:Microsoft.DirectX.Direct3D.AdapterListCollection.Item(System.Int32)">
  68.       <summary>Retrieves a specific <see cref="T:Microsoft.DirectX.Direct3D.AdapterInformation" /> object using an index value.</summary>
  69.       <param name="adapter">Index value of the adapter to retrieve.</param>
  70.     </member>
  71.     <member name="T:Microsoft.DirectX.Direct3D.BaseTexture">
  72.       <summary>Manipulates texture resources, including <see cref="T:Microsoft.DirectX.Direct3D.CubeTexture" /> and <see cref="T:Microsoft.DirectX.Direct3D.Volume" /> textures.</summary>
  73.     </member>
  74.     <member name="M:Microsoft.DirectX.Direct3D.BaseTexture.#ctor(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DBaseTexture9)">
  75.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.BaseTexture" /> class.</summary>
  76.       <param name="pInterop">Unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DBaseTexture9" /> interface pointer.</param>
  77.     </member>
  78.     <member name="M:Microsoft.DirectX.Direct3D.BaseTexture.#ctor(System.IntPtr)">
  79.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.BaseTexture" /> class.</summary>
  80.       <param name="unmanagedObject">Pointer to an unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DBaseTexture9" /> interface. This parameter is useful for working with unmanaged applications from managed code. Not supported.</param>
  81.     </member>
  82.     <member name="M:Microsoft.DirectX.Direct3D.BaseTexture.Equals(System.Object)">
  83.       <summary>Returns a value that indicates whether the current instance is equal to a specified object.</summary>
  84.       <param name="compare">Object to compare to this object.</param>
  85.       <returns>Returns true if the objects are the same; otherwise, false.</returns>
  86.     </member>
  87.     <member name="M:Microsoft.DirectX.Direct3D.BaseTexture.GenerateMipSubLevels">
  88.       <summary>Generates mipmap sublevels.</summary>
  89.       <returns />
  90.     </member>
  91.     <member name="M:Microsoft.DirectX.Direct3D.BaseTexture.GetHashCode">
  92.       <summary>Returns the hash code for the current instance.</summary>
  93.       <returns>Hash code for the instance.</returns>
  94.     </member>
  95.     <member name="M:Microsoft.DirectX.Direct3D.BaseTexture.GetObjectByValue(System.Int32)">
  96.       <summary>This member supports the infrastructure for Microsoft DirectX 9.0 for Managed Code and is not intended to be used directly from your code.</summary>
  97.       <param name="uniqueKey">Object identifier.</param>
  98.       <returns>Pointer to the unmanaged Component Object Model (COM) interface, IDirect3DBaseTexture9, which allows unmanaged COM clients to create an instance of the managed <see cref="T:Microsoft.DirectX.Direct3D.BaseTexture" /> class. Not supported.</returns>
  99.     </member>
  100.     <member name="M:Microsoft.DirectX.Direct3D.BaseTexture.op_Equality(Microsoft.DirectX.Direct3D.BaseTexture,Microsoft.DirectX.Direct3D.BaseTexture)">
  101.       <summary>Compares the current instance of a class to another instance to determine whether they are the same.</summary>
  102.       <param name="left">The <see cref="T:Microsoft.DirectX.Direct3D.BaseTexture" /> object to the left of the equality operator.</param>
  103.       <param name="right">The <see cref="T:Microsoft.DirectX.Direct3D.BaseTexture" /> object to the right of the equality operator.</param>
  104.       <returns>Returns true if the objects are the same; otherwise, false.</returns>
  105.     </member>
  106.     <member name="M:Microsoft.DirectX.Direct3D.BaseTexture.op_Inequality(Microsoft.DirectX.Direct3D.BaseTexture,Microsoft.DirectX.Direct3D.BaseTexture)">
  107.       <summary>Compares the current instance of a class to another instance to determine whether they are different.</summary>
  108.       <param name="left">The <see cref="T:Microsoft.DirectX.Direct3D.BaseTexture" /> object to the left of the equality operator.</param>
  109.       <param name="right">The <see cref="T:Microsoft.DirectX.Direct3D.BaseTexture" /> object to the right of the equality operator.</param>
  110.       <returns>Returns true if the objects are different; otherwise, false.</returns>
  111.     </member>
  112.     <member name="M:Microsoft.DirectX.Direct3D.BaseTexture.SetLevelOfDetail(System.Int32)">
  113.       <summary>Sets the most detailed level of detail (LOD) for a managed texture.</summary>
  114.       <param name="lodNew">Most detailed LOD value to set for the  chain.</param>
  115.       <returns>An <see cref="T:System.Int32" /> value, clamped to the maximum LOD value (one less than the total number of levels). Subsequent calls to this method return the maximum value, not the previously set LOD value.</returns>
  116.     </member>
  117.     <member name="M:Microsoft.DirectX.Direct3D.BaseTexture.UpdateUnmanagedPointer(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DBaseTexture9)">
  118.       <summary>Updates the unmanaged pointer for this <see cref="T:Microsoft.DirectX.Direct3D.BaseTexture" /> object. This method supports the Microsoft .NET Framework infrastructure and is not intended to be used directly in your code.</summary>
  119.       <param name="pInterface">Pointer to the <see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DBaseTexture9" /> structure used to update the unmanaged pointer for this <see cref="T:Microsoft.DirectX.Direct3D.BaseTexture" /> object.</param>
  120.       <returns />
  121.     </member>
  122.     <member name="P:Microsoft.DirectX.Direct3D.BaseTexture.AutoGenerateFilterType">
  123.       <summary>Retrieves or sets the filter type used for automatically generated  sublevels.</summary>
  124.     </member>
  125.     <member name="P:Microsoft.DirectX.Direct3D.BaseTexture.LevelCount">
  126.       <summary>Retrieves the number of texture levels in a multilevel texture.</summary>
  127.     </member>
  128.     <member name="P:Microsoft.DirectX.Direct3D.BaseTexture.LevelOfDetail">
  129.       <summary>Retrieves or sets the most detailed level of detail (LOD) for a managed texture.</summary>
  130.     </member>
  131.     <member name="P:Microsoft.DirectX.Direct3D.BaseTexture.UnmanagedComPointer">
  132.       <summary>Returns the unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DBaseTexture9" /> interface pointer.</summary>
  133.     </member>
  134.     <member name="T:Microsoft.DirectX.Direct3D.ClipPlane">
  135.       <summary>Defines the clipping plane for a device.</summary>
  136.     </member>
  137.     <member name="M:Microsoft.DirectX.Direct3D.ClipPlane.GetSingleArray">
  138.       <summary>Retrieves the coefficients of a user-defined clipping plane for the device.</summary>
  139.       <returns>Returns a four-element array of values that represent the coefficients of the clipping plane, in the form of the general plane equation. See Remarks.</returns>
  140.     </member>
  141.     <member name="M:Microsoft.DirectX.Direct3D.ClipPlane.SetSingleArray(System.Single[])">
  142.       <summary>Sets the coefficients of a user-defined clipping plane for the device.</summary>
  143.       <param name="value">A four-element array of values that represent the clipping plane coefficients to set, in the form of the general plane equation. See Remarks.</param>
  144.       <returns />
  145.     </member>
  146.     <member name="P:Microsoft.DirectX.Direct3D.ClipPlane.Enabled">
  147.       <summary>Enables or disables a clipping plane.</summary>
  148.     </member>
  149.     <member name="P:Microsoft.DirectX.Direct3D.ClipPlane.Plane">
  150.       <summary>Retrieves or sets the coefficients of a user-defined clipping plane for the device.</summary>
  151.     </member>
  152.     <member name="T:Microsoft.DirectX.Direct3D.ClipPlanes">
  153.       <summary>Contains the clipping planes on the device.</summary>
  154.     </member>
  155.     <member name="M:Microsoft.DirectX.Direct3D.ClipPlanes.DisableAll">
  156.       <summary>Disables all clipping planes on the device.</summary>
  157.       <returns />
  158.     </member>
  159.     <member name="M:Microsoft.DirectX.Direct3D.ClipPlanes.EnableAll">
  160.       <summary>Enables all clipping planes that have been set.</summary>
  161.       <returns />
  162.     </member>
  163.     <member name="P:Microsoft.DirectX.Direct3D.ClipPlanes.Item(System.Int32)">
  164.       <summary>Retrieves the <see cref="T:Microsoft.DirectX.Direct3D.ClipPlane" /> object referenced by <see cref="P:Microsoft.DirectX.Direct3D.ClipPlanes.Item(System.Int32)" />.</summary>
  165.       <param name="index">Index of the <see cref="T:Microsoft.DirectX.Direct3D.ClipPlane" /> to retrieve.</param>
  166.     </member>
  167.     <member name="T:Microsoft.DirectX.Direct3D.ConflictingRenderStateException">
  168.       <summary>The currently set render states cannot be used together.</summary>
  169.     </member>
  170.     <member name="M:Microsoft.DirectX.Direct3D.ConflictingRenderStateException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  171.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.ConflictingRenderStateException" /> class.</summary>
  172.       <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds all of the data needed to serialize or deserialize the object.</param>
  173.       <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that describes the source and destination serialized stream.</param>
  174.     </member>
  175.     <member name="M:Microsoft.DirectX.Direct3D.ConflictingRenderStateException.#ctor(System.String,System.Exception)">
  176.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.ConflictingRenderStateException" /> class.</summary>
  177.       <param name="message">String that contains the error message to display.</param>
  178.       <param name="inner">An <see cref="T:System.Exception" /> object that represents errors that occur during application execution.</param>
  179.     </member>
  180.     <member name="M:Microsoft.DirectX.Direct3D.ConflictingRenderStateException.#ctor(System.String)">
  181.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.ConflictingRenderStateException" /> class.</summary>
  182.       <param name="message">String that contains the error message to display.</param>
  183.     </member>
  184.     <member name="M:Microsoft.DirectX.Direct3D.ConflictingRenderStateException.#ctor">
  185.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.ConflictingRenderStateException" /> class.</summary>
  186.     </member>
  187.     <member name="T:Microsoft.DirectX.Direct3D.ConflictingTextureFilterException">
  188.       <summary>The current texture filters cannot be used together.</summary>
  189.     </member>
  190.     <member name="M:Microsoft.DirectX.Direct3D.ConflictingTextureFilterException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  191.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.ConflictingTextureFilterException" /> class.</summary>
  192.       <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds all of the data needed to serialize or deserialize the object.</param>
  193.       <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that describes the source and destination serialized stream.</param>
  194.     </member>
  195.     <member name="M:Microsoft.DirectX.Direct3D.ConflictingTextureFilterException.#ctor(System.String,System.Exception)">
  196.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.ConflictingTextureFilterException" /> class.</summary>
  197.       <param name="message">String that contains the error message to display.</param>
  198.       <param name="inner">An <see cref="T:System.Exception" /> object that represents errors that occur during application execution.</param>
  199.     </member>
  200.     <member name="M:Microsoft.DirectX.Direct3D.ConflictingTextureFilterException.#ctor(System.String)">
  201.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.ConflictingTextureFilterException" /> class.</summary>
  202.       <param name="message">String that contains the error message to display.</param>
  203.     </member>
  204.     <member name="M:Microsoft.DirectX.Direct3D.ConflictingTextureFilterException.#ctor">
  205.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.ConflictingTextureFilterException" /> class.</summary>
  206.     </member>
  207.     <member name="T:Microsoft.DirectX.Direct3D.ConflictingTexturePaletteException">
  208.       <summary>The current textures cannot be used simultaneously.</summary>
  209.     </member>
  210.     <member name="M:Microsoft.DirectX.Direct3D.ConflictingTexturePaletteException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  211.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.ConflictingTexturePaletteException" /> class.</summary>
  212.       <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds all of the data needed to serialize or deserialize the object.</param>
  213.       <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that describes the source and destination serialized stream.</param>
  214.     </member>
  215.     <member name="M:Microsoft.DirectX.Direct3D.ConflictingTexturePaletteException.#ctor(System.String,System.Exception)">
  216.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.ConflictingTexturePaletteException" /> class.</summary>
  217.       <param name="message">String that contains the error message to display.</param>
  218.       <param name="inner">An <see cref="T:System.Exception" /> object that represents errors that occur during application execution.</param>
  219.     </member>
  220.     <member name="M:Microsoft.DirectX.Direct3D.ConflictingTexturePaletteException.#ctor(System.String)">
  221.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.ConflictingTexturePaletteException" /> class.</summary>
  222.       <param name="message">String that contains the error message to display.</param>
  223.     </member>
  224.     <member name="M:Microsoft.DirectX.Direct3D.ConflictingTexturePaletteException.#ctor">
  225.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.ConflictingTexturePaletteException" /> class.</summary>
  226.     </member>
  227.     <member name="T:Microsoft.DirectX.Direct3D.CubeTexture">
  228.       <summary>Manipulates a cube texture resource.</summary>
  229.     </member>
  230.     <member name="E:Microsoft.DirectX.Direct3D.CubeTexture.Disposing">
  231.       <summary>Occurs when the <see cref="M:Microsoft.DirectX.Direct3D.CubeTexture.Dispose" /> method is called or when the <see cref="T:Microsoft.DirectX.Direct3D.CubeTexture" /> object is finalized and collected by the garbage collector of the Microsoft .NETcommon language runtime.</summary>
  232.     </member>
  233.     <member name="M:Microsoft.DirectX.Direct3D.CubeTexture.AddDirtyRectangle(Microsoft.DirectX.Direct3D.CubeMapFace)">
  234.       <summary>Adds a dirty region to a cube texture resource.</summary>
  235.       <param name="faceType">A <see cref="T:Microsoft.DirectX.Direct3D.CubeMapFace" /> value that identifies the face where the dirty region will be added. Omitting the <see cref="M:Microsoft.DirectX.Direct3D.CubeTexture.AddDirtyRectangle" /> parameter indicates that the dirty region should expand to cover the full face.</param>
  236.       <returns />
  237.     </member>
  238.     <member name="M:Microsoft.DirectX.Direct3D.CubeTexture.AddDirtyRectangle(Microsoft.DirectX.Direct3D.CubeMapFace,System.Drawing.Rectangle)">
  239.       <summary>Adds a dirty region to a cube texture resource.</summary>
  240.       <param name="faceType">A <see cref="T:Microsoft.DirectX.Direct3D.CubeMapFace" /> value that identifies the face where the dirty region will be added. Omitting the <see cref="M:Microsoft.DirectX.Direct3D.CubeTexture.AddDirtyRectangle" /> parameter indicates that the dirty region should expand to cover the full face.</param>
  241.       <param name="rect">A <see cref="T:System.Drawing.Rectangle" /> that specifies the dirty region.</param>
  242.       <returns />
  243.     </member>
  244.     <member name="M:Microsoft.DirectX.Direct3D.CubeTexture.#ctor(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DCubeTexture9)">
  245.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.CubeTexture" /> class.</summary>
  246.       <param name="pInterop">Unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DCubeTexture9" /> interface pointer.</param>
  247.     </member>
  248.     <member name="M:Microsoft.DirectX.Direct3D.CubeTexture.#ctor(System.IntPtr)">
  249.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.CubeTexture" /> class.</summary>
  250.       <param name="unmanagedObject">Pointer to an unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DCubeTexture9" /> interface. This parameter is useful for working with unmanaged applications from managed code. Not supported.</param>
  251.     </member>
  252.     <member name="M:Microsoft.DirectX.Direct3D.CubeTexture.#ctor(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DCubeTexture9,Microsoft.DirectX.Direct3D.Device,Microsoft.DirectX.Direct3D.Pool)">
  253.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.CubeTexture" /> class.</summary>
  254.       <param name="lp">Unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DCubeTexture9" /> interface pointer.</param>
  255.       <param name="device">A <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object.</param>
  256.       <param name="pool">A <see cref="T:Microsoft.DirectX.Direct3D.Pool" /> value that describes the memory class into which the cube texture should be placed.</param>
  257.     </member>
  258.     <member name="M:Microsoft.DirectX.Direct3D.CubeTexture.#ctor(Microsoft.DirectX.Direct3D.Device,System.Int32,System.Int32,Microsoft.DirectX.Direct3D.Usage,Microsoft.DirectX.Direct3D.Format,Microsoft.DirectX.Direct3D.Pool)">
  259.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.CubeTexture" /> class.</summary>
  260.       <param name="device">A <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object.</param>
  261.       <param name="edgeLength">Size of the edges of all top-level faces of the cube texture. The pixel dimensions of subsequent levels of each face are the truncated value of half of the previous level's pixel dimension (independently). Each dimension clamps at a size of 1 pixel. Thus, if the division by 2 results in 0, 1 is taken instead.</param>
  262.       <param name="levels">Number of levels in each face of the cube texture. If this value is 0, Microsoft Direct3D generates all cube texture sublevels down to 1x1 pixels for each face, for hardware that supports  cube textures. To see the number of levels generated, check the <see cref="P:Microsoft.DirectX.Direct3D.BaseTexture.LevelCount" /> property.</param>
  263.       <param name="usage">Usage can be 0, which indicates no usage value. However, if usage is desired, use a combination of one or more <see cref="T:Microsoft.DirectX.Direct3D.Usage" /> values. It is good practice to match the usage parameter in the <see cref="M:Microsoft.DirectX.Direct3D.CubeTexture.#ctor" /> constructor with the behavior flags in the <see cref="M:Microsoft.DirectX.Direct3D.Device.#ctor" /> constructor. See Remarks.</param>
  264.       <param name="format">Member of the <see cref="T:Microsoft.DirectX.Direct3D.Format" /> enumerated type that describes the format of all levels in all faces of the cube texture.</param>
  265.       <param name="pool">A <see cref="T:Microsoft.DirectX.Direct3D.Pool" /> value that describes the memory class into which the cube texture should be placed.</param>
  266.     </member>
  267.     <member name="M:Microsoft.DirectX.Direct3D.CubeTexture.Dispose">
  268.       <summary>Immediately releases the unmanaged resources used by the <see cref="T:Microsoft.DirectX.Direct3D.CubeTexture" /> object.</summary>
  269.       <returns />
  270.     </member>
  271.     <member name="M:Microsoft.DirectX.Direct3D.CubeTexture.Equals(System.Object)">
  272.       <summary>Returns a value that indicates whether the current instance is equal to a specified object.</summary>
  273.       <param name="compare">Object to compare to this object.</param>
  274.       <returns>Returns true if the objects are the same; otherwise, false.</returns>
  275.     </member>
  276.     <member name="M:Microsoft.DirectX.Direct3D.CubeTexture.Finalize">
  277.       <summary>Allows the <see cref="T:Microsoft.DirectX.Direct3D.CubeTexture" /> object to free resources before it is destroyed by the garbage collector.</summary>
  278.       <returns />
  279.     </member>
  280.     <member name="M:Microsoft.DirectX.Direct3D.CubeTexture.GetCubeMapSurface(Microsoft.DirectX.Direct3D.CubeMapFace,System.Int32)">
  281.       <summary>Retrieves a cube texture map surface.</summary>
  282.       <param name="faceType">Member of the <see cref="T:Microsoft.DirectX.Direct3D.CubeMapFace" /> enumerated type that identifies a cube map face.</param>
  283.       <param name="level">Level of a mipmapped cube texture.</param>
  284.       <returns>A <see cref="T:Microsoft.DirectX.Direct3D.Surface" /> object that represents the returned cube texture map surface.</returns>
  285.     </member>
  286.     <member name="M:Microsoft.DirectX.Direct3D.CubeTexture.GetHashCode">
  287.       <summary>Returns the hash code for the current instance.</summary>
  288.       <returns>Hash code for the instance.</returns>
  289.     </member>
  290.     <member name="M:Microsoft.DirectX.Direct3D.CubeTexture.GetLevelDescription(System.Int32)">
  291.       <summary>Retrieves a description of one face of a specified cube texture level.</summary>
  292.       <param name="level">Level of a mipmapped cube texture.</param>
  293.       <returns>A <see cref="T:Microsoft.DirectX.Direct3D.SurfaceDescription" /> structure that describes one face of the specified cube texture level.</returns>
  294.     </member>
  295.     <member name="M:Microsoft.DirectX.Direct3D.CubeTexture.GetObjectByValue(System.Int32)">
  296.       <summary>This member supports the infrastructure for Microsoft DirectX 9.0 for Managed Code and is not intended to be used directly from your code.</summary>
  297.       <param name="uniqueKey">Object identifier.</param>
  298.       <returns>Pointer to the unmanaged Component Object Model (COM) interface, IDirect3DCubeTexture9, which allows unmanaged COM clients to create an instance of the managed <see cref="T:Microsoft.DirectX.Direct3D.CubeTexture" /> class. Not supported.</returns>
  299.     </member>
  300.     <member name="M:Microsoft.DirectX.Direct3D.CubeTexture.LockRectangle(Microsoft.DirectX.Direct3D.CubeMapFace,System.Int32,System.Drawing.Rectangle,Microsoft.DirectX.Direct3D.LockFlags,System.Int32@)">
  301.       <summary>Locks a rectangle on a cube texture resource.</summary>
  302.       <param name="faceType">Member of the <see cref="T:Microsoft.DirectX.Direct3D.CubeMapFace" /> enumerated type that identifies a cube map face.</param>
  303.       <param name="level">Level of a  cube texture.</param>
  304.       <param name="rect">A <see cref="T:System.Drawing.Rectangle" /> to lock. To expand the dirty region to cover the entire cube texture, omit this parameter.</param>
  305.       <param name="flags">Zero or more <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" /> enumerated values that describe the type of lock to perform.</param>
  306.       <param name="pitch">Pitch of the returning data.</param>
  307.       <returns>A <see cref="T:Microsoft.DirectX.GraphicsStream" /> object that represents the locked rectangle.</returns>
  308.     </member>
  309.     <member name="M:Microsoft.DirectX.Direct3D.CubeTexture.LockRectangle(Microsoft.DirectX.Direct3D.CubeMapFace,System.Int32,Microsoft.DirectX.Direct3D.LockFlags,System.Int32@)">
  310.       <summary>Locks a rectangle on a cube texture resource.</summary>
  311.       <param name="faceType">Member of the <see cref="T:Microsoft.DirectX.Direct3D.CubeMapFace" /> enumerated type that identifies a cube map face.</param>
  312.       <param name="level">Level of a  cube texture.</param>
  313.       <param name="flags">Zero or more <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" /> enumerated values that describe the type of lock to perform.</param>
  314.       <param name="pitch">Pitch of the returning data.</param>
  315.       <returns>A <see cref="T:Microsoft.DirectX.GraphicsStream" /> object that represents the locked rectangle.</returns>
  316.     </member>
  317.     <member name="M:Microsoft.DirectX.Direct3D.CubeTexture.LockRectangle(Microsoft.DirectX.Direct3D.CubeMapFace,System.Int32,System.Drawing.Rectangle,Microsoft.DirectX.Direct3D.LockFlags)">
  318.       <summary>Locks a rectangle on a cube texture resource.</summary>
  319.       <param name="faceType">Member of the <see cref="T:Microsoft.DirectX.Direct3D.CubeMapFace" /> enumerated type that identifies a cube map face.</param>
  320.       <param name="level">Level of a  cube texture.</param>
  321.       <param name="rect">A <see cref="T:System.Drawing.Rectangle" /> to lock. To expand the dirty region to cover the entire cube texture, omit this parameter.</param>
  322.       <param name="flags">Zero or more <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" /> enumerated values that describe the type of lock to perform.</param>
  323.       <returns>A <see cref="T:Microsoft.DirectX.GraphicsStream" /> object that represents the locked rectangle.</returns>
  324.     </member>
  325.     <member name="M:Microsoft.DirectX.Direct3D.CubeTexture.LockRectangle(Microsoft.DirectX.Direct3D.CubeMapFace,System.Int32,Microsoft.DirectX.Direct3D.LockFlags)">
  326.       <summary>Locks a rectangle on a cube texture resource.</summary>
  327.       <param name="faceType">Member of the <see cref="T:Microsoft.DirectX.Direct3D.CubeMapFace" /> enumerated type that identifies a cube map face.</param>
  328.       <param name="level">Level of a  cube texture.</param>
  329.       <param name="flags">Zero or more <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" /> enumerated values that describe the type of lock to perform.</param>
  330.       <returns>A <see cref="T:Microsoft.DirectX.GraphicsStream" /> object that represents the locked rectangle.</returns>
  331.     </member>
  332.     <member name="M:Microsoft.DirectX.Direct3D.CubeTexture.LockRectangle(System.Type,Microsoft.DirectX.Direct3D.CubeMapFace,System.Int32,System.Drawing.Rectangle,Microsoft.DirectX.Direct3D.LockFlags,System.Int32@,System.Int32[])">
  333.       <summary>Locks a rectangle on a cube texture resource.</summary>
  334.       <param name="typeLock">A <see cref="T:System.Type" /> object that indicates the type of array data to return. This can be a value type or any type that contains only value types.</param>
  335.       <param name="faceType">Member of the <see cref="T:Microsoft.DirectX.Direct3D.CubeMapFace" /> enumerated type that identifies a cube map face.</param>
  336.       <param name="level">Level of a  cube texture.</param>
  337.       <param name="rect">A <see cref="T:System.Drawing.Rectangle" /> to lock. To expand the dirty region to cover the entire cube texture, omit this parameter.</param>
  338.       <param name="flags">Zero or more <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" /> enumerated values that describe the type of lock to perform.</param>
  339.       <param name="pitch">Pitch of the returning data.</param>
  340.       <param name="ranks">Array of 1 to 3 <see cref="T:System.Int32" /> values that indicate the dimensions of the returning <see cref="T:System.Array" />.</param>
  341.       <returns>An <see cref="T:System.Array" /> that represents the locked rectangle.</returns>
  342.     </member>
  343.     <member name="M:Microsoft.DirectX.Direct3D.CubeTexture.LockRectangle(System.Type,Microsoft.DirectX.Direct3D.CubeMapFace,System.Int32,Microsoft.DirectX.Direct3D.LockFlags,System.Int32@,System.Int32[])">
  344.       <summary>Locks a rectangle on a cube texture resource.</summary>
  345.       <param name="typeLock">A <see cref="T:System.Type" /> object that indicates the type of array data to return. This can be a value type or any type that contains only value types.</param>
  346.       <param name="faceType">Member of the <see cref="T:Microsoft.DirectX.Direct3D.CubeMapFace" /> enumerated type that identifies a cube map face.</param>
  347.       <param name="level">Level of a  cube texture.</param>
  348.       <param name="flags">Zero or more <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" /> enumerated values that describe the type of lock to perform.</param>
  349.       <param name="pitch">Pitch of the returning data.</param>
  350.       <param name="ranks">Array of 1 to 3 <see cref="T:System.Int32" /> values that indicate the dimensions of the returning <see cref="T:System.Array" />.</param>
  351.       <returns>An <see cref="T:System.Array" /> that represents the locked rectangle.</returns>
  352.     </member>
  353.     <member name="M:Microsoft.DirectX.Direct3D.CubeTexture.LockRectangle(System.Type,Microsoft.DirectX.Direct3D.CubeMapFace,System.Int32,System.Drawing.Rectangle,Microsoft.DirectX.Direct3D.LockFlags,System.Int32[])">
  354.       <summary>Locks a rectangle on a cube texture resource.</summary>
  355.       <param name="typeLock">A <see cref="T:System.Type" /> object that indicates the type of array data to return. This can be a value type or any type that contains only value types.</param>
  356.       <param name="faceType">Member of the <see cref="T:Microsoft.DirectX.Direct3D.CubeMapFace" /> enumerated type that identifies a cube map face.</param>
  357.       <param name="level">Level of a  cube texture.</param>
  358.       <param name="rect">A <see cref="T:System.Drawing.Rectangle" /> to lock. To expand the dirty region to cover the entire cube texture, omit this parameter.</param>
  359.       <param name="flags">Zero or more <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" /> enumerated values that describe the type of lock to perform.</param>
  360.       <param name="ranks">Array of 1 to 3 <see cref="T:System.Int32" /> values that indicate the dimensions of the returning <see cref="T:System.Array" />.</param>
  361.       <returns>An <see cref="T:System.Array" /> that represents the locked rectangle.</returns>
  362.     </member>
  363.     <member name="M:Microsoft.DirectX.Direct3D.CubeTexture.LockRectangle(System.Type,Microsoft.DirectX.Direct3D.CubeMapFace,System.Int32,Microsoft.DirectX.Direct3D.LockFlags,System.Int32[])">
  364.       <summary>Locks a rectangle on a cube texture resource.</summary>
  365.       <param name="typeLock">A <see cref="T:System.Type" /> object that indicates the type of array data to return. This can be a value type or any type that contains only value types.</param>
  366.       <param name="faceType">Member of the <see cref="T:Microsoft.DirectX.Direct3D.CubeMapFace" /> enumerated type that identifies a cube map face.</param>
  367.       <param name="level">Level of a  cube texture.</param>
  368.       <param name="flags">Zero or more <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" /> enumerated values that describe the type of lock to perform.</param>
  369.       <param name="ranks">Array of 1 to 3 <see cref="T:System.Int32" /> values that indicate the dimensions of the returning <see cref="T:System.Array" />.</param>
  370.       <returns>An <see cref="T:System.Array" /> that represents the locked rectangle.</returns>
  371.     </member>
  372.     <member name="M:Microsoft.DirectX.Direct3D.CubeTexture.op_Equality(Microsoft.DirectX.Direct3D.CubeTexture,Microsoft.DirectX.Direct3D.CubeTexture)">
  373.       <summary>Compares the current instance of a class to another instance to determine whether they are the same.</summary>
  374.       <param name="left">The <see cref="T:Microsoft.DirectX.Direct3D.CubeTexture" /> object to the left of the equality operator.</param>
  375.       <param name="right">The <see cref="T:Microsoft.DirectX.Direct3D.CubeTexture" /> object to the right of the equality operator.</param>
  376.       <returns>Returns true if the objects are the same; otherwise, false.</returns>
  377.     </member>
  378.     <member name="M:Microsoft.DirectX.Direct3D.CubeTexture.op_Inequality(Microsoft.DirectX.Direct3D.CubeTexture,Microsoft.DirectX.Direct3D.CubeTexture)">
  379.       <summary>Compares the current instance of a class to another instance to determine whether they are different.</summary>
  380.       <param name="left">The <see cref="T:Microsoft.DirectX.Direct3D.CubeTexture" /> object to the left of the equality operator.</param>
  381.       <param name="right">The <see cref="T:Microsoft.DirectX.Direct3D.CubeTexture" /> object to the right of the equality operator.</param>
  382.       <returns>Returns true if the objects are different; otherwise, false.</returns>
  383.     </member>
  384.     <member name="M:Microsoft.DirectX.Direct3D.CubeTexture.raise_Disposing(System.Object,System.EventArgs)">
  385.       <summary>Raises the <see cref="E:Microsoft.DirectX.Direct3D.CubeTexture.Disposing" /> event when called from within a derived class.</summary>
  386.       <param name="i1">Invoking object reference; should be this object.</param>
  387.       <param name="i2">Arguments to pass to the event handler.</param>
  388.       <returns />
  389.     </member>
  390.     <member name="M:Microsoft.DirectX.Direct3D.CubeTexture.UnlockRectangle(Microsoft.DirectX.Direct3D.CubeMapFace,System.Int32)">
  391.       <summary>Unlocks a rectangle on a cube texture resource.</summary>
  392.       <param name="faceType">Member of the <see cref="T:Microsoft.DirectX.Direct3D.CubeMapFace" /> enumerated type that identifies a cube map face.</param>
  393.       <param name="level">Level of a mipmapped cube texture.</param>
  394.       <returns />
  395.     </member>
  396.     <member name="P:Microsoft.DirectX.Direct3D.CubeTexture.Disposed">
  397.       <summary>Gets a value that indicates whether the object is disposed.</summary>
  398.     </member>
  399.     <member name="P:Microsoft.DirectX.Direct3D.CubeTexture.UnmanagedComPointer">
  400.       <summary>Returns the unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DCubeTexture9" /> interface pointer.</summary>
  401.     </member>
  402.     <member name="T:Microsoft.DirectX.Direct3D.CustomVertex">
  403.       <summary>Defines various custom fixed-format vertex types. This class is a container of structures. See the individual structures for more information.</summary>
  404.     </member>
  405.     <member name="T:Microsoft.DirectX.Direct3D.Device">
  406.       <summary>Performs primitive-based rendering, creates resources, handles system-level variables, adjusts gamma ramp levels, gets and sets palettes, and creates shaders.</summary>
  407.     </member>
  408.     <member name="E:Microsoft.DirectX.Direct3D.Device.DeviceLost">
  409.       <summary>Occurs when a device is about to be lost (for example, immediately prior to a reset).</summary>
  410.     </member>
  411.     <member name="E:Microsoft.DirectX.Direct3D.Device.DeviceReset">
  412.       <summary>Occurs after a device is reset, allowing an application to re-create all <see cref="F:Microsoft.DirectX.Direct3D.Pool.Pool.Default" /> resources.</summary>
  413.     </member>
  414.     <member name="E:Microsoft.DirectX.Direct3D.Device.DeviceResizing">
  415.       <summary>Occurs when a device is resizing, allowing the application to cancel the default handling of the resize.</summary>
  416.     </member>
  417.     <member name="E:Microsoft.DirectX.Direct3D.Device.Disposing">
  418.       <summary>Occurs when the <see cref="M:Microsoft.DirectX.Direct3D.Device.Dispose" /> method is called or when the <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object is finalized and collected by the garbage collector of the Microsoft .NETcommon language runtime.</summary>
  419.     </member>
  420.     <member name="M:Microsoft.DirectX.Direct3D.Device.BeginScene">
  421.       <summary>Begins a scene.</summary>
  422.       <returns />
  423.     </member>
  424.     <member name="M:Microsoft.DirectX.Direct3D.Device.BeginStateBlock">
  425.       <summary>Signals Microsoft Direct3D to begin recording a device state block.</summary>
  426.       <returns />
  427.     </member>
  428.     <member name="M:Microsoft.DirectX.Direct3D.Device.CheckCooperativeLevel">
  429.       <summary>Reports the current cooperative-level status of the Microsoft Direct3D device for a windowed or full-screen application.</summary>
  430.       <returns>Current cooperative-level status of the device for a windowed or full-screen application. A return value of true indicates that the device is operational and that the calling application can continue; a value of false indicates that the device is lost or needs to be reset.</returns>
  431.     </member>
  432.     <member name="M:Microsoft.DirectX.Direct3D.Device.CheckCooperativeLevel(System.Int32@)">
  433.       <summary>Reports the current cooperative-level status of the Microsoft Direct3D device for a windowed or full-screen application.</summary>
  434.       <param name="result">[in, out] Current cooperative-level status of the device for a windowed or full-screen application, reported using a <see cref="T:Microsoft.DirectX.Direct3D.ResultCode" /> value. A <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.Success" /> result indicates that the device is operational and that the calling application can continue. A <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.DeviceLost" /> result indicates that the device is lost but cannot be reset at this time; therefore, rendering is not possible. A <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.DeviceNotReset" /> result indicates that the device is lost but can be reset at this time.</param>
  435.       <returns>Current cooperative-level status of the device for a windowed or full-screen application. A return value of true indicates that the device is operational and that the calling application can continue; a value of false indicates that the device is lost or needs to be reset.</returns>
  436.     </member>
  437.     <member name="M:Microsoft.DirectX.Direct3D.Device.Clear(Microsoft.DirectX.Direct3D.ClearFlags,System.Drawing.Color,System.Single,System.Int32)">
  438.       <summary>Clears the viewport or a set of rectangles in the viewport to a specified RGBA color, clears the depth buffer, and erases the stencil buffer.</summary>
  439.       <param name="flags">Flags that indicate which surfaces to clear. This parameter can be any combination of the following flags, but at least one flag must be used. <see cref="F:Microsoft.DirectX.Direct3D.ClearFlags.Stencil" />: Clears the stencil buffer to the value in the <see cref="M:Microsoft.DirectX.Direct3D.Device.Clear" /> parameter.<see cref="F:Microsoft.DirectX.Direct3D.ClearFlags.Target" />: Clears the render target to the color in the <see cref="M:Microsoft.DirectX.Direct3D.Device.Clear" /> parameter.<see cref="F:Microsoft.DirectX.Direct3D.ClearFlags.ZBuffer" />: Clears the depth buffer to the value in the Z parameter.</param>
  440.       <param name="color">A <see cref="T:System.Drawing.Color" /> object that represents the color to which the render target surface is cleared.</param>
  441.       <param name="zdepth">New z value that this method stores in the depth buffer. This parameter can be in the range of 0.0 through 1.0 (for z-based or w-based depth buffers). A value of 0.0 represents the nearest distance to the viewer; a value of 1.0 represents the farthest distance.</param>
  442.       <param name="stencil">Integer value to store in each stencil-buffer entry. This parameter can be in the range of 0 through 2n-1, where n is the bit depth of the stencil buffer.</param>
  443.       <returns />
  444.     </member>
  445.     <member name="M:Microsoft.DirectX.Direct3D.Device.Clear(Microsoft.DirectX.Direct3D.ClearFlags,System.Drawing.Color,System.Single,System.Int32,System.Drawing.Rectangle[])">
  446.       <summary>Clears the viewport or a set of rectangles in the viewport to a specified RGBA color, clears the depth buffer, and erases the stencil buffer.</summary>
  447.       <param name="flags">Flags that indicate which surfaces to clear. This parameter can be any combination of the following flags, but at least one flag must be used. <see cref="F:Microsoft.DirectX.Direct3D.ClearFlags.Stencil" />: Clears the stencil buffer to the value in the <see cref="M:Microsoft.DirectX.Direct3D.Device.Clear" /> parameter.<see cref="F:Microsoft.DirectX.Direct3D.ClearFlags.Target" />: Clears the render target to the color in the <see cref="M:Microsoft.DirectX.Direct3D.Device.Clear" /> parameter.<see cref="F:Microsoft.DirectX.Direct3D.ClearFlags.ZBuffer" />: Clears the depth buffer to the value in the Z parameter.</param>
  448.       <param name="color">A <see cref="T:System.Drawing.Color" /> object that represents the color to which the render target surface is cleared.</param>
  449.       <param name="zdepth">New z value that this method stores in the depth buffer. This parameter can be in the range of 0.0 through 1.0 (for z-based or w-based depth buffers). A value of 0.0 represents the nearest distance to the viewer; a value of 1.0 represents the farthest distance.</param>
  450.       <param name="stencil">Integer value to store in each stencil-buffer entry. This parameter can be in the range of 0 through 2n-1, where n is the bit depth of the stencil buffer.</param>
  451.       <param name="rect">Array of <see cref="T:System.Drawing.Rectangle" /> structures that describe the rectangles to clear. To clear the entire surface, set a rectangle to the dimensions of the rendering target. Each rectangle uses screen coordinates that correspond to points on the render target surface. Coordinates are clipped to the bounds of the viewport rectangle.</param>
  452.       <returns />
  453.     </member>
  454.     <member name="M:Microsoft.DirectX.Direct3D.Device.Clear(Microsoft.DirectX.Direct3D.ClearFlags,System.Int32,System.Single,System.Int32)">
  455.       <summary>Clears the viewport or a set of rectangles in the viewport to a specified RGBA color, clears the depth buffer, and erases the stencil buffer.</summary>
  456.       <param name="flags">Flags that indicate which surfaces to clear. This parameter can be any combination of the following flags, but at least one flag must be used. <see cref="F:Microsoft.DirectX.Direct3D.ClearFlags.Stencil" />: Clears the stencil buffer to the value in the <see cref="M:Microsoft.DirectX.Direct3D.Device.Clear" /> parameter.<see cref="F:Microsoft.DirectX.Direct3D.ClearFlags.Target" />: Clears the render target to the color in the <see cref="M:Microsoft.DirectX.Direct3D.Device.Clear" /> parameter.<see cref="F:Microsoft.DirectX.Direct3D.ClearFlags.ZBuffer" />: Clears the depth buffer to the value in the Z parameter.</param>
  457.       <param name="color">A 32-bit ARGB color value to which the render target surface is cleared.</param>
  458.       <param name="zdepth">New z value that this method stores in the depth buffer. This parameter can be in the range of 0.0 through 1.0 (for z-based or w-based depth buffers). A value of 0.0 represents the nearest distance to the viewer; a value of 1.0 represents the farthest distance.</param>
  459.       <param name="stencil">Integer value to store in each stencil-buffer entry. This parameter can be in the range of 0 through 2n-1, where n is the bit depth of the stencil buffer.</param>
  460.       <returns />
  461.     </member>
  462.     <member name="M:Microsoft.DirectX.Direct3D.Device.Clear(Microsoft.DirectX.Direct3D.ClearFlags,System.Int32,System.Single,System.Int32,System.Drawing.Rectangle[])">
  463.       <summary>Clears the viewport or a set of rectangles in the viewport to a specified RGBA color, clears the depth buffer, and erases the stencil buffer.</summary>
  464.       <param name="flags">Flags that indicate which surfaces to clear. This parameter can be any combination of the following flags, but at least one flag must be used. <see cref="F:Microsoft.DirectX.Direct3D.ClearFlags.Stencil" />: Clears the stencil buffer to the value in the <see cref="M:Microsoft.DirectX.Direct3D.Device.Clear" /> parameter.<see cref="F:Microsoft.DirectX.Direct3D.ClearFlags.Target" />: Clears the render target to the color in the <see cref="M:Microsoft.DirectX.Direct3D.Device.Clear" /> parameter.<see cref="F:Microsoft.DirectX.Direct3D.ClearFlags.ZBuffer" />: Clears the depth buffer to the value in the Z parameter.</param>
  465.       <param name="color">A 32-bit ARGB color value to which the render target surface is cleared.</param>
  466.       <param name="zdepth">New z value that this method stores in the depth buffer. This parameter can be in the range of 0.0 through 1.0 (for z-based or w-based depth buffers). A value of 0.0 represents the nearest distance to the viewer; a value of 1.0 represents the farthest distance.</param>
  467.       <param name="stencil">Integer value to store in each stencil-buffer entry. This parameter can be in the range of 0 through 2n-1, where n is the bit depth of the stencil buffer.</param>
  468.       <param name="regions">Array of <see cref="T:System.Drawing.Rectangle" /> structures that describe the rectangles to clear. To clear the entire surface, set a rectangle to the dimensions of the rendering target. Each rectangle uses screen coordinates that correspond to points on the render target surface. Coordinates are clipped to the bounds of the viewport rectangle.</param>
  469.       <returns />
  470.     </member>
  471.     <member name="M:Microsoft.DirectX.Direct3D.Device.ColorFill(Microsoft.DirectX.Direct3D.Surface,System.Drawing.Rectangle,System.Drawing.Color)">
  472.       <summary>Allows an application to fill a rectangular area of a <see cref="F:Microsoft.DirectX.Direct3D.Pool.Default" /> surface with a specified color.</summary>
  473.       <param name="surface">Surface to be filled.</param>
  474.       <param name="rect">Source rectangle. To fill the entire surface, specify null.</param>
  475.       <param name="color">Color used for filling.</param>
  476.       <returns />
  477.     </member>
  478.     <member name="M:Microsoft.DirectX.Direct3D.Device.ColorFill(Microsoft.DirectX.Direct3D.Surface,System.Drawing.Rectangle,System.Int32)">
  479.       <summary>Allows an application to fill a rectangular area of a <see cref="F:Microsoft.DirectX.Direct3D.Pool.Default" /> surface with a specified color.</summary>
  480.       <param name="surface">Surface to be filled.</param>
  481.       <param name="rect">Source rectangle. To fill the entire surface, specify null.</param>
  482.       <param name="color">Color used for filling.</param>
  483.       <returns />
  484.     </member>
  485.     <member name="M:Microsoft.DirectX.Direct3D.Device.CreateDepthStencilSurface(System.Int32,System.Int32,Microsoft.DirectX.Direct3D.DepthFormat,Microsoft.DirectX.Direct3D.MultiSampleType,System.Int32,System.Boolean)">
  486.       <summary>Creates a depth stencil resource.</summary>
  487.       <param name="width">Width of the depth stencil surface in pixels.</param>
  488.       <param name="height">Height of the depth stencil surface in pixels.</param>
  489.       <param name="format">Member of the <see cref="T:Microsoft.DirectX.Direct3D.DepthFormat" /> enumerated type that describes the format of the depth stencil surface. This value must be one of the enumerated depth stencil formats for the current device.</param>
  490.       <param name="multiSample">Member of the <see cref="T:Microsoft.DirectX.Direct3D.MultiSampleType" /> enumerated type that describes the multisampling buffer type. This value must be one of the supported multisample types. When this surface is passed to the <see cref="P:Microsoft.DirectX.Direct3D.Device.DepthStencilSurface" /> property, its multisample type must be the same as that of the render target set by <see cref="M:Microsoft.DirectX.Direct3D.Device.SetRenderTarget(System.Int32,Microsoft.DirectX.Direct3D.Surface)" />.</param>
  491.       <param name="multiSampleQuality">Quality level. The valid range is between 0 and one less than the level returned by the <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceMultiSampleType" /> parameter of the <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceMultiSampleType" /> method. Passing a larger value results in a <see cref="T:Microsoft.DirectX.Direct3D.GraphicsException" /> with an <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.InvalidCall" /> value. The <see cref="M:Microsoft.DirectX.Direct3D.Device.CreateDepthStencilSurface(System.Int32,System.Int32,Microsoft.DirectX.Direct3D.DepthFormat,Microsoft.DirectX.Direct3D.MultiSampleType,System.Int32,System.Boolean)" /> values of paired render targets, depth stencil surfaces, and the <see cref="M:Microsoft.DirectX.Direct3D.Device.CreateDepthStencilSurface(System.Int32,System.Int32,Microsoft.DirectX.Direct3D.DepthFormat,Microsoft.DirectX.Direct3D.MultiSampleType,System.Int32,System.Boolean)" /> type must all match.</param>
  492.       <param name="discard">Set to true to enable z-buffer discarding; otherwise false. If this flag is set, the contents of the depth stencil buffer are invalid after <see cref="M:Microsoft.DirectX.Direct3D.Device.Present" /> is called or when <see cref="P:Microsoft.DirectX.Direct3D.Device.DepthStencilSurface" /> is set with a different depth surface. This flag's behavior is the same as passing the enumerated value <see cref="F:Microsoft.DirectX.Direct3D.PresentFlag.DiscardDepthStencil" /> to the <see cref="T:Microsoft.DirectX.Direct3D.Device" />.<see cref="M:Microsoft.DirectX.Direct3D.Device.Present" /> method.</param>
  493.       <returns>A <see cref="T:Microsoft.DirectX.Direct3D.Surface" /> that represents the created depth stencil surface resource.</returns>
  494.     </member>
  495.     <member name="M:Microsoft.DirectX.Direct3D.Device.CreateOffscreenPlainSurface(System.Int32,System.Int32,Microsoft.DirectX.Direct3D.Format,Microsoft.DirectX.Direct3D.Pool)">
  496.       <summary>Creates an off-screen surface.</summary>
  497.       <param name="width">Width of the surface in pixels.</param>
  498.       <param name="height">Height of the surface in pixels.</param>
  499.       <param name="format">Format of the surface. For more information, see <see cref="T:Microsoft.DirectX.Direct3D.Format" />.</param>
  500.       <param name="pool">Surface pool type. For more information, see <see cref="T:Microsoft.DirectX.Direct3D.Pool" />.</param>
  501.       <returns>The <see cref="T:Microsoft.DirectX.Direct3D.Surface" /> object that is created.</returns>
  502.     </member>
  503.     <member name="M:Microsoft.DirectX.Direct3D.Device.CreateRenderTarget(System.Int32,System.Int32,Microsoft.DirectX.Direct3D.Format,Microsoft.DirectX.Direct3D.MultiSampleType,System.Int32,System.Boolean)">
  504.       <summary>Creates a render target surface.</summary>
  505.       <param name="width">Width of the render-target surface in pixels.</param>
  506.       <param name="height">Height of the render-target surface in pixels.</param>
  507.       <param name="format">Member of the <see cref="T:Microsoft.DirectX.Direct3D.Format" /> enumerated type that describes the format of the render target.</param>
  508.       <param name="multiSample">Member of the <see cref="T:Microsoft.DirectX.Direct3D.MultiSampleType" /> enumerated type that describes the multisampling buffer type. This parameter specifies the antialiasing type for the render target. When this surface is passed to <see cref="M:Microsoft.DirectX.Direct3D.Device.SetRenderTarget(System.Int32,Microsoft.DirectX.Direct3D.Surface)" />, its multisample type must be the same as that of the depth stencil property <see cref="P:Microsoft.DirectX.Direct3D.Device.DepthStencilSurface" />.</param>
  509.       <param name="multiSampleQuality">Quality level. The valid range is between 0 and one less than the level returned by the <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceMultiSampleType" /> parameter of the <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceMultiSampleType" />. Passing a larger value causes an <see cref="T:Microsoft.DirectX.Direct3D.InvalidCallException" />. The <see cref="M:Microsoft.DirectX.Direct3D.Device.CreateRenderTarget(System.Int32,System.Int32,Microsoft.DirectX.Direct3D.Format,Microsoft.DirectX.Direct3D.MultiSampleType,System.Int32,System.Boolean)" /> values of paired render targets, depth stencil surfaces, and the multisample type must all match.</param>
  510.       <param name="lockable">Set to true if render targets are lockable; otherwise, false. Note that lockable render targets reduce performance on some graphics hardware.</param>
  511.       <returns>A <see cref="T:Microsoft.DirectX.Direct3D.Surface" />.</returns>
  512.     </member>
  513.     <member name="M:Microsoft.DirectX.Direct3D.Device.#ctor(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DDevice9)">
  514.       <summary>Initializes a new instance of the current class.
  515.     </summary>
  516.       <param name="pUnk">Unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DDevice9" /> interface pointer.</param>
  517.     </member>
  518.     <member name="M:Microsoft.DirectX.Direct3D.Device.#ctor(System.IntPtr)">
  519.       <summary>Initializes a new instance of the current class.
  520.     </summary>
  521.       <param name="unmanagedObject">Pointer to an unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DDevice9" /> interface. This parameter is useful for working with unmanaged applications from managed code. Not supported.</param>
  522.     </member>
  523.     <member name="M:Microsoft.DirectX.Direct3D.Device.#ctor(System.Int32,Microsoft.DirectX.Direct3D.DeviceType,System.IntPtr,Microsoft.DirectX.Direct3D.CreateFlags,Microsoft.DirectX.Direct3D.PresentParameters[])">
  524.       <summary>Initializes a new instance of the current class.
  525.     </summary>
  526.       <param name="adapter">Ordinal number that identifies which physical device the object represents. Device 0 is the default device. The highest value that can be used in this parameter is one less than the total number of physical devices.</param>
  527.       <param name="deviceType">Member of the <see cref="T:Microsoft.DirectX.Direct3D.DeviceType" /> enumerated type that denotes the desired device type. If the desired device type is not available, the method fails.</param>
  528.       <param name="renderWindowHandle">Handle to a <see cref="T:System.Windows.Forms.Form" />, <see cref="T:System.Web.UI.WebControls.Panel" />, or any other <see cref="T:System.Windows.Forms.Control" /> derived class. This parameter indicates the surface to bind to the device. For full-screen mode, the window specified must be a top-level window.For windowed mode, this parameter can be null. If null is specified, a non-null handle must be specified when calling <see cref="M:Microsoft.DirectX.Direct3D.Device.Present" />. This can be done either by setting the <see cref="P:Microsoft.DirectX.Direct3D.PresentParameters.DeviceWindow" /> property, or by using the optional <see cref="M:Microsoft.DirectX.Direct3D.Device.Present" /> parameter of the <see cref="M:Microsoft.DirectX.Direct3D.Device.Present" /> method.</param>
  529.       <param name="behaviorFlags">Combination of one or more options that control device creation.</param>
  530.       <param name="presentationParameters">[in, out] Pointer to a <see cref="T:Microsoft.DirectX.Direct3D.PresentParameters" /> object that describes the presentation parameters for the device to create. For Microsoft Windows 2000 and Windows XP, the full-screen device display refresh rate is set in the following order. User-specified nonzero ForcedRefreshRate registry key, if supported by the device.Application-specified nonzero refresh rate value in the presentation parameter.Refresh rate of the latest desktop mode, if supported by the device.75 hertz if supported by the device.60 hertz if supported by the device.Device default. By default, if a refresh rate is unsupported, the closest supported refresh rate below it is used. For example, if the application specifies 63 hertz, 60 hertz is used. No refresh rates below 57 hertz are supported. Calling this method changes the value of several members of <see cref="T:Microsoft.DirectX.Direct3D.PresentParameters" />. <see cref="P:Microsoft.DirectX.Direct3D.PresentParameters.BackBufferCount" />, <see cref="P:Microsoft.DirectX.Direct3D.PresentParameters.BackBufferWidth" />, and <see cref="P:Microsoft.DirectX.Direct3D.PresentParameters.BackBufferHeight" /> = 0 for windowed or full-screen mode.<see cref="P:Microsoft.DirectX.Direct3D.PresentParameters.BackBufferFormat" /> = <see cref="F:Microsoft.DirectX.Direct3D.Format.Unknown" /> for windowed mode only. Full-screen mode must specify a format. If <see cref="F:Microsoft.DirectX.Direct3D.CreateFlags.AdapterGroupDevice" /> is set, <see cref="M:Microsoft.DirectX.Direct3D.Device.#ctor" /> is an array. Regardless of the number of heads that exist, only one depth stencil surface is automatically created.</param>
  531.     </member>
  532.     <member name="M:Microsoft.DirectX.Direct3D.Device.#ctor(System.Int32,Microsoft.DirectX.Direct3D.DeviceType,System.Windows.Forms.Control,Microsoft.DirectX.Direct3D.CreateFlags,Microsoft.DirectX.Direct3D.PresentParameters[])">
  533.       <summary>Initializes a new instance of the current class.
  534.     </summary>
  535.       <param name="adapter">Ordinal number that identifies which physical device the object represents. Device 0 is the default device. The highest value that can be used in this parameter is one less than the total number of physical devices.</param>
  536.       <param name="deviceType">Member of the <see cref="T:Microsoft.DirectX.Direct3D.DeviceType" /> enumerated type that denotes the desired device type. If the desired device type is not available, the method fails.</param>
  537.       <param name="renderWindow">Pointer to an unmanaged (or non-Windows form) window handle.</param>
  538.       <param name="behaviorFlags">Combination of one or more options that control device creation.</param>
  539.       <param name="presentationParameters">[in, out] Pointer to a <see cref="T:Microsoft.DirectX.Direct3D.PresentParameters" /> object that describes the presentation parameters for the device to create. For Microsoft Windows 2000 and Windows XP, the full-screen device display refresh rate is set in the following order. User-specified nonzero ForcedRefreshRate registry key, if supported by the device.Application-specified nonzero refresh rate value in the presentation parameter.Refresh rate of the latest desktop mode, if supported by the device.75 hertz if supported by the device.60 hertz if supported by the device.Device default. By default, if a refresh rate is unsupported, the closest supported refresh rate below it is used. For example, if the application specifies 63 hertz, 60 hertz is used. No refresh rates below 57 hertz are supported. Calling this method changes the value of several members of <see cref="T:Microsoft.DirectX.Direct3D.PresentParameters" />. <see cref="P:Microsoft.DirectX.Direct3D.PresentParameters.BackBufferCount" />, <see cref="P:Microsoft.DirectX.Direct3D.PresentParameters.BackBufferWidth" />, and <see cref="P:Microsoft.DirectX.Direct3D.PresentParameters.BackBufferHeight" /> = 0 for windowed or full-screen mode.<see cref="P:Microsoft.DirectX.Direct3D.PresentParameters.BackBufferFormat" /> = <see cref="F:Microsoft.DirectX.Direct3D.Format.Unknown" /> for windowed mode only. Full-screen mode must specify a format. If <see cref="F:Microsoft.DirectX.Direct3D.CreateFlags.AdapterGroupDevice" /> is set, <see cref="M:Microsoft.DirectX.Direct3D.Device.#ctor" /> is an array. Regardless of the number of heads that exist, only one depth stencil surface is automatically created.</param>
  540.     </member>
  541.     <member name="M:Microsoft.DirectX.Direct3D.Device.DeletePatch(System.Int32)">
  542.       <summary>Frees a cached high-order patch.</summary>
  543.       <param name="handle">Handle of the cached high-order patch to delete.</param>
  544.       <returns />
  545.     </member>
  546.     <member name="M:Microsoft.DirectX.Direct3D.Device.Dispose">
  547.       <summary>Immediately releases the unmanaged resources used by the <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object.</summary>
  548.       <returns />
  549.     </member>
  550.     <member name="M:Microsoft.DirectX.Direct3D.Device.DrawIndexedPrimitives(Microsoft.DirectX.Direct3D.PrimitiveType,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
  551.       <summary>Renders the specified geometric primitive, based on indexing into an array of vertices.</summary>
  552.       <param name="primitiveType">Member of the <see cref="T:Microsoft.DirectX.Direct3D.PrimitiveType" /> enumerated type that describes the type of primitive to render. The <see cref="F:Microsoft.DirectX.Direct3D.PrimitiveType.PointList" /> constant is not supported with this method. See Remarks.</param>
  553.       <param name="baseVertex">Offset from the start of the index buffer to the first vertex index.</param>
  554.       <param name="minVertexIndex">Minimum vertex index for vertices used during the call.</param>
  555.       <param name="numVertices">Number of vertices used during the call, starting from <see cref="M:Microsoft.DirectX.Direct3D.Device.DrawIndexedPrimitives(Microsoft.DirectX.Direct3D.PrimitiveType,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)" /> + <see cref="M:Microsoft.DirectX.Direct3D.Device.DrawIndexedPrimitives(Microsoft.DirectX.Direct3D.PrimitiveType,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)" />.</param>
  556.       <param name="startIndex">Location in the index array at which to start reading vertices.</param>
  557.       <param name="primCount">Number of primitives to render. The number of vertices used is a function of the <see cref="M:Microsoft.DirectX.Direct3D.Device.DrawIndexedPrimitives(Microsoft.DirectX.Direct3D.PrimitiveType,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)" /> and <see cref="M:Microsoft.DirectX.Direct3D.Device.DrawIndexedPrimitives(Microsoft.DirectX.Direct3D.PrimitiveType,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)" />. To determine the maximum number of primitives allowed, check the <see cref="P:Microsoft.DirectX.Direct3D.Caps.MaxPrimitiveCount" /> member of the <see cref="T:Microsoft.DirectX.Direct3D.Caps" /> structure.</param>
  558.       <returns />
  559.     </member>
  560.     <member name="M:Microsoft.DirectX.Direct3D.Device.DrawIndexedUserPrimitives(Microsoft.DirectX.Direct3D.PrimitiveType,System.Int32,System.Int32,System.Int32,System.Object,System.Boolean,System.Object)">
  561.       <summary>Renders the specified geometric primitive with data specified by a user memory pointer.</summary>
  562.       <param name="primitiveType">Member of the <see cref="T:Microsoft.DirectX.Direct3D.PrimitiveType" /> enumerated type that describes the type of primitive to render.</param>
  563.       <param name="minVertexIndex">Minimum vertex index, relative to 0 (the start of <see cref="M:Microsoft.DirectX.Direct3D.Device.DrawIndexedUserPrimitives(Microsoft.DirectX.Direct3D.PrimitiveType,System.Int32,System.Int32,System.Int32,System.Object,System.Boolean,System.Object)" />), for vertices used during the call.</param>
  564.       <param name="numVertexIndices">Number of vertices used during the call, starting from <see cref="M:Microsoft.DirectX.Direct3D.Device.DrawIndexedUserPrimitives(Microsoft.DirectX.Direct3D.PrimitiveType,System.Int32,System.Int32,System.Int32,System.Object,System.Boolean,System.Object)" />.</param>
  565.       <param name="primitiveCount">Number of primitives to render. The number of indices used is a function of the primitive count and primitive type. To determine the maximum number of primitives allowed, check the <see cref="P:Microsoft.DirectX.Direct3D.Caps.MaxPrimitiveCount" /> member of the <see cref="T:Microsoft.DirectX.Direct3D.Caps" /> structure.</param>
  566.       <param name="indexData">User memory pointer to the index data.</param>
  567.       <param name="sixteenBitIndices">Set to true to indicate 16-bit indices. Set to false if to indicate 32-bit indices.</param>
  568.       <param name="vertexStreamZeroData">User memory pointer to the vertex data to use for vertex stream 0.</param>
  569.       <returns />
  570.     </member>
  571.     <member name="M:Microsoft.DirectX.Direct3D.Device.DrawPrimitives(Microsoft.DirectX.Direct3D.PrimitiveType,System.Int32,System.Int32)">
  572.       <summary>Renders a sequence of non-indexed geometric primitives of the specified type from the current set of data input streams.</summary>
  573.       <param name="primitiveType">Member of the <see cref="T:Microsoft.DirectX.Direct3D.PrimitiveType" /> enumerated type that describes the type of primitive to render.</param>
  574.       <param name="startVertex">Index of the first vertex to load. Beginning at <see cref="M:Microsoft.DirectX.Direct3D.Device.DrawPrimitives(Microsoft.DirectX.Direct3D.PrimitiveType,System.Int32,System.Int32)" />, the correct number of vertices is read out of the vertex buffer.</param>
  575.       <param name="primitiveCount">Number of primitives to render. To determine the maximum number of primitives allowed, check <see cref="T:Microsoft.DirectX.Direct3D.Caps" />.<see cref="P:Microsoft.DirectX.Direct3D.Caps.MaxPrimitiveCount" />. The <see cref="M:Microsoft.DirectX.Direct3D.Device.DrawPrimitives(Microsoft.DirectX.Direct3D.PrimitiveType,System.Int32,System.Int32)" /> is the number of primitives as determined by the primitive type. If it is a line list, each primitive has two vertices. If it is a triangle list, each primitive has three vertices.</param>
  576.       <returns />
  577.     </member>
  578.     <member name="M:Microsoft.DirectX.Direct3D.Device.DrawRectanglePatch(System.Int32,Microsoft.DirectX.Plane,Microsoft.DirectX.Direct3D.RectanglePatchInformation)">
  579.       <summary>Draws a rectangular patch using the currently set streams.</summary>
  580.       <param name="handle">Handle to the rectangular patch to draw.</param>
  581.       <param name="numSegs">A <see cref="T:Microsoft.DirectX.Plane" /> structure. The <see cref="F:Microsoft.DirectX.Plane.A" />, <see cref="F:Microsoft.DirectX.Plane.B" />, <see cref="F:Microsoft.DirectX.Plane.C" /> and <see cref="F:Microsoft.DirectX.Plane.D" /> fields identify the number of segments each edge of the rectangle patch should be divided into when tessellated.</param>
  582.       <param name="rectPatchInformation" />
  583.       <returns />
  584.     </member>
  585.     <member name="M:Microsoft.DirectX.Direct3D.Device.DrawRectanglePatch(System.Int32,System.Single[],Microsoft.DirectX.Direct3D.RectanglePatchInformation)">
  586.       <summary>Draws a rectangular patch using the currently set streams.</summary>
  587.       <param name="handle">Handle to the rectangular patch to draw.</param>
  588.       <param name="numSegs">Array of four floating-point values that identify the number of segments into which each edge of the rectangle patch should be divided when tessellated. For more information, see <see cref="T:Microsoft.DirectX.Direct3D.RectanglePatchInformation" />.</param>
  589.       <param name="rectPatchInformation" />
  590.       <returns />
  591.     </member>
  592.     <member name="M:Microsoft.DirectX.Direct3D.Device.DrawRectanglePatch(System.Int32,Microsoft.DirectX.Plane,Microsoft.DirectX.Direct3D.RectanglePatchInformation)">
  593.       <summary>Draws a rectangular patch using the currently set streams.</summary>
  594.       <param name="handle">Handle to the rectangular patch to draw.</param>
  595.       <param name="numSegs">A <see cref="T:Microsoft.DirectX.Plane" /> structure. The <see cref="F:Microsoft.DirectX.Plane.A" />, <see cref="F:Microsoft.DirectX.Plane.B" />, <see cref="F:Microsoft.DirectX.Plane.C" /> and <see cref="F:Microsoft.DirectX.Plane.D" /> fields identify the number of segments each edge of the rectangle patch should be divided into when tessellated.</param>
  596.       <param name="rectPatchInformation">A pointer to a <see cref="T:Microsoft.DirectX.Direct3D.RectanglePatchInformation" /> structure that describes the rectangular patch to draw. Use this if your code block is marked unsafe.</param>
  597.       <returns />
  598.     </member>
  599.     <member name="M:Microsoft.DirectX.Direct3D.Device.DrawRectanglePatch(System.Int32,System.Single[],Microsoft.DirectX.Direct3D.RectanglePatchInformation)">
  600.       <summary>Draws a rectangular patch using the currently set streams.</summary>
  601.       <param name="handle">Handle to the rectangular patch to draw.</param>
  602.       <param name="numSegs">Array of four floating-point values that identify the number of segments into which each edge of the rectangle patch should be divided when tessellated. For more information, see <see cref="T:Microsoft.DirectX.Direct3D.RectanglePatchInformation" />.</param>
  603.       <param name="rectPatchInformation">A pointer to a <see cref="T:Microsoft.DirectX.Direct3D.RectanglePatchInformation" /> structure that describes the rectangular patch to draw. Use this if your code block is marked unsafe.</param>
  604.       <returns />
  605.     </member>
  606.     <member name="M:Microsoft.DirectX.Direct3D.Device.DrawRectanglePatch(System.Int32,Microsoft.DirectX.Plane)">
  607.       <summary>Draws a rectangular patch using the currently set streams.</summary>
  608.       <param name="handle">Handle to the rectangular patch to draw.</param>
  609.       <param name="numSegs">A <see cref="T:Microsoft.DirectX.Plane" /> structure. The <see cref="F:Microsoft.DirectX.Plane.A" />, <see cref="F:Microsoft.DirectX.Plane.B" />, <see cref="F:Microsoft.DirectX.Plane.C" /> and <see cref="F:Microsoft.DirectX.Plane.D" /> fields identify the number of segments each edge of the rectangle patch should be divided into when tessellated.</param>
  610.       <returns />
  611.     </member>
  612.     <member name="M:Microsoft.DirectX.Direct3D.Device.DrawRectanglePatch(System.Int32,System.Single[])">
  613.       <summary>Draws a rectangular patch using the currently set streams.</summary>
  614.       <param name="handle">Handle to the rectangular patch to draw.</param>
  615.       <param name="numSegs">Array of four floating-point values that identify the number of segments into which each edge of the rectangle patch should be divided when tessellated. For more information, see <see cref="T:Microsoft.DirectX.Direct3D.RectanglePatchInformation" />.</param>
  616.       <returns />
  617.     </member>
  618.     <member name="M:Microsoft.DirectX.Direct3D.Device.DrawTrianglePatch(System.Int32,Microsoft.DirectX.Plane,Microsoft.DirectX.Direct3D.TrianglePatchInformation)">
  619.       <summary>Draws a triangular patch using the currently set streams.</summary>
  620.       <param name="handle">Handle to the triangular patch to draw.</param>
  621.       <param name="numSegs">A <see cref="T:Microsoft.DirectX.Plane" /> structure. The <see cref="F:Microsoft.DirectX.Plane.A" />, <see cref="F:Microsoft.DirectX.Plane.B" />, <see cref="F:Microsoft.DirectX.Plane.C" />, and <see cref="F:Microsoft.DirectX.Plane.D" /> fields identify the number of segments into which each edge of the triangle patch should be divided when tessellated.</param>
  622.       <param name="triPatchInformation">A <see cref="T:Microsoft.DirectX.Direct3D.TrianglePatchInformation" /> structure that describes the triangular high-order patch to draw.</param>
  623.       <returns />
  624.     </member>
  625.     <member name="M:Microsoft.DirectX.Direct3D.Device.DrawTrianglePatch(System.Int32,System.Single[],Microsoft.DirectX.Direct3D.TrianglePatchInformation)">
  626.       <summary>Draws a triangular patch using the currently set streams.</summary>
  627.       <param name="handle">Handle to the triangular patch to draw.</param>
  628.       <param name="numSegs">Pointer to an array of three floating-point values that identify the number of segments each edge of the triangle patch should be divided into when tessellated. For more information, see <see cref="T:Microsoft.DirectX.Direct3D.TrianglePatchInformation" />.</param>
  629.       <param name="triPatchInformation">A <see cref="T:Microsoft.DirectX.Direct3D.TrianglePatchInformation" /> structure that describes the triangular high-order patch to draw.</param>
  630.       <returns />
  631.     </member>
  632.     <member name="M:Microsoft.DirectX.Direct3D.Device.DrawTrianglePatch(System.Int32,Microsoft.DirectX.Plane,Microsoft.DirectX.Direct3D.TrianglePatchInformation)">
  633.       <summary>Draws a triangular patch using the currently set streams.</summary>
  634.       <param name="handle">Handle to the triangular patch to draw.</param>
  635.       <param name="numSegs">A <see cref="T:Microsoft.DirectX.Plane" /> structure. The <see cref="F:Microsoft.DirectX.Plane.A" />, <see cref="F:Microsoft.DirectX.Plane.B" />, <see cref="F:Microsoft.DirectX.Plane.C" />, and <see cref="F:Microsoft.DirectX.Plane.D" /> fields identify the number of segments into which each edge of the triangle patch should be divided when tessellated.</param>
  636.       <param name="triPatchInformation">A pointer to a <see cref="T:Microsoft.DirectX.Direct3D.TrianglePatchInformation" /> structure that describes the triangular high-order patch to draw. Use this if your code block is marked unsafe.</param>
  637.       <returns />
  638.     </member>
  639.     <member name="M:Microsoft.DirectX.Direct3D.Device.DrawTrianglePatch(System.Int32,System.Single[],Microsoft.DirectX.Direct3D.TrianglePatchInformation)">
  640.       <summary>Draws a triangular patch using the currently set streams.</summary>
  641.       <param name="handle">Handle to the triangular patch to draw.</param>
  642.       <param name="numSegs">Pointer to an array of three floating-point values that identify the number of segments each edge of the triangle patch should be divided into when tessellated. For more information, see <see cref="T:Microsoft.DirectX.Direct3D.TrianglePatchInformation" />.</param>
  643.       <param name="triPatchInformation">A pointer to a <see cref="T:Microsoft.DirectX.Direct3D.TrianglePatchInformation" /> structure that describes the triangular high-order patch to draw. Use this if your code block is marked unsafe.</param>
  644.       <returns />
  645.     </member>
  646.     <member name="M:Microsoft.DirectX.Direct3D.Device.DrawTrianglePatch(System.Int32,Microsoft.DirectX.Plane)">
  647.       <summary>Draws a triangular patch using the currently set streams.</summary>
  648.       <param name="handle">Handle to the triangular patch to draw.</param>
  649.       <param name="numSegs">A <see cref="T:Microsoft.DirectX.Plane" /> structure. The <see cref="F:Microsoft.DirectX.Plane.A" />, <see cref="F:Microsoft.DirectX.Plane.B" />, <see cref="F:Microsoft.DirectX.Plane.C" />, and <see cref="F:Microsoft.DirectX.Plane.D" /> fields identify the number of segments into which each edge of the triangle patch should be divided when tessellated.</param>
  650.       <returns />
  651.     </member>
  652.     <member name="M:Microsoft.DirectX.Direct3D.Device.DrawTrianglePatch(System.Int32,System.Single[])">
  653.       <summary>Draws a triangular patch using the currently set streams.</summary>
  654.       <param name="handle">Handle to the triangular patch to draw.</param>
  655.       <param name="numSegs">Pointer to an array of three floating-point values that identify the number of segments each edge of the triangle patch should be divided into when tessellated. For more information, see <see cref="T:Microsoft.DirectX.Direct3D.TrianglePatchInformation" />.</param>
  656.       <returns />
  657.     </member>
  658.     <member name="M:Microsoft.DirectX.Direct3D.Device.DrawUserPrimitives(Microsoft.DirectX.Direct3D.PrimitiveType,System.Int32,System.Object)">
  659.       <summary>Renders data specified by a user memory pointer as a sequence of geometric primitives of the specified type.</summary>
  660.       <param name="primitiveType">Member of the <see cref="T:Microsoft.DirectX.Direct3D.PrimitiveType" /> enumerated type that describes the type of primitive to render.</param>
  661.       <param name="primitiveCount">Number of primitives to render. To determine the maximum number of primitives allowed, check the <see cref="T:Microsoft.DirectX.Direct3D.Caps" />.<see cref="P:Microsoft.DirectX.Direct3D.Caps.MaxPrimitiveCount" /> member.</param>
  662.       <param name="vertexStreamZeroData">User memory vertex data to use for vertex stream 0.</param>
  663.       <returns />
  664.     </member>
  665.     <member name="M:Microsoft.DirectX.Direct3D.Device.EndScene">
  666.       <summary>Ends a scene that was started by calling the <see cref="M:Microsoft.DirectX.Direct3D.Device.BeginScene" /> method.</summary>
  667.       <returns />
  668.     </member>
  669.     <member name="M:Microsoft.DirectX.Direct3D.Device.EndStateBlock">
  670.       <summary>Signals Microsoft Direct3D to stop recording a device state block and retrieve a pointer to the state block interface.</summary>
  671.       <returns>State block object. For more information, see <see cref="T:Microsoft.DirectX.Direct3D.StateBlock" />.</returns>
  672.     </member>
  673.     <member name="M:Microsoft.DirectX.Direct3D.Device.Equals(System.Object)">
  674.       <summary>Returns a value that indicates whether the current instance is equal to a specified object.</summary>
  675.       <param name="compare">Object to compare to this object.</param>
  676.       <returns>Returns true if the objects are the same; otherwise, false.</returns>
  677.     </member>
  678.     <member name="M:Microsoft.DirectX.Direct3D.Device.EvictManagedResources">
  679.       <summary>Evicts all managed resources, including Microsoft Direct3D resources and those that are driver-managed.</summary>
  680.       <returns />
  681.     </member>
  682.     <member name="M:Microsoft.DirectX.Direct3D.Device.Finalize">
  683.       <summary>Allows the <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object to free resources before it is destroyed by the garbage collector.</summary>
  684.       <returns />
  685.     </member>
  686.     <member name="M:Microsoft.DirectX.Direct3D.Device.GetBackBuffer(System.Int32,System.Int32,Microsoft.DirectX.Direct3D.BackBufferType)">
  687.       <summary>Retrieves a back buffer from a device's swap chain.</summary>
  688.       <param name="swapChain">Unsigned integer that specifies the swap chain.</param>
  689.       <param name="backBuffer">Index of the back buffer object to return.</param>
  690.       <param name="backBufferType">Stereo view is not supported in Microsoft DirectX 9.0, so the only valid value for this parameter is <see cref="F:Microsoft.DirectX.Direct3D.BackBufferType.Mono" />.</param>
  691.       <returns>A <see cref="T:Microsoft.DirectX.Direct3D.Surface" /> that represents the returned back buffer surface.</returns>
  692.     </member>
  693.     <member name="M:Microsoft.DirectX.Direct3D.Device.GetCubeTexture(System.Int32)">
  694.       <summary>Retrieves the cube texture assigned to a stage for a device.</summary>
  695.       <param name="stage">Stage identifier of the <see cref="T:Microsoft.DirectX.Direct3D.CubeTexture" /> to retrieve. Stage identifiers are zero-based.</param>
  696.       <returns>A <see cref="T:Microsoft.DirectX.Direct3D.CubeTexture" /> object that represents the returned <see cref="T:Microsoft.DirectX.Direct3D.CubeTexture" />.</returns>
  697.     </member>
  698.     <member name="M:Microsoft.DirectX.Direct3D.Device.GetFrontBufferData(System.Int32,Microsoft.DirectX.Direct3D.Surface)">
  699.       <summary>Generates a copy of a device's front buffer and places it in a system memory buffer provided by the application.</summary>
  700.       <param name="swapChain">Unsigned integer that specifies the swap chain.</param>
  701.       <param name="buffer">[in, out] A <see cref="T:Microsoft.DirectX.Direct3D.Surface" /> class that receives a copy of the front buffer's contents. The data is returned in successive rows with no intervening space, proceeding from the highest vertical row on the device's output to the lowest. For windowed mode, the size of the destination surface should be the desktop size. For full-screen mode, the size of the destination surface should be the screen size.</param>
  702.       <returns />
  703.     </member>
  704.     <member name="M:Microsoft.DirectX.Direct3D.Device.GetGammaRamp(System.Int32)">
  705.       <summary>Retrieves the gamma correction ramp for the swap chain.</summary>
  706.       <param name="swapChain">Unsigned integer that specifies the swap chain.</param>
  707.       <returns>[in, out] Application-supplied <see cref="T:Microsoft.DirectX.Direct3D.GammaRamp" /> structure to fill with the gamma correction ramp.</returns>
  708.     </member>
  709.     <member name="M:Microsoft.DirectX.Direct3D.Device.GetHashCode">
  710.       <summary>Returns the hash code for the current instance.</summary>
  711.       <returns>Hash code for the instance.</returns>
  712.     </member>
  713.     <member name="M:Microsoft.DirectX.Direct3D.Device.GetObjectByValue(System.Int32)">
  714.       <summary>This member supports the infrastructure for Microsoft DirectX 9.0 for Managed Code and is not intended to be used directly from your code.</summary>
  715.       <param name="uniqueKey">Object identifier.</param>
  716.       <returns>Pointer to the unmanaged Component Object Model (COM) interface, IDirect3DDevice9, which allows unmanaged COM clients to create an instance of the managed <see cref="T:Microsoft.DirectX.Direct3D.Device" /> class. Not supported.</returns>
  717.     </member>
  718.     <member name="M:Microsoft.DirectX.Direct3D.Device.GetPaletteEntries(System.Int32)">
  719.       <summary>Retrieves palette entries.</summary>
  720.       <param name="paletteNumber">Ordinal value that identifies the palette to retrieve.</param>
  721.       <returns>A <see cref="T:Microsoft.DirectX.Direct3D.PaletteEntry" /> structure that represents the returned palette entries.</returns>
  722.     </member>
  723.     <member name="M:Microsoft.DirectX.Direct3D.Device.GetPixelShaderBooleanConstant(System.Int32,System.Int32)">
  724.       <summary>Retrieves a Boolean shader constant.</summary>
  725.       <param name="startRegister">Register number that contains the first constant value.</param>
  726.       <param name="constantCount">Number of Boolean values in the array of constants.</param>
  727.       <returns>Array of constants.</returns>
  728.     </member>
  729.     <member name="M:Microsoft.DirectX.Direct3D.Device.GetPixelShaderInt32Constant(System.Int32,System.Int32)">
  730.       <summary>Retrieves an integer shader constant.</summary>
  731.       <param name="startRegister">Register number that contains the first constant value.</param>
  732.       <param name="constantCount">Number of four-integer vectors in the array of constants.</param>
  733.       <returns>Array of constants.</returns>
  734.     </member>
  735.     <member name="M:Microsoft.DirectX.Direct3D.Device.GetPixelShaderSingleConstant(System.Int32,System.Int32)">
  736.       <summary>Retrieves a floating-point shader constant.</summary>
  737.       <param name="startRegister">Register number that contains the first constant value.</param>
  738.       <param name="constantCount">Number of four-float vectors in the array of constants.</param>
  739.       <returns>Array of constants.</returns>
  740.     </member>
  741.     <member name="M:Microsoft.DirectX.Direct3D.Device.GetRasterStatus(System.Int32)">
  742.       <summary>Returns information that describes the raster of the monitor on which the swap chain is presented.</summary>
  743.       <param name="swapChain">Unsigned integer that specifies the swap chain.</param>
  744.       <returns>A <see cref="T:Microsoft.DirectX.Direct3D.RasterStatus" /> structure that contains information about the position or other status of the raster on the monitor driven by this adapter.</returns>
  745.     </member>
  746.     <member name="M:Microsoft.DirectX.Direct3D.Device.GetRenderStateBoolean(Microsoft.DirectX.Direct3D.RenderStates)">
  747.       <summary>Retrieves the Boolean value of a given render state.</summary>
  748.       <param name="state">A member from the <see cref="T:Microsoft.DirectX.Direct3D.RenderStates" /> enumeration that represents the render state value to retreive.</param>
  749.       <returns>The render state value retrieved.</returns>
  750.     </member>
  751.     <member name="M:Microsoft.DirectX.Direct3D.Device.GetRenderStateInt32(Microsoft.DirectX.Direct3D.RenderStates)">
  752.       <summary>Retrieves the integer value of a given render state.</summary>
  753.       <param name="state">A member from the <see cref="T:Microsoft.DirectX.Direct3D.RenderStates" /> enumeration that represents the render state value to retreive.</param>
  754.       <returns>The render state value retrieved.</returns>
  755.     </member>
  756.     <member name="M:Microsoft.DirectX.Direct3D.Device.GetRenderStateSingle(Microsoft.DirectX.Direct3D.RenderStates)">
  757.       <summary>Retrieves the floating-point value of a given render state.</summary>
  758.       <param name="state">A member from the <see cref="T:Microsoft.DirectX.Direct3D.RenderStates" /> enumeration that represents the render state value to retreive.</param>
  759.       <returns>The render state value retrieved.</returns>
  760.     </member>
  761.     <member name="M:Microsoft.DirectX.Direct3D.Device.GetRenderTarget(System.Int32)">
  762.       <summary>Retrieves a render target surface.</summary>
  763.       <param name="renderTargetIndex">Index of the render target. See Remarks.</param>
  764.       <returns>A <see cref="T:Microsoft.DirectX.Direct3D.Surface" /> that represents the returned render target surface for the current device.</returns>
  765.     </member>
  766.     <member name="M:Microsoft.DirectX.Direct3D.Device.GetRenderTargetData(Microsoft.DirectX.Direct3D.Surface,Microsoft.DirectX.Direct3D.Surface)">
  767.       <summary>Copies the render target data from device memory to system memory.</summary>
  768.       <param name="renderTarget">A <see cref="T:Microsoft.DirectX.Direct3D.Surface" /> object that represents a render target.</param>
  769.       <param name="destSurface">[in, out] A <see cref="T:Microsoft.DirectX.Direct3D.Surface" /> object that represents a destination surface.</param>
  770.       <returns />
  771.     </member>
  772.     <member name="M:Microsoft.DirectX.Direct3D.Device.GetSamplerStageStateBoolean(System.Int32,Microsoft.DirectX.Direct3D.SamplerStageStates)">
  773.       <summary>Retrieves the Boolean value of a given sampler stage state.</summary>
  774.       <param name="stage">Index value of the sampler stage to retrieve.</param>
  775.       <param name="state">A member from the <see cref="T:Microsoft.DirectX.Direct3D.SamplerStageStates" /> enumeration that represents the sampler stage state value to retreive.</param>
  776.       <returns>The sampler stage state value retrieved.</returns>
  777.     </member>
  778.     <member name="M:Microsoft.DirectX.Direct3D.Device.GetSamplerStageStateInt32(System.Int32,Microsoft.DirectX.Direct3D.SamplerStageStates)">
  779.       <summary>Retrieves the integer value of a given sampler stage state.</summary>
  780.       <param name="stage">Index value of the sampler stage to retrieve.</param>
  781.       <param name="state">A member from the <see cref="T:Microsoft.DirectX.Direct3D.SamplerStageStates" /> enumeration that represents the sampler stage state value to retreive.</param>
  782.       <returns>The sampler stage state value retrieved.</returns>
  783.     </member>
  784.     <member name="M:Microsoft.DirectX.Direct3D.Device.GetSamplerStageStateSingle(System.Int32,Microsoft.DirectX.Direct3D.SamplerStageStates)">
  785.       <summary>Retrieves the floating-point value of a given sampler stage state.</summary>
  786.       <param name="stage">Index value of the sampler stage to retrieve.</param>
  787.       <param name="state">A member from the <see cref="T:Microsoft.DirectX.Direct3D.SamplerStageStates" /> enumeration that represents the sampler stage state value to retreive.</param>
  788.       <returns>The sampler stage state value retrieved.</returns>
  789.     </member>
  790.     <member name="M:Microsoft.DirectX.Direct3D.Device.GetStreamSource(System.Int32,System.Int32@,System.Int32@)">
  791.       <summary>Retrieves a vertex buffer bound to the specified data stream.</summary>
  792.       <param name="streamNumber">Number of the data stream, in the range of 0 to the maximum number of streams -1.</param>
  793.       <param name="offsetInBytes">Offset from the beginning of the stream to the beginning of the vertex data, in bytes. See Remarks.</param>
  794.       <param name="stride">Pointer to a returned stride of the component, in bytes. See Remarks.</param>
  795.       <returns>A <see cref="T:Microsoft.DirectX.Direct3D.VertexBuffer" /> class that represents the returned vertex buffer bound to the specified data stream.</returns>
  796.     </member>
  797.     <member name="M:Microsoft.DirectX.Direct3D.Device.GetStreamSourceFrequency(System.Int32)">
  798.       <summary>Retrieves the stream source frequency divider value.</summary>
  799.       <param name="streamNumber">Stream source number.</param>
  800.       <returns>Frequency divider value.</returns>
  801.     </member>
  802.     <member name="M:Microsoft.DirectX.Direct3D.Device.GetSwapChain(System.Int32)">
  803.       <summary>Retrieves a reference to a swap chain.</summary>
  804.       <param name="swapChain">Swap chain ordinal value. For more information, see <see cref="T:Microsoft.DirectX.Direct3D.Caps" />.<see cref="P:Microsoft.DirectX.Direct3D.Caps.NumberOfAdaptersInGroup" />.</param>
  805.       <returns>A <see cref="T:Microsoft.DirectX.Direct3D.SwapChain" /> class that receives a copy of the swap chain.</returns>
  806.     </member>
  807.     <member name="M:Microsoft.DirectX.Direct3D.Device.GetTexture(System.Int32)">
  808.       <summary>Retrieves a texture assigned to a stage for a device.</summary>
  809.       <param name="stage">Stage identifier of the texture to retrieve. Stage identifiers are zero-based.</param>
  810.       <returns>A <see cref="T:Microsoft.DirectX.Direct3D.BaseTexture" /> object that represents the returned texture.</returns>
  811.     </member>
  812.     <member name="M:Microsoft.DirectX.Direct3D.Device.GetTextureStageStateBoolean(System.Int32,Microsoft.DirectX.Direct3D.TextureStageStates)">
  813.       <summary>Retrieves the Boolean value of a given texture stage state.</summary>
  814.       <param name="stage">Index value of the texture stage to retrieve.</param>
  815.       <param name="state">A member from the <see cref="T:Microsoft.DirectX.Direct3D.TextureStageStates" /> enumeration that represents the texture stage state value to retreive.</param>
  816.       <returns>The texture stage state value retrieved.</returns>
  817.     </member>
  818.     <member name="M:Microsoft.DirectX.Direct3D.Device.GetTextureStageStateInt32(System.Int32,Microsoft.DirectX.Direct3D.TextureStageStates)">
  819.       <summary>Retrieves the integer value of a given texture stage state.</summary>
  820.       <param name="stage">Index value of the texture stage to retrieve.</param>
  821.       <param name="state">A member from the <see cref="T:Microsoft.DirectX.Direct3D.TextureStageStates" /> enumeration that represents the texture stage state value to retreive.</param>
  822.       <returns>The texture stage state value retrieved.</returns>
  823.     </member>
  824.     <member name="M:Microsoft.DirectX.Direct3D.Device.GetTextureStageStateSingle(System.Int32,Microsoft.DirectX.Direct3D.TextureStageStates)">
  825.       <summary>Retrieves the floating-point value of a given texture stage state.</summary>
  826.       <param name="stage">Index value of the texture stage to retrieve.</param>
  827.       <param name="state">A member from the <see cref="T:Microsoft.DirectX.Direct3D.TextureStageStates" /> enumeration that represents the texture stage state value to retreive.</param>
  828.       <returns>The texture stage state value retrieved.</returns>
  829.     </member>
  830.     <member name="M:Microsoft.DirectX.Direct3D.Device.GetTransform(Microsoft.DirectX.Direct3D.TransformType)">
  831.       <summary>Retrieves a matrix that describes a transformation state.</summary>
  832.       <param name="state">Transform that is being retrieved. This parameter can be any member of the <see cref="T:Microsoft.DirectX.Direct3D.TransformType" /> enumerated type.</param>
  833.       <returns>A <see cref="T:Microsoft.DirectX.Matrix" /> structure that describes the returned transformation state.</returns>
  834.     </member>
  835.     <member name="M:Microsoft.DirectX.Direct3D.Device.GetVertexShaderBooleanConstant(System.Int32,System.Int32)">
  836.       <summary>Retrieves a Boolean vertex shader constant.</summary>
  837.       <param name="startRegister">Register number that contains the first constant value.</param>
  838.       <param name="constantCount">Number of Boolean values in the array of constants.</param>
  839.       <returns>Array of constants.</returns>
  840.     </member>
  841.     <member name="M:Microsoft.DirectX.Direct3D.Device.GetVertexShaderInt32Constant(System.Int32,System.Int32)">
  842.       <summary>Retrieves an integer vertex shader constant.</summary>
  843.       <param name="startRegister">Register number that contains the first constant value.</param>
  844.       <param name="constantCount">Number of four-integer vectors in the array of constants.</param>
  845.       <returns>Array of constants.</returns>
  846.     </member>
  847.     <member name="M:Microsoft.DirectX.Direct3D.Device.GetVertexShaderSingleConstant(System.Int32,System.Int32)">
  848.       <summary>Retrieves a floating-point vertex shader constant.</summary>
  849.       <param name="startRegister">Register number that contains the first constant value.</param>
  850.       <param name="constantCount">Number of four-float vectors in the array of constants.</param>
  851.       <returns>Array of constants.</returns>
  852.     </member>
  853.     <member name="M:Microsoft.DirectX.Direct3D.Device.GetVolumeTexture(System.Int32)">
  854.       <summary>Retrieves the volume texture assigned to a stage for a device.</summary>
  855.       <param name="stage">Stage identifier of the <see cref="T:Microsoft.DirectX.Direct3D.VolumeTexture" /> to retrieve. Stage identifiers are zero-based.</param>
  856.       <returns>A <see cref="T:Microsoft.DirectX.Direct3D.VolumeTexture" /> object that represents the returned <see cref="T:Microsoft.DirectX.Direct3D.VolumeTexture" />.</returns>
  857.     </member>
  858.     <member name="M:Microsoft.DirectX.Direct3D.Device.MultiplyTransform(Microsoft.DirectX.Direct3D.TransformType,Microsoft.DirectX.Matrix)">
  859.       <summary>Multiplies a device's world, view, or projection matrices by a specified matrix.</summary>
  860.       <param name="state">Member of the <see cref="T:Microsoft.DirectX.Direct3D.TransformType" /> enumerated type that identifies which device matrix to modify. The most common setting, <see cref="F:Microsoft.DirectX.Direct3D.TransformType.World" />, modifies the world matrix, but the view or projection matrices also can be modified.</param>
  861.       <param name="matrix">A <see cref="T:Microsoft.DirectX.Matrix" /> structure that modifies the current transformation.</param>
  862.       <returns />
  863.     </member>
  864.     <member name="M:Microsoft.DirectX.Direct3D.Device.op_Equality(Microsoft.DirectX.Direct3D.Device,Microsoft.DirectX.Direct3D.Device)">
  865.       <summary>Compares the current instance of a class to another instance to determine whether they are the same.</summary>
  866.       <param name="left">The <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object to the left of the equality operator.</param>
  867.       <param name="right">The <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object to the right of the equality operator.</param>
  868.       <returns>Returns true if the objects are the same; otherwise, false.</returns>
  869.     </member>
  870.     <member name="M:Microsoft.DirectX.Direct3D.Device.op_Inequality(Microsoft.DirectX.Direct3D.Device,Microsoft.DirectX.Direct3D.Device)">
  871.       <summary>Compares the current instance of a class to another instance to determine whether they are different.</summary>
  872.       <param name="left">The <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object to the left of the equality operator.</param>
  873.       <param name="right">The <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object to the right of the equality operator.</param>
  874.       <returns>Returns true if the objects are different; otherwise, false.</returns>
  875.     </member>
  876.     <member name="M:Microsoft.DirectX.Direct3D.Device.Present(System.Drawing.Rectangle,System.IntPtr,System.Boolean)">
  877.       <summary>Presents the display with the contents of the next buffer in the sequence of back buffers owned by the device.</summary>
  878.       <param name="rectPresent">The <see cref="T:System.Drawing.Rectangle" /> to present.</param>
  879.       <param name="overrideWindowHandle">Destination window whose client area is taken as the target for this presentation. If this parameter is not used, <see cref="T:Microsoft.DirectX.Direct3D.PresentParameters" />.<see cref="P:Microsoft.DirectX.Direct3D.PresentParameters.DeviceWindow" /> is taken.</param>
  880.       <param name="sourceRectangle">Set to true if a <see cref="T:System.Drawing.Rectangle" /> is being passed to the <see cref="M:Microsoft.DirectX.Direct3D.Device.Present" /> parameter; otherwise, false.</param>
  881.       <returns />
  882.     </member>
  883.     <member name="M:Microsoft.DirectX.Direct3D.Device.Present(System.IntPtr)">
  884.       <summary>Presents the display with the contents of the next buffer in the sequence of back buffers owned by the device.</summary>
  885.       <param name="overrideWindowHandle">Destination window whose client area is taken as the target for this presentation. If this parameter is not used, <see cref="T:Microsoft.DirectX.Direct3D.PresentParameters" />.<see cref="P:Microsoft.DirectX.Direct3D.PresentParameters.DeviceWindow" /> is taken.</param>
  886.       <returns />
  887.     </member>
  888.     <member name="M:Microsoft.DirectX.Direct3D.Device.Present(System.Drawing.Rectangle,System.Drawing.Rectangle,System.IntPtr)">
  889.       <summary>Presents the display with the contents of the next buffer in the sequence of back buffers owned by the device.</summary>
  890.       <param name="sourceRectangle">A <see cref="T:System.Drawing.Rectangle" /> that contains the source rectangle. If the rectangle exceeds the source surface, it is clipped to the source surface. This parameter can be used only if the swap chain was created with <see cref="F:Microsoft.DirectX.Direct3D.SwapEffect.Copy" />.</param>
  891.       <param name="destRectangle">A <see cref="T:System.Drawing.Rectangle" /> that contains the destination rectangle. This parameter can be used only if the swap chain was created with <see cref="F:Microsoft.DirectX.Direct3D.SwapEffect.Copy" />.</param>
  892.       <param name="overrideWindowHandle">Destination window whose client area is taken as the target for this presentation. If this parameter is not used, <see cref="T:Microsoft.DirectX.Direct3D.PresentParameters" />.<see cref="P:Microsoft.DirectX.Direct3D.PresentParameters.DeviceWindow" /> is taken.</param>
  893.       <returns />
  894.     </member>
  895.     <member name="M:Microsoft.DirectX.Direct3D.Device.Present(System.Drawing.Rectangle,System.Boolean)">
  896.       <summary>Presents the display with the contents of the next buffer in the sequence of back buffers owned by the device.</summary>
  897.       <param name="rectPresent">The <see cref="T:System.Drawing.Rectangle" /> to present.</param>
  898.       <param name="sourceRectangle">Set to true if a <see cref="T:System.Drawing.Rectangle" /> is being passed to the <see cref="M:Microsoft.DirectX.Direct3D.Device.Present" /> parameter; otherwise, false.</param>
  899.       <returns />
  900.     </member>
  901.     <member name="M:Microsoft.DirectX.Direct3D.Device.Present(System.Drawing.Rectangle,System.Windows.Forms.Control,System.Boolean)">
  902.       <summary>Presents the display with the contents of the next buffer in the sequence of back buffers owned by the device.</summary>
  903.       <param name="rectPresent">The <see cref="T:System.Drawing.Rectangle" /> to present.</param>
  904.       <param name="overrideWindow">Pointer to a destination window whose client area is taken as the target for this presentation. If this parameter is omitted, <see cref="T:Microsoft.DirectX.Direct3D.PresentParameters" />.<see cref="P:Microsoft.DirectX.Direct3D.PresentParameters.DeviceWindow" /> is taken.</param>
  905.       <param name="sourceRectangle">Set to true if a <see cref="T:System.Drawing.Rectangle" /> is being passed to the <see cref="M:Microsoft.DirectX.Direct3D.Device.Present" /> parameter; otherwise, false.</param>
  906.       <returns />
  907.     </member>
  908.     <member name="M:Microsoft.DirectX.Direct3D.Device.Present(System.Windows.Forms.Control)">
  909.       <summary>Presents the display with the contents of the next buffer in the sequence of back buffers owned by the device.</summary>
  910.       <param name="overrideWindow">Pointer to a destination window whose client area is taken as the target for this presentation. If this parameter is omitted, <see cref="T:Microsoft.DirectX.Direct3D.PresentParameters" />.<see cref="P:Microsoft.DirectX.Direct3D.PresentParameters.DeviceWindow" /> is taken.</param>
  911.       <returns />
  912.     </member>
  913.     <member name="M:Microsoft.DirectX.Direct3D.Device.Present">
  914.       <summary>Presents the display with the contents of the next buffer in the sequence of back buffers owned by the device.</summary>
  915.       <returns />
  916.     </member>
  917.     <member name="M:Microsoft.DirectX.Direct3D.Device.Present(System.Drawing.Rectangle,System.Drawing.Rectangle,System.Windows.Forms.Control)">
  918.       <summary>Presents the display with the contents of the next buffer in the sequence of back buffers owned by the device.</summary>
  919.       <param name="sourceRectangle">A <see cref="T:System.Drawing.Rectangle" /> that contains the source rectangle. If the rectangle exceeds the source surface, it is clipped to the source surface. This parameter can be used only if the swap chain was created with <see cref="F:Microsoft.DirectX.Direct3D.SwapEffect.Copy" />.</param>
  920.       <param name="destRectangle">A <see cref="T:System.Drawing.Rectangle" /> that contains the destination rectangle. This parameter can be used only if the swap chain was created with <see cref="F:Microsoft.DirectX.Direct3D.SwapEffect.Copy" />.</param>
  921.       <param name="overrideWindow">Pointer to a destination window whose client area is taken as the target for this presentation. If this parameter is omitted, <see cref="T:Microsoft.DirectX.Direct3D.PresentParameters" />.<see cref="P:Microsoft.DirectX.Direct3D.PresentParameters.DeviceWindow" /> is taken.</param>
  922.       <returns />
  923.     </member>
  924.     <member name="M:Microsoft.DirectX.Direct3D.Device.ProcessVertices(System.Int32,System.Int32,System.Int32,Microsoft.DirectX.Direct3D.VertexBuffer,Microsoft.DirectX.Direct3D.VertexDeclaration)">
  925.       <summary>Applies the vertex processing defined by the vertex shader to the set of input data streams, generating a single stream of interleaved vertex data to the destination vertex buffer.</summary>
  926.       <param name="srcStartIndex">Index of first vertex to load.</param>
  927.       <param name="destIndex">Index of first vertex in the destination vertex buffer into which the results are placed.</param>
  928.       <param name="vertexCount">Number of vertices to process.</param>
  929.       <param name="destBuffer">A <see cref="T:Microsoft.DirectX.Direct3D.VertexBuffer" /> class; the destination vertex buffer that represents the stream of interleaved vertex data.</param>
  930.       <param name="vertexDeclaration">A <see cref="T:Microsoft.DirectX.Direct3D.VertexDeclaration" /> class that represents the output vertex data declaration. When vertex shader 3.0 or later is set as the current vertex shader, the output vertex declaration must be present.</param>
  931.       <returns />
  932.     </member>
  933.     <member name="M:Microsoft.DirectX.Direct3D.Device.ProcessVertices(System.Int32,System.Int32,System.Int32,Microsoft.DirectX.Direct3D.VertexBuffer,Microsoft.DirectX.Direct3D.VertexDeclaration,System.Boolean)">
  934.       <summary>Applies the vertex processing defined by the vertex shader to the set of input data streams, generating a single stream of interleaved vertex data to the destination vertex buffer.</summary>
  935.       <param name="srcStartIndex">Index of first vertex to load.</param>
  936.       <param name="destIndex">Index of first vertex in the destination vertex buffer into which the results are placed.</param>
  937.       <param name="vertexCount">Number of vertices to process.</param>
  938.       <param name="destBuffer">A <see cref="T:Microsoft.DirectX.Direct3D.VertexBuffer" /> class; the destination vertex buffer that represents the stream of interleaved vertex data.</param>
  939.       <param name="vertexDeclaration">A <see cref="T:Microsoft.DirectX.Direct3D.VertexDeclaration" /> class that represents the output vertex data declaration. When vertex shader 3.0 or later is set as the current vertex shader, the output vertex declaration must be present.</param>
  940.       <param name="copyData">Set to true for default processing. Set to false to prevent the system from copying vertex data not affected by the vertex operation into the destination buffer.</param>
  941.       <returns />
  942.     </member>
  943.     <member name="M:Microsoft.DirectX.Direct3D.Device.raise_DeviceLost(System.Object,System.EventArgs)">
  944.       <summary>Raises a <see cref="T:Microsoft.DirectX.Direct3D.Device" />.<see cref="E:Microsoft.DirectX.Direct3D.Device.DeviceLost" /> event when called from within a derived class.</summary>
  945.       <param name="i1">Invoking object reference; should be this object.</param>
  946.       <param name="i2">Arguments to pass into the event handler.</param>
  947.       <returns />
  948.     </member>
  949.     <member name="M:Microsoft.DirectX.Direct3D.Device.raise_DeviceReset(System.Object,System.EventArgs)">
  950.       <summary>Raises a <see cref="T:Microsoft.DirectX.Direct3D.Device" />.<see cref="E:Microsoft.DirectX.Direct3D.Device.DeviceReset" /> event when called from within a derived class.</summary>
  951.       <param name="i1">Invoking object reference; should be this object.</param>
  952.       <param name="i2">Arguments to pass into the event handler.</param>
  953.       <returns />
  954.     </member>
  955.     <member name="M:Microsoft.DirectX.Direct3D.Device.raise_DeviceResizing(System.Object,System.ComponentModel.CancelEventArgs)">
  956.       <summary>Raises a <see cref="T:Microsoft.DirectX.Direct3D.Device" />.<see cref="E:Microsoft.DirectX.Direct3D.Device.DeviceResizing" /> event when called from within a derived class.</summary>
  957.       <param name="i1">Invoking object reference; should be this object.</param>
  958.       <param name="i2" />
  959.       <returns />
  960.     </member>
  961.     <member name="M:Microsoft.DirectX.Direct3D.Device.raise_Disposing(System.Object,System.EventArgs)">
  962.       <summary>Raises the <see cref="E:Microsoft.DirectX.Direct3D.Device.Disposing" /> event when called from within a derived class.</summary>
  963.       <param name="i1">Invoking object reference; should be this object.</param>
  964.       <param name="i2">Arguments to pass to the event handler.</param>
  965.       <returns />
  966.     </member>
  967.     <member name="M:Microsoft.DirectX.Direct3D.Device.Reset(Microsoft.DirectX.Direct3D.PresentParameters[])">
  968.       <summary>Resets the presentation parameters for the current device.</summary>
  969.       <param name="presentationParameters">[in, out] A <see cref="T:Microsoft.DirectX.Direct3D.PresentParameters" /> structure that describes the new presentation parameters. This value cannot be null.</param>
  970.       <returns />
  971.     </member>
  972.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetCursor(System.Windows.Forms.Cursor,System.Boolean)">
  973.       <summary>Sets the current cursor.</summary>
  974.       <param name="cursor">Handle to the cursor.</param>
  975.       <param name="addWaterMark">Set to true to add small grey characters that read "D3D" to the upper-left corner of the cursor image.</param>
  976.       <returns />
  977.     </member>
  978.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetCursorPosition(System.Int32,System.Int32,System.Boolean)">
  979.       <summary>Sets the cursor position and update options.</summary>
  980.       <param name="positionX">New X-position of the cursor in virtual desktop coordinates. See Remarks.</param>
  981.       <param name="positionY">New Y-position of the cursor in virtual desktop coordinates. See Remarks.</param>
  982.       <param name="updateImmediate">Set to true if the system guarantees that the cursor is updated at a minimum of half of the display refresh rate, but never more frequently than the display refresh rate. Set to false if the method delays cursor updates until the next <see cref="M:Microsoft.DirectX.Direct3D.Device.Present" /> call. Setting this parameter to false usually results in better performance. However, applications should use true if the rate of calls to <see cref="M:Microsoft.DirectX.Direct3D.Device.Present" /> is low enough that users would notice a significant delay in cursor motion. This flag has no effect in an application in windowed mode. Some video cards implement hardware color cursors; this flag does not affect these cards.</param>
  983.       <returns />
  984.     </member>
  985.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetCursorProperties(System.Int32,System.Int32,Microsoft.DirectX.Direct3D.Surface)">
  986.       <summary>Sets properties for the cursor.</summary>
  987.       <param name="hotSpotX">X-coordinate offset (in pixels) that marks the center of the cursor. The offset is relative to the upper-left corner of the cursor. When the cursor is given a new position, the image is drawn at an offset from the new position. The offset is determined by subtracting the hot spot coordinates from the position.</param>
  988.       <param name="hotSpotY">Y-coordinate offset (in pixels) that marks the center of the cursor. The offset is relative to the upper-left corner of the cursor. When the cursor is given a new position, the image is drawn at an offset from the new position. The offset is determined by subtracting the hot spot coordinates from the position.</param>
  989.       <param name="cursorBitmap">A <see cref="T:Microsoft.DirectX.Direct3D.Surface" /> object. This parameter must be an 8888 ARGB surface (format <see cref="F:Microsoft.DirectX.Direct3D.Format.A8R8G8B8" />). The contents of this surface are copied and potentially converted into an internal buffer from which the cursor is displayed. The dimensions of this surface must be less than the dimensions of the display mode, and must be a power of two in each direction, although not necessarily the same power of two. The alpha channel must be either 0.0 or 1.0.</param>
  990.       <returns />
  991.     </member>
  992.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetDialogBoxesEnabled(System.Boolean)">
  993.       <summary>Enables the use of Microsoft Windows Graphics Device Interface (GDI) dialog boxes in full-screen applications.</summary>
  994.       <param name="value">Set to true to enable Windows Graphics Device Interface (GDI) dialog boxes. Set to false to disable Windows Graphics Device Interface (GDI) dialog boxes.</param>
  995.       <returns />
  996.     </member>
  997.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetGammaRamp(System.Int32,System.Boolean,Microsoft.DirectX.Direct3D.GammaRamp)">
  998.       <summary>Sets the gamma correction ramp for the implicit swap chain.</summary>
  999.       <param name="swapChain">Unsigned integer that specifies the swap chain.</param>
  1000.       <param name="calibrate">Set to true to indicate that correction should be applied. Set to false to indicate that no gamma correction should be applied. The supplied gamma table is transferred directly to the device.</param>
  1001.       <param name="ramp">A <see cref="T:Microsoft.DirectX.Direct3D.GammaRamp" /> structure that represents the gamma correction ramp to set for the implicit swap chain.</param>
  1002.       <returns />
  1003.     </member>
  1004.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetPaletteEntries(System.Int32,Microsoft.DirectX.Direct3D.PaletteEntry[])">
  1005.       <summary>Sets palette entries.</summary>
  1006.       <param name="paletteNumber">Ordinal value that identifies the palette on which the operation is performed.</param>
  1007.       <param name="entries">Pointer to a <see cref="T:Microsoft.DirectX.Direct3D.PaletteEntry" /> structure that represents the palette entries to set. The number of <see cref="T:Microsoft.DirectX.Direct3D.PaletteEntry" /> structures passed into <see cref="M:Microsoft.DirectX.Direct3D.Device.SetPaletteEntries(System.Int32,Microsoft.DirectX.Direct3D.PaletteEntry[])" /> is assumed to be 256. See Remarks.</param>
  1008.       <returns />
  1009.     </member>
  1010.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetPixelShaderConstant(System.Int32,Microsoft.DirectX.Vector4)">
  1011.       <summary>Sets a pixel shader constant.</summary>
  1012.       <param name="startRegister">Register number that contains the first constant value.</param>
  1013.       <param name="constantData">A pointer to a <see cref="T:Microsoft.DirectX.Vector4" /> object that represents the constant data to set. Use this if your code block is marked unsafe.</param>
  1014.       <returns />
  1015.     </member>
  1016.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetPixelShaderConstant(System.Int32,Microsoft.DirectX.Matrix)">
  1017.       <summary>Sets a pixel shader constant.</summary>
  1018.       <param name="startRegister">Register number that contains the first constant value.</param>
  1019.       <param name="constantData">A pointer to a <see cref="T:Microsoft.DirectX.Matrix" /> object that represents the constant data to set. Use this if your code block is marked unsafe.</param>
  1020.       <returns />
  1021.     </member>
  1022.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetPixelShaderConstant(System.Int32,Microsoft.DirectX.Vector4)">
  1023.       <summary>Sets a pixel shader constant.</summary>
  1024.       <param name="startRegister">Register number that contains the first constant value.</param>
  1025.       <param name="constantData">A <see cref="T:Microsoft.DirectX.Vector4" /> object representing the constant data to set.</param>
  1026.       <returns />
  1027.     </member>
  1028.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetPixelShaderConstant(System.Int32,Microsoft.DirectX.Matrix)">
  1029.       <summary>Sets a pixel shader constant.</summary>
  1030.       <param name="startRegister">Register number that contains the first constant value.</param>
  1031.       <param name="constantData">A <see cref="T:Microsoft.DirectX.Matrix" /> object representing the constant data to set.</param>
  1032.       <returns />
  1033.     </member>
  1034.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetPixelShaderConstant(System.Int32,System.Boolean[])">
  1035.       <summary>Sets a pixel shader constant.</summary>
  1036.       <param name="startRegister">Register number that contains the first constant value.</param>
  1037.       <param name="constantData">Array of <see cref="T:System.Boolean" /> constants.</param>
  1038.       <returns />
  1039.     </member>
  1040.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetPixelShaderConstant(System.Int32,System.Int32[])">
  1041.       <summary>Sets a pixel shader constant.</summary>
  1042.       <param name="startRegister">Register number that contains the first constant value.</param>
  1043.       <param name="constantData">Array of <see cref="T:System.Int32" /> constants.</param>
  1044.       <returns />
  1045.     </member>
  1046.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetPixelShaderConstant(System.Int32,Microsoft.DirectX.Vector4[])">
  1047.       <summary>Sets a pixel shader constant.</summary>
  1048.       <param name="startRegister">Register number that contains the first constant value.</param>
  1049.       <param name="constantData">Array of <see cref="T:Microsoft.DirectX.Vector4" /> constants.</param>
  1050.       <returns />
  1051.     </member>
  1052.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetPixelShaderConstant(System.Int32,Microsoft.DirectX.Matrix[])">
  1053.       <summary>Sets a pixel shader constant.</summary>
  1054.       <param name="startRegister">Register number that contains the first constant value.</param>
  1055.       <param name="constantData">Array of <see cref="T:Microsoft.DirectX.Matrix" /> constants.</param>
  1056.       <returns />
  1057.     </member>
  1058.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetPixelShaderConstant(System.Int32,System.Single[])">
  1059.       <summary>Sets a pixel shader constant.</summary>
  1060.       <param name="startRegister">Register number that contains the first constant value.</param>
  1061.       <param name="constantData">Array of <see cref="T:System.Single" /> constants.</param>
  1062.       <returns />
  1063.     </member>
  1064.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetPixelShaderConstantBoolean(System.Int32,Microsoft.DirectX.GraphicsStream,System.Int32)">
  1065.       <summary>Sets Boolean shader constants.</summary>
  1066.       <param name="startRegister">Register number that will contain the first constant value.</param>
  1067.       <param name="constantData">A <see cref="T:Microsoft.DirectX.GraphicsStream" /> object that contains the shader constants to set.</param>
  1068.       <param name="numberRegisters">Number of constants contained within <see cref="M:Microsoft.DirectX.Direct3D.Device.SetPixelShaderConstantBoolean(System.Int32,Microsoft.DirectX.GraphicsStream,System.Int32)" />.</param>
  1069.       <returns />
  1070.     </member>
  1071.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetPixelShaderConstantInt32(System.Int32,Microsoft.DirectX.GraphicsStream,System.Int32)">
  1072.       <summary>Sets integer shader constants.</summary>
  1073.       <param name="startRegister">Register number that will contain the first constant value.</param>
  1074.       <param name="constantData">A <see cref="T:Microsoft.DirectX.GraphicsStream" /> object that contains the shader constants to set.</param>
  1075.       <param name="numberRegisters">Number of constants contained within <see cref="M:Microsoft.DirectX.Direct3D.Device.SetPixelShaderConstantInt32(System.Int32,Microsoft.DirectX.GraphicsStream,System.Int32)" />.</param>
  1076.       <returns />
  1077.     </member>
  1078.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetPixelShaderConstantSingle(System.Int32,Microsoft.DirectX.GraphicsStream,System.Int32)">
  1079.       <summary>Sets floating-point shader constants.</summary>
  1080.       <param name="startRegister">Register number that will contain the first constant value.</param>
  1081.       <param name="constantData">A <see cref="T:Microsoft.DirectX.GraphicsStream" /> object that contains the shader constants to set.</param>
  1082.       <param name="numberRegisters">Number of constants contained within <see cref="M:Microsoft.DirectX.Direct3D.Device.SetPixelShaderConstantSingle(System.Int32,Microsoft.DirectX.GraphicsStream,System.Int32)" />.</param>
  1083.       <returns />
  1084.     </member>
  1085.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetRenderState(Microsoft.DirectX.Direct3D.RenderStates,System.Single)">
  1086.       <summary>Sets a render state value.</summary>
  1087.       <param name="state">A member from the <see cref="T:Microsoft.DirectX.Direct3D.RenderStates" /> enumeration that represents the render state value to set.</param>
  1088.       <param name="value">A floating-point render state value to set.</param>
  1089.       <returns />
  1090.     </member>
  1091.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetRenderState(Microsoft.DirectX.Direct3D.RenderStates,System.Boolean)">
  1092.       <summary>Sets a render state value.</summary>
  1093.       <param name="state">A member from the <see cref="T:Microsoft.DirectX.Direct3D.RenderStates" /> enumeration that represents the render state value to set.</param>
  1094.       <param name="value">A Boolean render state value to set.</param>
  1095.       <returns />
  1096.     </member>
  1097.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetRenderState(Microsoft.DirectX.Direct3D.RenderStates,System.Int32)">
  1098.       <summary>Sets a render state value.</summary>
  1099.       <param name="state">A member from the <see cref="T:Microsoft.DirectX.Direct3D.RenderStates" /> enumeration that represents the render state value to set.</param>
  1100.       <param name="value">An integer render state value to set.</param>
  1101.       <returns />
  1102.     </member>
  1103.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetRenderTarget(System.Int32,Microsoft.DirectX.Direct3D.Surface)">
  1104.       <summary>Sets a new color buffer for a device.</summary>
  1105.       <param name="renderTargetIndex">Index of the render target. See Remarks.</param>
  1106.       <param name="renderTarget">New color buffer. If set to null, the color buffer for the corresponding <see cref="M:Microsoft.DirectX.Direct3D.Device.SetRenderTarget(System.Int32,Microsoft.DirectX.Direct3D.Surface)" /> is disabled. Devices must always be associated with a color buffer. The new render-target surface must have at least <see cref="F:Microsoft.DirectX.Direct3D.Usage.RenderTarget" /> specified.</param>
  1107.       <returns />
  1108.     </member>
  1109.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetSamplerState(System.Int32,Microsoft.DirectX.Direct3D.SamplerStageStates,System.Single)">
  1110.       <summary>Sets a sampler stage state value.</summary>
  1111.       <param name="stage">Index value of the sampler stage to set.</param>
  1112.       <param name="state">A member from the <see cref="T:Microsoft.DirectX.Direct3D.SamplerStageStates" /> enumeration that represents the sampler stage state value to set.</param>
  1113.       <param name="value">A floating-point value to set for the given sampler stage state.</param>
  1114.       <returns />
  1115.     </member>
  1116.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetSamplerState(System.Int32,Microsoft.DirectX.Direct3D.SamplerStageStates,System.Boolean)">
  1117.       <summary>Sets a sampler stage state value.</summary>
  1118.       <param name="stage">Index value of the sampler stage to set.</param>
  1119.       <param name="state">A member from the <see cref="T:Microsoft.DirectX.Direct3D.SamplerStageStates" /> enumeration that represents the sampler stage state value to set.</param>
  1120.       <param name="value">A Boolean value to set for the given sampler stage state.</param>
  1121.       <returns />
  1122.     </member>
  1123.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetSamplerState(System.Int32,Microsoft.DirectX.Direct3D.SamplerStageStates,System.Int32)">
  1124.       <summary>Sets a sampler stage state value.</summary>
  1125.       <param name="stage">Index value of the sampler stage to set.</param>
  1126.       <param name="state">A member from the <see cref="T:Microsoft.DirectX.Direct3D.SamplerStageStates" /> enumeration that represents the sampler stage state value to set.</param>
  1127.       <param name="value">An integer value to set for the given sampler stage state.</param>
  1128.       <returns />
  1129.     </member>
  1130.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetStreamSource(System.Int32,Microsoft.DirectX.Direct3D.VertexBuffer,System.Int32)">
  1131.       <summary>Binds a vertex buffer to a device data stream.</summary>
  1132.       <param name="streamNumber">Data stream in the range of 0 to the maximum number of streams -1.</param>
  1133.       <param name="streamData">Pointer to a <see cref="T:Microsoft.DirectX.Direct3D.VertexBuffer" /> class that represents the vertex buffer to bind to the specified data stream.</param>
  1134.       <param name="offsetInBytes">Offset from the beginning of the stream to the beginning of the vertex data, in bytes. To determine whether the device supports stream offsets, see <see cref="P:Microsoft.DirectX.Direct3D.DeviceCaps.SupportsStreamOffset" />.</param>
  1135.       <returns />
  1136.     </member>
  1137.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetStreamSource(System.Int32,Microsoft.DirectX.Direct3D.VertexBuffer,System.Int32,System.Int32)">
  1138.       <summary>Binds a vertex buffer to a device data stream.</summary>
  1139.       <param name="streamNumber">Data stream in the range of 0 to the maximum number of streams -1.</param>
  1140.       <param name="streamData">Pointer to a <see cref="T:Microsoft.DirectX.Direct3D.VertexBuffer" /> class that represents the vertex buffer to bind to the specified data stream.</param>
  1141.       <param name="offsetInBytes">Offset from the beginning of the stream to the beginning of the vertex data, in bytes. To determine whether the device supports stream offsets, see <see cref="P:Microsoft.DirectX.Direct3D.DeviceCaps.SupportsStreamOffset" />.</param>
  1142.       <param name="stride">Stride of the component, in bytes. See Remarks.</param>
  1143.       <returns />
  1144.     </member>
  1145.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetStreamSourceFrequency(System.Int32,System.Int32)">
  1146.       <summary>Sets the stream source frequency divider value.</summary>
  1147.       <param name="streamNumber">Stream source number.</param>
  1148.       <param name="divider">Frequency divider value.</param>
  1149.       <returns />
  1150.     </member>
  1151.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetTexture(System.Int32,Microsoft.DirectX.Direct3D.BaseTexture)">
  1152.       <summary>Assigns a texture to a device stage.</summary>
  1153.       <param name="stage">Index value for the device stage.</param>
  1154.       <param name="texture">A <see cref="T:Microsoft.DirectX.Direct3D.BaseTexture" /> object that represents the texture being set.</param>
  1155.       <returns />
  1156.     </member>
  1157.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetTextureStageState(System.Int32,Microsoft.DirectX.Direct3D.TextureStageStates,System.Single)">
  1158.       <summary>Sets a texture stage state value.</summary>
  1159.       <param name="stage">Index value of the texture stage to set.</param>
  1160.       <param name="state">A member from the <see cref="T:Microsoft.DirectX.Direct3D.TextureStageStates" /> enumeration that represents the texture stage state value to set.</param>
  1161.       <param name="value">A floating-point value to set for the given texture stage state.</param>
  1162.       <returns />
  1163.     </member>
  1164.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetTextureStageState(System.Int32,Microsoft.DirectX.Direct3D.TextureStageStates,System.Boolean)">
  1165.       <summary>Sets a texture stage state value.</summary>
  1166.       <param name="stage">Index value of the texture stage to set.</param>
  1167.       <param name="state">A member from the <see cref="T:Microsoft.DirectX.Direct3D.TextureStageStates" /> enumeration that represents the texture stage state value to set.</param>
  1168.       <param name="value">A Boolean value to set for the given texture stage state.</param>
  1169.       <returns />
  1170.     </member>
  1171.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetTextureStageState(System.Int32,Microsoft.DirectX.Direct3D.TextureStageStates,System.Int32)">
  1172.       <summary>Sets a texture stage state value.</summary>
  1173.       <param name="stage">Index value of the texture stage to set.</param>
  1174.       <param name="state">A member from the <see cref="T:Microsoft.DirectX.Direct3D.TextureStageStates" /> enumeration that represents the texture stage state value to set.</param>
  1175.       <param name="value">An integer value to set for the given texture stage state.</param>
  1176.       <returns />
  1177.     </member>
  1178.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetTransform(Microsoft.DirectX.Direct3D.TransformType,Microsoft.DirectX.Matrix)">
  1179.       <summary>Sets a single device transform.</summary>
  1180.       <param name="state">Type of transform that is being modified; can be any member of the <see cref="T:Microsoft.DirectX.Direct3D.TransformType" /> enumerated type.</param>
  1181.       <param name="matrix">A <see cref="T:Microsoft.DirectX.Matrix" /> structure that modifies the current transform.</param>
  1182.       <returns />
  1183.     </member>
  1184.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetVertexShaderConstant(System.Int32,Microsoft.DirectX.Vector4)">
  1185.       <summary>Sets a vertex shader constant.</summary>
  1186.       <param name="startRegister">Register number that contains the first constant value.</param>
  1187.       <param name="constantData">A pointer to a <see cref="T:Microsoft.DirectX.Vector4" /> object that represents the constant data to set. Use this if your code block is marked unsafe.</param>
  1188.       <returns />
  1189.     </member>
  1190.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetVertexShaderConstant(System.Int32,Microsoft.DirectX.Matrix)">
  1191.       <summary>Sets a vertex shader constant.</summary>
  1192.       <param name="startRegister">Register number that contains the first constant value.</param>
  1193.       <param name="constantData">A pointer to a <see cref="T:Microsoft.DirectX.Matrix" /> object that represents the constant data to set. Use this if your code block is marked unsafe.</param>
  1194.       <returns />
  1195.     </member>
  1196.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetVertexShaderConstant(System.Int32,Microsoft.DirectX.Vector4)">
  1197.       <summary>Sets a vertex shader constant.</summary>
  1198.       <param name="startRegister">Register number that contains the first constant value.</param>
  1199.       <param name="constantData">A <see cref="T:Microsoft.DirectX.Vector4" /> object representing the constant data to set.</param>
  1200.       <returns />
  1201.     </member>
  1202.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetVertexShaderConstant(System.Int32,Microsoft.DirectX.Matrix)">
  1203.       <summary>Sets a vertex shader constant.</summary>
  1204.       <param name="startRegister">Register number that contains the first constant value.</param>
  1205.       <param name="constantData">A <see cref="T:Microsoft.DirectX.Matrix" /> object representing the constant data to set.</param>
  1206.       <returns />
  1207.     </member>
  1208.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetVertexShaderConstant(System.Int32,System.Boolean[])">
  1209.       <summary>Sets a vertex shader constant.</summary>
  1210.       <param name="startRegister">Register number that contains the first constant value.</param>
  1211.       <param name="constantData">Array of <see cref="T:System.Boolean" /> constants.</param>
  1212.       <returns />
  1213.     </member>
  1214.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetVertexShaderConstant(System.Int32,System.Int32[])">
  1215.       <summary>Sets a vertex shader constant.</summary>
  1216.       <param name="startRegister">Register number that contains the first constant value.</param>
  1217.       <param name="constantData">Array of <see cref="T:System.Int32" /> constants.</param>
  1218.       <returns />
  1219.     </member>
  1220.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetVertexShaderConstant(System.Int32,Microsoft.DirectX.Vector4[])">
  1221.       <summary>Sets a vertex shader constant.</summary>
  1222.       <param name="startRegister">Register number that contains the first constant value.</param>
  1223.       <param name="constantData">Array of <see cref="T:Microsoft.DirectX.Vector4" /> constants.</param>
  1224.       <returns />
  1225.     </member>
  1226.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetVertexShaderConstant(System.Int32,Microsoft.DirectX.Matrix[])">
  1227.       <summary>Sets a vertex shader constant.</summary>
  1228.       <param name="startRegister">Register number that contains the first constant value.</param>
  1229.       <param name="constantData">Array of <see cref="T:Microsoft.DirectX.Matrix" /> constants.</param>
  1230.       <returns />
  1231.     </member>
  1232.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetVertexShaderConstant(System.Int32,System.Single[])">
  1233.       <summary>Sets a vertex shader constant.</summary>
  1234.       <param name="startRegister">Register number that contains the first constant value.</param>
  1235.       <param name="constantData">Array of <see cref="T:System.Single" /> constants.</param>
  1236.       <returns />
  1237.     </member>
  1238.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetVertexShaderConstantBoolean(System.Int32,Microsoft.DirectX.GraphicsStream,System.Int32)">
  1239.       <summary>Sets Boolean vertex shader constants.</summary>
  1240.       <param name="startRegister">Register number that will contain the first constant value.</param>
  1241.       <param name="constantData">A <see cref="T:Microsoft.DirectX.GraphicsStream" /> object that contains the shader constants to set.</param>
  1242.       <param name="numberRegisters">Number of constants contained within <see cref="M:Microsoft.DirectX.Direct3D.Device.SetVertexShaderConstantBoolean(System.Int32,Microsoft.DirectX.GraphicsStream,System.Int32)" />.</param>
  1243.       <returns />
  1244.     </member>
  1245.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetVertexShaderConstantInt32(System.Int32,Microsoft.DirectX.GraphicsStream,System.Int32)">
  1246.       <summary>Sets integer vertex shader constants.</summary>
  1247.       <param name="startRegister">Register number that will contain the first constant value.</param>
  1248.       <param name="constantData">A <see cref="T:Microsoft.DirectX.GraphicsStream" /> object that contains the shader constants to set.</param>
  1249.       <param name="numberRegisters">Number of constants contained within <see cref="M:Microsoft.DirectX.Direct3D.Device.SetVertexShaderConstantInt32(System.Int32,Microsoft.DirectX.GraphicsStream,System.Int32)" />.</param>
  1250.       <returns />
  1251.     </member>
  1252.     <member name="M:Microsoft.DirectX.Direct3D.Device.SetVertexShaderConstantSingle(System.Int32,Microsoft.DirectX.GraphicsStream,System.Int32)">
  1253.       <summary>Sets floating-point vertex shader constants.</summary>
  1254.       <param name="startRegister">Register number that will contain the first constant value.</param>
  1255.       <param name="constantData">A <see cref="T:Microsoft.DirectX.GraphicsStream" /> object that contains the shader constants to set.</param>
  1256.       <param name="numberRegisters">Number of constants contained within <see cref="M:Microsoft.DirectX.Direct3D.Device.SetVertexShaderConstantSingle(System.Int32,Microsoft.DirectX.GraphicsStream,System.Int32)" />.</param>
  1257.       <returns />
  1258.     </member>
  1259.     <member name="M:Microsoft.DirectX.Direct3D.Device.ShowCursor(System.Boolean)">
  1260.       <summary>Displays or hides the cursor.</summary>
  1261.       <param name="canShow">Set to true if the cursor is shown. Set to false if the cursor is hidden.</param>
  1262.       <returns>Value that indicates whether the cursor was previously visible. If set to true, the cursor was visible; if set to false, it was not.</returns>
  1263.     </member>
  1264.     <member name="M:Microsoft.DirectX.Direct3D.Device.StretchRectangle(Microsoft.DirectX.Direct3D.Surface,System.Drawing.Rectangle,Microsoft.DirectX.Direct3D.Surface,System.Drawing.Rectangle,Microsoft.DirectX.Direct3D.TextureFilter)">
  1265.       <summary>Copies the contents of the source rectangle to the destination rectangle.</summary>
  1266.       <param name="sourceSurface">A <see cref="T:Microsoft.DirectX.Direct3D.Surface" /> object that represents the source surface.</param>
  1267.       <param name="sourceRectangle">A <see cref="T:System.Drawing.Rectangle" /> object that represents the source rectangle. If set to null, the entire source surface is used.</param>
  1268.       <param name="destSurface">A <see cref="T:Microsoft.DirectX.Direct3D.Surface" /> object that represents the destination surface.</param>
  1269.       <param name="destRectangle">A <see cref="T:System.Drawing.Rectangle" /> object that represents the destination rectangle. If set to null, the entire destination surface is used.</param>
  1270.       <param name="filter">Filter type. Allowable values are <see cref="F:Microsoft.DirectX.Direct3D.TextureFilter.None" />, <see cref="F:Microsoft.DirectX.Direct3D.TextureFilter.Point" />, or <see cref="F:Microsoft.DirectX.Direct3D.TextureFilter.Linear" />. For more information, see <see cref="T:Microsoft.DirectX.Direct3D.TextureFilter" />.</param>
  1271.       <returns />
  1272.     </member>
  1273.     <member name="M:Microsoft.DirectX.Direct3D.Device.TestCooperativeLevel">
  1274.       <summary>Reports the current cooperative-level status of the Microsoft Direct3D device for a windowed or full-screen application.</summary>
  1275.       <returns />
  1276.     </member>
  1277.     <member name="M:Microsoft.DirectX.Direct3D.Device.UpdateSurface(Microsoft.DirectX.Direct3D.Surface,Microsoft.DirectX.Direct3D.Surface)">
  1278.       <summary>Copies rectangular subsets of pixels from one surface to another.</summary>
  1279.       <param name="sourceSurface">A <see cref="T:Microsoft.DirectX.Direct3D.Surface" /> object that represents the source surface; must point to a surface other than <see cref="M:Microsoft.DirectX.Direct3D.Device.UpdateSurface" />.</param>
  1280.       <param name="destinationSurface">A <see cref="T:Microsoft.DirectX.Direct3D.Surface" /> object that represents the destination surface.</param>
  1281.       <returns />
  1282.     </member>
  1283.     <member name="M:Microsoft.DirectX.Direct3D.Device.UpdateSurface(Microsoft.DirectX.Direct3D.Surface,Microsoft.DirectX.Direct3D.Surface,System.Drawing.Point)">
  1284.       <summary>Copies rectangular subsets of pixels from one surface to another.</summary>
  1285.       <param name="sourceSurface">A <see cref="T:Microsoft.DirectX.Direct3D.Surface" /> object that represents the source surface; must point to a surface other than <see cref="M:Microsoft.DirectX.Direct3D.Device.UpdateSurface" />.</param>
  1286.       <param name="destinationSurface">A <see cref="T:Microsoft.DirectX.Direct3D.Surface" /> object that represents the destination surface.</param>
  1287.       <param name="destPoint">A <see cref="T:System.Drawing.Point" /> object that represents the upper-left corner of the destination rectangle. Specifying null for this parameter causes the entire surface to be copied.</param>
  1288.       <returns />
  1289.     </member>
  1290.     <member name="M:Microsoft.DirectX.Direct3D.Device.UpdateSurface(Microsoft.DirectX.Direct3D.Surface,System.Drawing.Rectangle,Microsoft.DirectX.Direct3D.Surface)">
  1291.       <summary>Copies rectangular subsets of pixels from one surface to another.</summary>
  1292.       <param name="sourceSurface">A <see cref="T:Microsoft.DirectX.Direct3D.Surface" /> object that represents the source surface; must point to a surface other than <see cref="M:Microsoft.DirectX.Direct3D.Device.UpdateSurface" />.</param>
  1293.       <param name="sourceRect">A <see cref="T:System.Drawing.Rectangle" /> object that represents the rectangle on the source surface. Specifying null for this parameter causes the entire surface to be copied.</param>
  1294.       <param name="destinationSurface">A <see cref="T:Microsoft.DirectX.Direct3D.Surface" /> object that represents the destination surface.</param>
  1295.       <returns />
  1296.     </member>
  1297.     <member name="M:Microsoft.DirectX.Direct3D.Device.UpdateSurface(Microsoft.DirectX.Direct3D.Surface,System.Drawing.Rectangle,Microsoft.DirectX.Direct3D.Surface,System.Drawing.Point)">
  1298.       <summary>Copies rectangular subsets of pixels from one surface to another.</summary>
  1299.       <param name="sourceSurface">A <see cref="T:Microsoft.DirectX.Direct3D.Surface" /> object that represents the source surface; must point to a surface other than <see cref="M:Microsoft.DirectX.Direct3D.Device.UpdateSurface" />.</param>
  1300.       <param name="sourceRect">A <see cref="T:System.Drawing.Rectangle" /> object that represents the rectangle on the source surface. Specifying null for this parameter causes the entire surface to be copied.</param>
  1301.       <param name="destinationSurface">A <see cref="T:Microsoft.DirectX.Direct3D.Surface" /> object that represents the destination surface.</param>
  1302.       <param name="destPoint">A <see cref="T:System.Drawing.Point" /> object that represents the upper-left corner of the destination rectangle. Specifying null for this parameter causes the entire surface to be copied.</param>
  1303.       <returns />
  1304.     </member>
  1305.     <member name="M:Microsoft.DirectX.Direct3D.Device.UpdateTexture(Microsoft.DirectX.Direct3D.BaseTexture,Microsoft.DirectX.Direct3D.BaseTexture)">
  1306.       <summary>Updates the dirty portions of a texture.</summary>
  1307.       <param name="sourceTexture">A <see cref="T:Microsoft.DirectX.Direct3D.BaseTexture" /> object that represents the source texture, which must be in system memory (<see cref="F:Microsoft.DirectX.Direct3D.Pool.Pool.SystemMemory" />).</param>
  1308.       <param name="destinationTexture">A <see cref="T:Microsoft.DirectX.Direct3D.BaseTexture" /> object that represents the destination texture, which must be in the default memory pool (<see cref="F:Microsoft.DirectX.Direct3D.Pool.Pool.Default" />).</param>
  1309.       <returns />
  1310.     </member>
  1311.     <member name="M:Microsoft.DirectX.Direct3D.Device.UpdateUnmanagedPointer(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DDevice9)">
  1312.       <summary>Updates the unmanaged pointer for this <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object. This method supports the Microsoft .NET Framework infrastructure and is not intended to be used directly in your code.</summary>
  1313.       <param name="pInterface">Pointer to the <see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DDevice9" /> structure used to update the unmanaged pointer for this <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object.</param>
  1314.       <returns />
  1315.     </member>
  1316.     <member name="M:Microsoft.DirectX.Direct3D.Device.ValidateDevice">
  1317.       <summary>Reports the device's ability to render the current texture-blending operations and arguments in a single pass.</summary>
  1318.       <returns>A <see cref="T:Microsoft.DirectX.Direct3D.ValidateDeviceParams" /> object that provides the number of passes and the result code of the validation check.</returns>
  1319.     </member>
  1320.     <member name="P:Microsoft.DirectX.Direct3D.Device.AvailableTextureMemory">
  1321.       <summary>Retrieves an estimate of the amount of available texture memory.</summary>
  1322.     </member>
  1323.     <member name="P:Microsoft.DirectX.Direct3D.Device.ClipPlanes">
  1324.       <summary>Retrieves the clipping planes on the current device.</summary>
  1325.     </member>
  1326.     <member name="P:Microsoft.DirectX.Direct3D.Device.ClipStatus">
  1327.       <summary>Retrieves or sets a <see cref="T:Microsoft.DirectX.Direct3D.ClipStatus" /> object.</summary>
  1328.     </member>
  1329.     <member name="P:Microsoft.DirectX.Direct3D.Device.CreationParameters">
  1330.       <summary>Retrieves the creation parameters of the device.</summary>
  1331.     </member>
  1332.     <member name="P:Microsoft.DirectX.Direct3D.Device.CurrentTexturePalette">
  1333.       <summary>Retrieves or sets the current texture palette.</summary>
  1334.     </member>
  1335.     <member name="P:Microsoft.DirectX.Direct3D.Device.DepthStencilSurface">
  1336.       <summary>Retrieves or sets the depth stencil surface owned by the <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object.</summary>
  1337.     </member>
  1338.     <member name="P:Microsoft.DirectX.Direct3D.Device.DeviceCaps">
  1339.       <summary>Retrieves the capabilities of the rendering device.</summary>
  1340.     </member>
  1341.     <member name="P:Microsoft.DirectX.Direct3D.Device.DisplayMode">
  1342.       <summary>Retrieves the display mode's spatial resolution, color resolution, and refresh frequency.</summary>
  1343.     </member>
  1344.     <member name="P:Microsoft.DirectX.Direct3D.Device.Disposed">
  1345.       <summary>Gets a value that indicates whether the object is disposed.</summary>
  1346.     </member>
  1347.     <member name="P:Microsoft.DirectX.Direct3D.Device.Indices">
  1348.       <summary>Retrieves or sets index data.</summary>
  1349.     </member>
  1350.     <member name="P:Microsoft.DirectX.Direct3D.Device.IsUsingEventHandlers">
  1351.       <summary>Retrieves or sets a value that indicates whether the device should use event handlers.</summary>
  1352.     </member>
  1353.     <member name="P:Microsoft.DirectX.Direct3D.Device.Lights">
  1354.       <summary>Retrieves the <see cref="T:Microsoft.DirectX.Direct3D.LightsCollection" /> collection on the current device.</summary>
  1355.     </member>
  1356.     <member name="P:Microsoft.DirectX.Direct3D.Device.Material">
  1357.       <summary>Retrieves or sets the current material properties for the device.</summary>
  1358.     </member>
  1359.     <member name="P:Microsoft.DirectX.Direct3D.Device.NPatchMode">
  1360.       <summary>Retrieves or sets the N-patch mode segments.</summary>
  1361.     </member>
  1362.     <member name="P:Microsoft.DirectX.Direct3D.Device.NumberOfSwapChains">
  1363.       <summary>Retrieves the number of implicit swap chains.</summary>
  1364.     </member>
  1365.     <member name="P:Microsoft.DirectX.Direct3D.Device.PixelShader">
  1366.       <summary>Retrieves or sets the current pixel shader.</summary>
  1367.     </member>
  1368.     <member name="P:Microsoft.DirectX.Direct3D.Device.PresentationParameters">
  1369.       <summary>Retrieves presentation parameters for a device.</summary>
  1370.     </member>
  1371.     <member name="P:Microsoft.DirectX.Direct3D.Device.RasterStatus">
  1372.       <summary>Retrieves information that describes the raster of the monitor on which the swap chain is presented.</summary>
  1373.     </member>
  1374.     <member name="P:Microsoft.DirectX.Direct3D.Device.RenderState">
  1375.       <summary>Retrieves a render-state value for a device.</summary>
  1376.     </member>
  1377.     <member name="P:Microsoft.DirectX.Direct3D.Device.SamplerState">
  1378.       <summary>Retrieves a device's sampler states.</summary>
  1379.     </member>
  1380.     <member name="P:Microsoft.DirectX.Direct3D.Device.ScissorRectangle">
  1381.       <summary>Retrieves or sets the scissor rectangle.</summary>
  1382.     </member>
  1383.     <member name="P:Microsoft.DirectX.Direct3D.Device.SoftwareVertexProcessing">
  1384.       <summary>Retrieves or sets the vertex processing mode.</summary>
  1385.     </member>
  1386.     <member name="P:Microsoft.DirectX.Direct3D.Device.TextureState">
  1387.       <summary>Retrieves a state value for an assigned texture.</summary>
  1388.     </member>
  1389.     <member name="P:Microsoft.DirectX.Direct3D.Device.Transform">
  1390.       <summary>Retrieves a matrix that describes a transformation state.</summary>
  1391.     </member>
  1392.     <member name="P:Microsoft.DirectX.Direct3D.Device.UnmanagedComPointer">
  1393.       <summary>Returns the unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DDevice9" /> interface pointer.</summary>
  1394.     </member>
  1395.     <member name="P:Microsoft.DirectX.Direct3D.Device.VertexDeclaration">
  1396.       <summary>Retrieves or sets a vertex shader declaration.</summary>
  1397.     </member>
  1398.     <member name="P:Microsoft.DirectX.Direct3D.Device.VertexFormat">
  1399.       <summary>Retrieves or sets the supported flexible vertex formats.</summary>
  1400.     </member>
  1401.     <member name="P:Microsoft.DirectX.Direct3D.Device.VertexShader">
  1402.       <summary>Retrieves or sets the current vertex shader.</summary>
  1403.     </member>
  1404.     <member name="P:Microsoft.DirectX.Direct3D.Device.Viewport">
  1405.       <summary>Retrieves or sets the viewport parameters for the current device.</summary>
  1406.     </member>
  1407.     <member name="T:Microsoft.DirectX.Direct3D.DeviceLostException">
  1408.       <summary>The device has been lost but cannot be reset at this time. Therefore, rendering is not possible.</summary>
  1409.     </member>
  1410.     <member name="M:Microsoft.DirectX.Direct3D.DeviceLostException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  1411.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.DeviceLostException" /> class.</summary>
  1412.       <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds all of the data needed to serialize or deserialize the object.</param>
  1413.       <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that describes the source and destination serialized stream.</param>
  1414.     </member>
  1415.     <member name="M:Microsoft.DirectX.Direct3D.DeviceLostException.#ctor(System.String,System.Exception)">
  1416.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.DeviceLostException" /> class.</summary>
  1417.       <param name="message">String that contains the error message to display.</param>
  1418.       <param name="inner">An <see cref="T:System.Exception" /> object that represents errors that occur during application execution.</param>
  1419.     </member>
  1420.     <member name="M:Microsoft.DirectX.Direct3D.DeviceLostException.#ctor(System.String)">
  1421.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.DeviceLostException" /> class.</summary>
  1422.       <param name="message">String that contains the error message to display.</param>
  1423.     </member>
  1424.     <member name="M:Microsoft.DirectX.Direct3D.DeviceLostException.#ctor">
  1425.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.DeviceLostException" /> class.</summary>
  1426.     </member>
  1427.     <member name="T:Microsoft.DirectX.Direct3D.DeviceNotResetException">
  1428.       <summary>The device has been lost but can be reset at this time.</summary>
  1429.     </member>
  1430.     <member name="M:Microsoft.DirectX.Direct3D.DeviceNotResetException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  1431.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.DeviceNotResetException" /> class.</summary>
  1432.       <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds all of the data needed to serialize or deserialize the object.</param>
  1433.       <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that describes the source and destination serialized stream.</param>
  1434.     </member>
  1435.     <member name="M:Microsoft.DirectX.Direct3D.DeviceNotResetException.#ctor(System.String,System.Exception)">
  1436.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.DeviceNotResetException" /> class.</summary>
  1437.       <param name="message">String that contains the error message to display.</param>
  1438.       <param name="inner">An <see cref="T:System.Exception" /> object that represents errors that occur during application execution.</param>
  1439.     </member>
  1440.     <member name="M:Microsoft.DirectX.Direct3D.DeviceNotResetException.#ctor(System.String)">
  1441.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.DeviceNotResetException" /> class.</summary>
  1442.       <param name="message">String that contains the error message to display.</param>
  1443.     </member>
  1444.     <member name="M:Microsoft.DirectX.Direct3D.DeviceNotResetException.#ctor">
  1445.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.DeviceNotResetException" /> class.</summary>
  1446.     </member>
  1447.     <member name="T:Microsoft.DirectX.Direct3D.DisplayModeCollection">
  1448.       <summary>Manipulates a collection of <see cref="T:Microsoft.DirectX.Direct3D.DisplayMode" /> structures.</summary>
  1449.     </member>
  1450.     <member name="M:Microsoft.DirectX.Direct3D.DisplayModeCollection.Equals(System.Object)">
  1451.       <summary>Returns a value that indicates whether the current instance is equal to a specified object.</summary>
  1452.       <param name="compare">Object to compare to this object.</param>
  1453.       <returns>Returns true if the objects are the same; otherwise, false.</returns>
  1454.     </member>
  1455.     <member name="M:Microsoft.DirectX.Direct3D.DisplayModeCollection.GetEnumerator">
  1456.       <summary>Returns an enumerator that can iterate through the <see cref="T:Microsoft.DirectX.Direct3D.DisplayModeCollection" />.</summary>
  1457.       <returns>Enumerator that can iterate through the <see cref="T:Microsoft.DirectX.Direct3D.DisplayModeCollection" />.</returns>
  1458.     </member>
  1459.     <member name="M:Microsoft.DirectX.Direct3D.DisplayModeCollection.GetHashCode">
  1460.       <summary>Returns the hash code for the current instance.</summary>
  1461.       <returns>Hash code for the instance.</returns>
  1462.     </member>
  1463.     <member name="M:Microsoft.DirectX.Direct3D.DisplayModeCollection.MoveNext">
  1464.       <summary>Advances the enumerator to the next <see cref="T:Microsoft.DirectX.Direct3D.DisplayMode" />.</summary>
  1465.       <returns>Value that is true if the move to the next item was successful, or false if it was not.</returns>
  1466.     </member>
  1467.     <member name="M:Microsoft.DirectX.Direct3D.DisplayModeCollection.Reset">
  1468.       <summary>Resets the current enumerator to point to the head of the queue.</summary>
  1469.       <returns />
  1470.     </member>
  1471.     <member name="P:Microsoft.DirectX.Direct3D.DisplayModeCollection.Count">
  1472.       <summary>Retrieves the number of <see cref="T:Microsoft.DirectX.Direct3D.DisplayMode" /> structures in <see cref="T:Microsoft.DirectX.Direct3D.DisplayModeCollection" />.</summary>
  1473.     </member>
  1474.     <member name="P:Microsoft.DirectX.Direct3D.DisplayModeCollection.Current">
  1475.       <summary>Retrieves the current <see cref="T:Microsoft.DirectX.Direct3D.DisplayMode" /> object in the queue.</summary>
  1476.     </member>
  1477.     <member name="P:Microsoft.DirectX.Direct3D.DisplayModeCollection.Item(Microsoft.DirectX.Direct3D.Format)">
  1478.       <summary>Retrieves the <see cref="T:Microsoft.DirectX.Direct3D.DisplayMode" /> structure with the specified <see cref="T:Microsoft.DirectX.Direct3D.Format" />.</summary>
  1479.       <param name="f">A <see cref="T:Microsoft.DirectX.Direct3D.Format" /> flag that indicates the format of the <see cref="T:Microsoft.DirectX.Direct3D.DisplayMode" /> to retrieve.</param>
  1480.     </member>
  1481.     <member name="T:Microsoft.DirectX.Direct3D.DriverInternalErrorException">
  1482.       <summary>Internal driver error. Applications should generally shut down when receiving this error.</summary>
  1483.     </member>
  1484.     <member name="M:Microsoft.DirectX.Direct3D.DriverInternalErrorException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  1485.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.DriverInternalErrorException" /> class.</summary>
  1486.       <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds all of the data needed to serialize or deserialize the object.</param>
  1487.       <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that describes the source and destination serialized stream.</param>
  1488.     </member>
  1489.     <member name="M:Microsoft.DirectX.Direct3D.DriverInternalErrorException.#ctor(System.String,System.Exception)">
  1490.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.DriverInternalErrorException" /> class.</summary>
  1491.       <param name="message">String that contains the error message to display.</param>
  1492.       <param name="inner">An <see cref="T:System.Exception" /> object that represents errors that occur during application execution.</param>
  1493.     </member>
  1494.     <member name="M:Microsoft.DirectX.Direct3D.DriverInternalErrorException.#ctor(System.String)">
  1495.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.DriverInternalErrorException" /> class.</summary>
  1496.       <param name="message">String that contains the error message to display.</param>
  1497.     </member>
  1498.     <member name="M:Microsoft.DirectX.Direct3D.DriverInternalErrorException.#ctor">
  1499.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.DriverInternalErrorException" /> class.</summary>
  1500.     </member>
  1501.     <member name="T:Microsoft.DirectX.Direct3D.DriverInvalidCallException">
  1502.       <summary>The driver reports that the current method call is invalid.</summary>
  1503.     </member>
  1504.     <member name="M:Microsoft.DirectX.Direct3D.DriverInvalidCallException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  1505.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.DriverInvalidCallException" /> class.</summary>
  1506.       <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds all of the data needed to serialize or deserialize the object.</param>
  1507.       <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that describes the source and destination serialized stream.</param>
  1508.     </member>
  1509.     <member name="M:Microsoft.DirectX.Direct3D.DriverInvalidCallException.#ctor(System.String,System.Exception)">
  1510.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.DriverInvalidCallException" /> class.</summary>
  1511.       <param name="message">String that contains the error message to display.</param>
  1512.       <param name="inner">An <see cref="T:System.Exception" /> object that represents errors that occur during application execution.</param>
  1513.     </member>
  1514.     <member name="M:Microsoft.DirectX.Direct3D.DriverInvalidCallException.#ctor(System.String)">
  1515.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.DriverInvalidCallException" /> class.</summary>
  1516.       <param name="message">String that contains the error message to display.</param>
  1517.     </member>
  1518.     <member name="M:Microsoft.DirectX.Direct3D.DriverInvalidCallException.#ctor">
  1519.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.DriverInvalidCallException" /> class.</summary>
  1520.     </member>
  1521.     <member name="T:Microsoft.DirectX.Direct3D.GraphicsException">
  1522.       <summary>Base exception type for graphics. Derives from <see cref="T:Microsoft.DirectX.DirectXException" />.</summary>
  1523.     </member>
  1524.     <member name="M:Microsoft.DirectX.Direct3D.GraphicsException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  1525.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.GraphicsException" /> class.</summary>
  1526.       <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds all of the data needed to serialize or deserialize the object.</param>
  1527.       <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that describes the source and destination serialized stream.</param>
  1528.     </member>
  1529.     <member name="M:Microsoft.DirectX.Direct3D.GraphicsException.#ctor(System.String,System.Exception)">
  1530.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.GraphicsException" /> class.</summary>
  1531.       <param name="message">String that contains the error message to display.</param>
  1532.       <param name="inner">An <see cref="T:System.Exception" /> object that represents errors that occur during application execution.</param>
  1533.     </member>
  1534.     <member name="M:Microsoft.DirectX.Direct3D.GraphicsException.#ctor(System.String)">
  1535.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.GraphicsException" /> class.</summary>
  1536.       <param name="message">String that contains the error message to display.</param>
  1537.     </member>
  1538.     <member name="M:Microsoft.DirectX.Direct3D.GraphicsException.#ctor">
  1539.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.GraphicsException" /> class.</summary>
  1540.     </member>
  1541.     <member name="M:Microsoft.DirectX.Direct3D.GraphicsException.GetExceptionFromResultInternal(System.Int32)">
  1542.       <summary>Retrieves an <see cref="T:System.Exception" /> object that represents the result code passed in.</summary>
  1543.       <param name="resultCode">Integer that represents the result code of the exception to retrieve.</param>
  1544.       <returns>An <see cref="T:System.Exception" /> object that represents the error that occurred.</returns>
  1545.     </member>
  1546.     <member name="T:Microsoft.DirectX.Direct3D.IndexBuffer">
  1547.       <summary>Manipulates an index buffer resource.</summary>
  1548.     </member>
  1549.     <member name="E:Microsoft.DirectX.Direct3D.IndexBuffer.Created">
  1550.       <summary>Occurs after a device is reset and the <see cref="T:Microsoft.DirectX.Direct3D.IndexBuffer" /> is re-created.</summary>
  1551.     </member>
  1552.     <member name="E:Microsoft.DirectX.Direct3D.IndexBuffer.Disposing">
  1553.       <summary>Occurs when the <see cref="M:Microsoft.DirectX.Direct3D.IndexBuffer.Dispose" /> method is called or when the <see cref="T:Microsoft.DirectX.Direct3D.IndexBuffer" /> object is finalized and collected by the garbage collector of the Microsoft .NETcommon language runtime.</summary>
  1554.     </member>
  1555.     <member name="M:Microsoft.DirectX.Direct3D.IndexBuffer.#ctor(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DIndexBuffer9)">
  1556.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.IndexBuffer" /> class.</summary>
  1557.       <param name="pInterop">Unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DIndexBuffer9" /> interface pointer.</param>
  1558.     </member>
  1559.     <member name="M:Microsoft.DirectX.Direct3D.IndexBuffer.#ctor(System.IntPtr)">
  1560.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.IndexBuffer" /> class.</summary>
  1561.       <param name="unmanagedObject">Pointer to an unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DIndexBuffer9" /> interface. This parameter is useful for working with unmanaged applications from managed code. Not supported.</param>
  1562.     </member>
  1563.     <member name="M:Microsoft.DirectX.Direct3D.IndexBuffer.#ctor(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DIndexBuffer9,System.Type,System.Int32,Microsoft.DirectX.Direct3D.Device,Microsoft.DirectX.Direct3D.Usage,Microsoft.DirectX.Direct3D.Pool)">
  1564.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.IndexBuffer" /> class.</summary>
  1565.       <param name="lp">Unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DIndexBuffer9" /> interface pointer.</param>
  1566.       <param name="typeIndexType">Member of the <see cref="T:System.Type" /> that indicates the type of index data the buffer holds. This can be a value type or any type that contains only value types.</param>
  1567.       <param name="numberIndices">Maximum number of indices the buffer can hold.</param>
  1568.       <param name="device">The <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object to associate with the index buffer.</param>
  1569.       <param name="usage">Usage can be 0, which indicates no usage value. However, if usage is desired, use a combination of one or more <see cref="T:Microsoft.DirectX.Direct3D.Usage" /> flags. It is good practice to match the <see cref="M:Microsoft.DirectX.Direct3D.IndexBuffer.#ctor" /> parameter in the <see cref="M:Microsoft.DirectX.Direct3D.IndexBuffer.#ctor" /> constructor with the behavior flags in the <see cref="M:Microsoft.DirectX.Direct3D.Device.#ctor" /> constructor. See Remarks.</param>
  1570.       <param name="pool">Member of the <see cref="T:Microsoft.DirectX.Direct3D.Pool" /> enumerated type that describes a valid memory class into which to place the resource.</param>
  1571.     </member>
  1572.     <member name="M:Microsoft.DirectX.Direct3D.IndexBuffer.#ctor(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DIndexBuffer9,Microsoft.DirectX.Direct3D.Device,Microsoft.DirectX.Direct3D.Usage,Microsoft.DirectX.Direct3D.Pool)">
  1573.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.IndexBuffer" /> class.</summary>
  1574.       <param name="lp">Unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DIndexBuffer9" /> interface pointer.</param>
  1575.       <param name="device">The <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object to associate with the index buffer.</param>
  1576.       <param name="usage">Usage can be 0, which indicates no usage value. However, if usage is desired, use a combination of one or more <see cref="T:Microsoft.DirectX.Direct3D.Usage" /> flags. It is good practice to match the <see cref="M:Microsoft.DirectX.Direct3D.IndexBuffer.#ctor" /> parameter in the <see cref="M:Microsoft.DirectX.Direct3D.IndexBuffer.#ctor" /> constructor with the behavior flags in the <see cref="M:Microsoft.DirectX.Direct3D.Device.#ctor" /> constructor. See Remarks.</param>
  1577.       <param name="pool">Member of the <see cref="T:Microsoft.DirectX.Direct3D.Pool" /> enumerated type that describes a valid memory class into which to place the resource.</param>
  1578.     </member>
  1579.     <member name="M:Microsoft.DirectX.Direct3D.IndexBuffer.#ctor(Microsoft.DirectX.Direct3D.Device,System.Int32,Microsoft.DirectX.Direct3D.Usage,Microsoft.DirectX.Direct3D.Pool,System.Boolean)">
  1580.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.IndexBuffer" /> class.</summary>
  1581.       <param name="device">The <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object to associate with the index buffer.</param>
  1582.       <param name="sizeOfBufferInBytes">Size of the index buffer in bytes.</param>
  1583.       <param name="usage">Usage can be 0, which indicates no usage value. However, if usage is desired, use a combination of one or more <see cref="T:Microsoft.DirectX.Direct3D.Usage" /> flags. It is good practice to match the <see cref="M:Microsoft.DirectX.Direct3D.IndexBuffer.#ctor" /> parameter in the <see cref="M:Microsoft.DirectX.Direct3D.IndexBuffer.#ctor" /> constructor with the behavior flags in the <see cref="M:Microsoft.DirectX.Direct3D.Device.#ctor" /> constructor. See Remarks.</param>
  1584.       <param name="pool">Member of the <see cref="T:Microsoft.DirectX.Direct3D.Pool" /> enumerated type that describes a valid memory class into which to place the resource.</param>
  1585.       <param name="sixteenBitIndices">Set to true if the index buffer contains 16-bit indices. Set to false if the index buffer contains 32-bit indices.</param>
  1586.     </member>
  1587.     <member name="M:Microsoft.DirectX.Direct3D.IndexBuffer.#ctor(System.Type,System.Int32,Microsoft.DirectX.Direct3D.Device,Microsoft.DirectX.Direct3D.Usage,Microsoft.DirectX.Direct3D.Pool)">
  1588.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.IndexBuffer" /> class.</summary>
  1589.       <param name="typeIndexType">Member of the <see cref="T:System.Type" /> that indicates the type of index data the buffer holds. This can be a value type or any type that contains only value types.</param>
  1590.       <param name="numberIndices">Maximum number of indices the buffer can hold.</param>
  1591.       <param name="device">The <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object to associate with the index buffer.</param>
  1592.       <param name="usage">Usage can be 0, which indicates no usage value. However, if usage is desired, use a combination of one or more <see cref="T:Microsoft.DirectX.Direct3D.Usage" /> flags. It is good practice to match the <see cref="M:Microsoft.DirectX.Direct3D.IndexBuffer.#ctor" /> parameter in the <see cref="M:Microsoft.DirectX.Direct3D.IndexBuffer.#ctor" /> constructor with the behavior flags in the <see cref="M:Microsoft.DirectX.Direct3D.Device.#ctor" /> constructor. See Remarks.</param>
  1593.       <param name="pool">Member of the <see cref="T:Microsoft.DirectX.Direct3D.Pool" /> enumerated type that describes a valid memory class into which to place the resource.</param>
  1594.     </member>
  1595.     <member name="M:Microsoft.DirectX.Direct3D.IndexBuffer.Dispose">
  1596.       <summary>Immediately releases the unmanaged resources used by the <see cref="T:Microsoft.DirectX.Direct3D.IndexBuffer" /> object.</summary>
  1597.       <returns />
  1598.     </member>
  1599.     <member name="M:Microsoft.DirectX.Direct3D.IndexBuffer.Finalize">
  1600.       <summary>Allows the <see cref="T:Microsoft.DirectX.Direct3D.IndexBuffer" /> object to free resources before it is destroyed by the garbage collector.</summary>
  1601.       <returns />
  1602.     </member>
  1603.     <member name="M:Microsoft.DirectX.Direct3D.IndexBuffer.GetObjectByValue(System.Int32)">
  1604.       <summary>This member supports the infrastructure for Microsoft DirectX 9.0 for Managed Code and is not intended to be used directly from your code.</summary>
  1605.       <param name="uniqueKey">Object identifier.</param>
  1606.       <returns>Pointer to the unmanaged Component Object Model (COM) interface, IDirect3DIndexBuffer9, which allows unmanaged COM clients to create an instance of the managed <see cref="T:Microsoft.DirectX.Direct3D.IndexBuffer" /> class. Not supported.</returns>
  1607.     </member>
  1608.     <member name="M:Microsoft.DirectX.Direct3D.IndexBuffer.Lock(System.Int32,Microsoft.DirectX.Direct3D.LockFlags)">
  1609.       <summary>Locks a range of index data and obtains a pointer to the index buffer memory.</summary>
  1610.       <param name="offsetToLock">Offset into the index data to lock, in bytes. To lock the entire index buffer, specify 0 for the <see cref="M:Microsoft.DirectX.Direct3D.IndexBuffer.Lock" /> and <see cref="M:Microsoft.DirectX.Direct3D.IndexBuffer.Lock" /> parameters.</param>
  1611.       <param name="flags">Zero or more <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" /> that describe the type of lock to perform. For this method, the valid flags are <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.Discard" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoDirtyUpdate" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoSystemLock" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoOverwrite" />, and <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.ReadOnly" />.</param>
  1612.       <returns>An <see cref="T:System.Array" /> that represents the locked index buffer.</returns>
  1613.     </member>
  1614.     <member name="M:Microsoft.DirectX.Direct3D.IndexBuffer.Lock(System.Int32,System.Int32,Microsoft.DirectX.Direct3D.LockFlags)">
  1615.       <summary>Locks a range of index data and obtains a pointer to the index buffer memory.</summary>
  1616.       <param name="offsetToLock">Offset into the index data to lock, in bytes. To lock the entire index buffer, specify 0 for the <see cref="M:Microsoft.DirectX.Direct3D.IndexBuffer.Lock" /> and <see cref="M:Microsoft.DirectX.Direct3D.IndexBuffer.Lock" /> parameters.</param>
  1617.       <param name="sizeToLock">Size of the index data to lock, in bytes. To lock the entire index buffer, specify 0 for the <see cref="M:Microsoft.DirectX.Direct3D.IndexBuffer.Lock" /> and <see cref="M:Microsoft.DirectX.Direct3D.IndexBuffer.Lock" /> parameters.</param>
  1618.       <param name="flags">Zero or more <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" /> that describe the type of lock to perform. For this method, the valid flags are <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.Discard" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoDirtyUpdate" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoSystemLock" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoOverwrite" />, and <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.ReadOnly" />.</param>
  1619.       <returns>A <see cref="T:Microsoft.DirectX.GraphicsStream" /> object that represents the locked index buffer.</returns>
  1620.     </member>
  1621.     <member name="M:Microsoft.DirectX.Direct3D.IndexBuffer.Lock(System.Int32,System.Type,Microsoft.DirectX.Direct3D.LockFlags,System.Int32[])">
  1622.       <summary>Locks a range of index data and obtains a pointer to the index buffer memory.</summary>
  1623.       <param name="offsetToLock">Offset into the index data to lock, in bytes. To lock the entire index buffer, specify 0 for the <see cref="M:Microsoft.DirectX.Direct3D.IndexBuffer.Lock" /> and <see cref="M:Microsoft.DirectX.Direct3D.IndexBuffer.Lock" /> parameters.</param>
  1624.       <param name="typeIndex">A <see cref="T:System.Type" /> object that indicates the type of array data to return. This can be a value type or any type that contains only value types.</param>
  1625.       <param name="flags">Zero or more <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" /> that describe the type of lock to perform. For this method, the valid flags are <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.Discard" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoDirtyUpdate" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoSystemLock" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoOverwrite" />, and <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.ReadOnly" />.</param>
  1626.       <param name="ranks">Array of 1 to 3 <see cref="T:System.Int32" /> values that indicate the dimensions of the returning <see cref="T:System.Array" />.</param>
  1627.       <returns>An <see cref="T:System.Array" /> that represents the locked index buffer.</returns>
  1628.     </member>
  1629.     <member name="M:Microsoft.DirectX.Direct3D.IndexBuffer.raise_Created(System.Object,System.EventArgs)">
  1630.       <summary>Raises an <see cref="T:Microsoft.DirectX.Direct3D.IndexBuffer" />.<see cref="E:Microsoft.DirectX.Direct3D.IndexBuffer.Created" /> event when called from within a derived class.</summary>
  1631.       <param name="i1">Invoking object reference; should be this object.</param>
  1632.       <param name="i2">Arguments to pass into the event handler.</param>
  1633.       <returns />
  1634.     </member>
  1635.     <member name="M:Microsoft.DirectX.Direct3D.IndexBuffer.raise_Disposing(System.Object,System.EventArgs)">
  1636.       <summary>Raises the <see cref="E:Microsoft.DirectX.Direct3D.IndexBuffer.Disposing" /> event when called from within a derived class.</summary>
  1637.       <param name="i1">Invoking object reference; should be this object.</param>
  1638.       <param name="i2">Arguments to pass to the event handler.</param>
  1639.       <returns />
  1640.     </member>
  1641.     <member name="M:Microsoft.DirectX.Direct3D.IndexBuffer.SetData(System.Object,System.Int32,Microsoft.DirectX.Direct3D.LockFlags)">
  1642.       <summary>Locks, sets, and unlocks a range of vertex data.</summary>
  1643.       <param name="data">An <see cref="T:System.Object" /> that contains the data to copy into the index buffer.</param>
  1644.       <param name="lockAtOffset">Offset to set in the index buffer. To set the entire buffer, set this parameter to 0.</param>
  1645.       <param name="flags">Zero or more <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" /> locking flags that describe the type of lock to perform when setting the buffer. For this method, the valid flags are <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.Discard" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoDirtyUpdate" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoSystemLock" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.ReadOnly" />, and <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" />. For a description of the flags, see <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" />.</param>
  1646.       <returns />
  1647.     </member>
  1648.     <member name="M:Microsoft.DirectX.Direct3D.IndexBuffer.Unlock">
  1649.       <summary>Unlocks index data.</summary>
  1650.       <returns />
  1651.     </member>
  1652.     <member name="M:Microsoft.DirectX.Direct3D.IndexBuffer.UpdateUnmanagedPointer(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DIndexBuffer9)">
  1653.       <summary>Updates the unmanaged pointer for this <see cref="T:Microsoft.DirectX.Direct3D.IndexBuffer" /> object. This method supports the Microsoft .NET Framework infrastructure and is not intended to be used directly in your code.</summary>
  1654.       <param name="pInterface">Pointer to the <see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DIndexBuffer9" /> structure used to update the unmanaged pointer for this <see cref="T:Microsoft.DirectX.Direct3D.IndexBuffer" /> object.</param>
  1655.       <returns />
  1656.     </member>
  1657.     <member name="P:Microsoft.DirectX.Direct3D.IndexBuffer.Description">
  1658.       <summary>Retrieves a description of the index buffer resource.</summary>
  1659.     </member>
  1660.     <member name="P:Microsoft.DirectX.Direct3D.IndexBuffer.Disposed">
  1661.       <summary>Gets a value that indicates whether the object is disposed.</summary>
  1662.     </member>
  1663.     <member name="P:Microsoft.DirectX.Direct3D.IndexBuffer.SizeInBytes">
  1664.       <summary>Retrieves the size of the <see cref="T:Microsoft.DirectX.Direct3D.IndexBuffer" /> data, in bytes.</summary>
  1665.     </member>
  1666.     <member name="P:Microsoft.DirectX.Direct3D.IndexBuffer.UnmanagedComPointer">
  1667.       <summary>Returns the unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DIndexBuffer9" /> interface pointer.</summary>
  1668.     </member>
  1669.     <member name="T:Microsoft.DirectX.Direct3D.InterfaceGuid">
  1670.       <summary>Encapsulates various object globally unique identifiers (GUIDs) for use with the <see cref="M:Microsoft.DirectX.Direct3D.Surface.GetContainer(System.Guid)" /> and <see cref="M:Microsoft.DirectX.Direct3D.Volume.GetContainer(System.Guid)" /> methods.</summary>
  1671.     </member>
  1672.     <member name="F:Microsoft.DirectX.Direct3D.InterfaceGuid.BaseTexture">
  1673.       <summary>Specifies the <see cref="T:Microsoft.DirectX.Direct3D.BaseTexture" />globally unique identifier (GUID).</summary>
  1674.     </member>
  1675.     <member name="F:Microsoft.DirectX.Direct3D.InterfaceGuid.CubeTexture">
  1676.       <summary>Specifies the <see cref="T:Microsoft.DirectX.Direct3D.CubeTexture" />globally unique identifier (GUID).</summary>
  1677.     </member>
  1678.     <member name="F:Microsoft.DirectX.Direct3D.InterfaceGuid.Device">
  1679.       <summary>Specifies the <see cref="T:Microsoft.DirectX.Direct3D.Device" />globally unique identifier (GUID).</summary>
  1680.     </member>
  1681.     <member name="F:Microsoft.DirectX.Direct3D.InterfaceGuid.IndexBuffer">
  1682.       <summary>Specifies the <see cref="T:Microsoft.DirectX.Direct3D.IndexBuffer" />globally unique identifier (GUID).</summary>
  1683.     </member>
  1684.     <member name="F:Microsoft.DirectX.Direct3D.InterfaceGuid.PixelShader">
  1685.       <summary>Specifies the <see cref="T:Microsoft.DirectX.Direct3D.PixelShader" />globally unique identifier (GUID).</summary>
  1686.     </member>
  1687.     <member name="F:Microsoft.DirectX.Direct3D.InterfaceGuid.Resource">
  1688.       <summary>Specifies the <see cref="T:Microsoft.DirectX.Direct3D.Resource" />globally unique identifier (GUID).</summary>
  1689.     </member>
  1690.     <member name="F:Microsoft.DirectX.Direct3D.InterfaceGuid.StateBlock">
  1691.       <summary>Specifies the <see cref="T:Microsoft.DirectX.Direct3D.StateBlock" />globally unique identifier (GUID).</summary>
  1692.     </member>
  1693.     <member name="F:Microsoft.DirectX.Direct3D.InterfaceGuid.Surface">
  1694.       <summary>Specifies the <see cref="T:Microsoft.DirectX.Direct3D.Surface" />globally unique identifier (GUID).</summary>
  1695.     </member>
  1696.     <member name="F:Microsoft.DirectX.Direct3D.InterfaceGuid.SwapChain">
  1697.       <summary>Specifies the <see cref="T:Microsoft.DirectX.Direct3D.SwapChain" />globally unique identifier (GUID).</summary>
  1698.     </member>
  1699.     <member name="F:Microsoft.DirectX.Direct3D.InterfaceGuid.VertexBuffer">
  1700.       <summary>Specifies the <see cref="T:Microsoft.DirectX.Direct3D.VertexBuffer" />globally unique identifier (GUID).</summary>
  1701.     </member>
  1702.     <member name="F:Microsoft.DirectX.Direct3D.InterfaceGuid.VertexDeclaration">
  1703.       <summary>Specifies the <see cref="T:Microsoft.DirectX.Direct3D.VertexDeclaration" />globally unique identifier (GUID).</summary>
  1704.     </member>
  1705.     <member name="F:Microsoft.DirectX.Direct3D.InterfaceGuid.VertexShader">
  1706.       <summary>Specifies the <see cref="T:Microsoft.DirectX.Direct3D.VertexShader" />globally unique identifier (GUID).</summary>
  1707.     </member>
  1708.     <member name="F:Microsoft.DirectX.Direct3D.InterfaceGuid.Volume">
  1709.       <summary>Specifies the <see cref="T:Microsoft.DirectX.Direct3D.Volume" />globally unique identifier (GUID).</summary>
  1710.     </member>
  1711.     <member name="F:Microsoft.DirectX.Direct3D.InterfaceGuid.VolumeTexture">
  1712.       <summary>Specifies the <see cref="T:Microsoft.DirectX.Direct3D.VolumeTexture" />globally unique identifier (GUID).</summary>
  1713.     </member>
  1714.     <member name="T:Microsoft.DirectX.Direct3D.InvalidCallException">
  1715.       <summary>The method call is invalid. For example, a method's parameter might not be valid.</summary>
  1716.     </member>
  1717.     <member name="M:Microsoft.DirectX.Direct3D.InvalidCallException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  1718.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.InvalidCallException" /> class.</summary>
  1719.       <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds all of the data needed to serialize or deserialize the object.</param>
  1720.       <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that describes the source and destination serialized stream.</param>
  1721.     </member>
  1722.     <member name="M:Microsoft.DirectX.Direct3D.InvalidCallException.#ctor(System.String,System.Exception)">
  1723.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.InvalidCallException" /> class.</summary>
  1724.       <param name="message">String that contains the error message to display.</param>
  1725.       <param name="inner">An <see cref="T:System.Exception" /> object that represents errors that occur during application execution.</param>
  1726.     </member>
  1727.     <member name="M:Microsoft.DirectX.Direct3D.InvalidCallException.#ctor(System.String)">
  1728.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.InvalidCallException" /> class.</summary>
  1729.       <param name="message">String that contains the error message to display.</param>
  1730.     </member>
  1731.     <member name="M:Microsoft.DirectX.Direct3D.InvalidCallException.#ctor">
  1732.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.InvalidCallException" /> class.</summary>
  1733.     </member>
  1734.     <member name="T:Microsoft.DirectX.Direct3D.InvalidDeviceException">
  1735.       <summary>The requested device type is not valid.</summary>
  1736.     </member>
  1737.     <member name="M:Microsoft.DirectX.Direct3D.InvalidDeviceException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  1738.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.InvalidDeviceException" /> class.</summary>
  1739.       <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds all of the data needed to serialize or deserialize the object.</param>
  1740.       <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that describes the source and destination serialized stream.</param>
  1741.     </member>
  1742.     <member name="M:Microsoft.DirectX.Direct3D.InvalidDeviceException.#ctor(System.String,System.Exception)">
  1743.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.InvalidDeviceException" /> class.</summary>
  1744.       <param name="message">String that contains the error message to display.</param>
  1745.       <param name="inner">An <see cref="T:System.Exception" /> object that represents errors that occur during application execution.</param>
  1746.     </member>
  1747.     <member name="M:Microsoft.DirectX.Direct3D.InvalidDeviceException.#ctor(System.String)">
  1748.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.InvalidDeviceException" /> class.</summary>
  1749.       <param name="message">String that contains the error message to display.</param>
  1750.     </member>
  1751.     <member name="M:Microsoft.DirectX.Direct3D.InvalidDeviceException.#ctor">
  1752.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.InvalidDeviceException" /> class.</summary>
  1753.     </member>
  1754.     <member name="T:Microsoft.DirectX.Direct3D.Light">
  1755.       <summary>Defines a set of lighting properties.</summary>
  1756.     </member>
  1757.     <member name="M:Microsoft.DirectX.Direct3D.Light.#ctor(Microsoft.DirectX.PrivateImplementationDetails._D3DLIGHT9)">
  1758.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.Light" /> class.</summary>
  1759.       <param name="pLight">Unmanaged <see cref="T:Microsoft.DirectX.PrivateImplementationDetails._D3DLIGHT9" /> structure pointer.</param>
  1760.     </member>
  1761.     <member name="M:Microsoft.DirectX.Direct3D.Light.#ctor">
  1762.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.Light" /> class.</summary>
  1763.     </member>
  1764.     <member name="M:Microsoft.DirectX.Direct3D.Light.FromLight(Microsoft.DirectX.Direct3D.Light)">
  1765.       <summary>Creates a new light based on an existing light.</summary>
  1766.       <param name="light">Existing light that is used to create the new light.</param>
  1767.       <returns />
  1768.     </member>
  1769.     <member name="M:Microsoft.DirectX.Direct3D.Light.ToString">
  1770.       <summary>Obtains a string representation of the current instance.</summary>
  1771.       <returns>String that represents the object.</returns>
  1772.     </member>
  1773.     <member name="M:Microsoft.DirectX.Direct3D.Light.Update">
  1774.       <summary>Updates the settings for the current <see cref="T:Microsoft.DirectX.Direct3D.Light" /> object.</summary>
  1775.       <returns />
  1776.     </member>
  1777.     <member name="P:Microsoft.DirectX.Direct3D.Light.Ambient">
  1778.       <summary>Retrieves or sets the ambient color emitted by the light.  This member is a <see cref="T:System.Drawing.Color" /> structure.</summary>
  1779.     </member>
  1780.     <member name="P:Microsoft.DirectX.Direct3D.Light.AmbientColor">
  1781.       <summary>Retrieves or sets the ambient color emitted by the light. This member is a <see cref="T:Microsoft.DirectX.Direct3D.ColorValue" /> structure.</summary>
  1782.     </member>
  1783.     <member name="P:Microsoft.DirectX.Direct3D.Light.Attenuation0">
  1784.       <summary>Retrieves or sets a value that specifies how light intensity changes over distance.</summary>
  1785.     </member>
  1786.     <member name="P:Microsoft.DirectX.Direct3D.Light.Attenuation1">
  1787.       <summary>Retrieves or sets a value that specifies how light intensity changes over distance.</summary>
  1788.     </member>
  1789.     <member name="P:Microsoft.DirectX.Direct3D.Light.Attenuation2">
  1790.       <summary>Retrieves or sets a value that specifies how light intensity changes over distance.</summary>
  1791.     </member>
  1792.     <member name="P:Microsoft.DirectX.Direct3D.Light.Diffuse">
  1793.       <summary>Retrieves or sets the diffuse color emitted by the light.  This member is a <see cref="T:System.Drawing.Color" /> structure.</summary>
  1794.     </member>
  1795.     <member name="P:Microsoft.DirectX.Direct3D.Light.DiffuseColor">
  1796.       <summary>Retrieves or sets the diffuse color emitted by the light.  This member is a <see cref="T:Microsoft.DirectX.Direct3D.ColorValue" /> structure.</summary>
  1797.     </member>
  1798.     <member name="P:Microsoft.DirectX.Direct3D.Light.Direction">
  1799.       <summary>Retrieves or sets the direction in which the light is pointing in world space, as specified by a <see cref="T:Microsoft.DirectX.Vector3" /> structure.</summary>
  1800.     </member>
  1801.     <member name="P:Microsoft.DirectX.Direct3D.Light.Enabled">
  1802.       <summary>Retrieves or sets a Boolean value that enables or disables a set of lighting parameters within a device.</summary>
  1803.     </member>
  1804.     <member name="P:Microsoft.DirectX.Direct3D.Light.Falloff">
  1805.       <summary>Retrieves or sets the decrease in illumination between a spotlight's inner cone (the angle specified by <see cref="P:Microsoft.DirectX.Direct3D.Light.InnerConeAngle" />) and the outer edge of the outer cone (the angle specified by <see cref="P:Microsoft.DirectX.Direct3D.Light.OuterConeAngle" />).</summary>
  1806.     </member>
  1807.     <member name="P:Microsoft.DirectX.Direct3D.Light.InnerConeAngle">
  1808.       <summary>Retrieves or sets the angle, in radians, of a spotlight's inner cone; that is, the fully illuminated spotlight cone.</summary>
  1809.     </member>
  1810.     <member name="P:Microsoft.DirectX.Direct3D.Light.OuterConeAngle">
  1811.       <summary>Retrieves or sets the angle, in radians, that defines the outer edge of a spotlight's outer cone.</summary>
  1812.     </member>
  1813.     <member name="P:Microsoft.DirectX.Direct3D.Light.Position">
  1814.       <summary>Retrieves or sets the position of the light in world space, as specified by a <see cref="T:Microsoft.DirectX.Vector3" /> structure.</summary>
  1815.     </member>
  1816.     <member name="P:Microsoft.DirectX.Direct3D.Light.Range">
  1817.       <summary>Retrieves or sets the distance beyond which the light has no effect.</summary>
  1818.     </member>
  1819.     <member name="P:Microsoft.DirectX.Direct3D.Light.Specular">
  1820.       <summary>Retrieves or sets the specular color emitted by the light.  This member is a <see cref="T:System.Drawing.Color" /> structure.</summary>
  1821.     </member>
  1822.     <member name="P:Microsoft.DirectX.Direct3D.Light.SpecularColor">
  1823.       <summary>Retrieves or sets the specular color emitted by the light.  This member is a <see cref="T:Microsoft.DirectX.Direct3D.ColorValue" /> structure.</summary>
  1824.     </member>
  1825.     <member name="P:Microsoft.DirectX.Direct3D.Light.Type">
  1826.       <summary>Retrieves or sets the type of the light source.</summary>
  1827.     </member>
  1828.     <member name="P:Microsoft.DirectX.Direct3D.Light.XDirection">
  1829.       <summary>Retrieves or sets an X-axis value that indicates the direction in which the light points.</summary>
  1830.     </member>
  1831.     <member name="P:Microsoft.DirectX.Direct3D.Light.XPosition">
  1832.       <summary>Retrieves or sets an X-coordinate value that indicates the position of the light.</summary>
  1833.     </member>
  1834.     <member name="P:Microsoft.DirectX.Direct3D.Light.YDirection">
  1835.       <summary>Retrieves or sets a Y-axis value that indicates the direction of the light.</summary>
  1836.     </member>
  1837.     <member name="P:Microsoft.DirectX.Direct3D.Light.YPosition">
  1838.       <summary>Retrieves or sets a Y-coordinate value that indicates the position of the light.</summary>
  1839.     </member>
  1840.     <member name="P:Microsoft.DirectX.Direct3D.Light.ZDirection">
  1841.       <summary>Retrieves or sets a Z-axis value that indicates the direction of the light.</summary>
  1842.     </member>
  1843.     <member name="P:Microsoft.DirectX.Direct3D.Light.ZPosition">
  1844.       <summary>Retrieves or sets a Z-coordinate value that indicates the position of the light.</summary>
  1845.     </member>
  1846.     <member name="T:Microsoft.DirectX.Direct3D.LightsCollection">
  1847.       <summary>Defines a collection of lights.</summary>
  1848.     </member>
  1849.     <member name="M:Microsoft.DirectX.Direct3D.LightsCollection.GetEnumerator">
  1850.       <summary>Returns an enumerator that can iterate through the <see cref="T:Microsoft.DirectX.Direct3D.LightsCollection" />.</summary>
  1851.       <returns>An enumerator that can iterate through the <see cref="T:Microsoft.DirectX.Direct3D.LightsCollection" />.</returns>
  1852.     </member>
  1853.     <member name="M:Microsoft.DirectX.Direct3D.LightsCollection.MoveNext">
  1854.       <summary>Advances the enumerator to the next light.</summary>
  1855.       <returns>Set to true if the move to the next item was sucessful; otherwise, false.</returns>
  1856.     </member>
  1857.     <member name="M:Microsoft.DirectX.Direct3D.LightsCollection.Reset">
  1858.       <summary>Resets the current enumerator to point to the head of the queue.</summary>
  1859.       <returns />
  1860.     </member>
  1861.     <member name="P:Microsoft.DirectX.Direct3D.LightsCollection.Count">
  1862.       <summary>Retrieves the number of <see cref="T:Microsoft.DirectX.Direct3D.Light" /> objects in the <see cref="T:Microsoft.DirectX.Direct3D.LightsCollection" />.</summary>
  1863.     </member>
  1864.     <member name="P:Microsoft.DirectX.Direct3D.LightsCollection.Current">
  1865.       <summary>Retrieves the current <see cref="T:Microsoft.DirectX.Direct3D.Light" /> object in the <see cref="T:Microsoft.DirectX.Direct3D.LightsCollection" />.</summary>
  1866.     </member>
  1867.     <member name="P:Microsoft.DirectX.Direct3D.LightsCollection.Item(System.Int32)">
  1868.       <summary>Retrieves a specific <see cref="T:Microsoft.DirectX.Direct3D.Light" /> object within the <see cref="T:Microsoft.DirectX.Direct3D.LightsCollection" />.</summary>
  1869.       <param name="index">Index value of the light to retrieve.</param>
  1870.     </member>
  1871.     <member name="T:Microsoft.DirectX.Direct3D.Manager">
  1872.       <summary>Provides information about the environment, and enumerates and retrieves device capabilities.</summary>
  1873.     </member>
  1874.     <member name="M:Microsoft.DirectX.Direct3D.Manager.CheckDepthStencilMatch(System.Int32,Microsoft.DirectX.Direct3D.DeviceType,Microsoft.DirectX.Direct3D.Format,Microsoft.DirectX.Direct3D.Format,Microsoft.DirectX.Direct3D.DepthFormat,System.Int32@)">
  1875.       <summary>Determines whether a depth stencil format is compatible with a render target format in a particular display mode.</summary>
  1876.       <param name="adapter">Ordinal number that denotes the display adapter to query. <see cref="T:Microsoft.DirectX.Direct3D.AdapterListCollection" />.<see cref="P:Microsoft.DirectX.Direct3D.AdapterListCollection.Default" /> is always the primary display adapter.</param>
  1877.       <param name="deviceType">Member of the <see cref="T:Microsoft.DirectX.Direct3D.DeviceType" /> enumeration that identifies the device type.</param>
  1878.       <param name="adapterFormat">Member of the <see cref="T:Microsoft.DirectX.Direct3D.Format" /> enumeration that identifies the format of the display mode into which the adapter will be placed.</param>
  1879.       <param name="renderTargetFormat">Member of the <see cref="T:Microsoft.DirectX.Direct3D.Format" /> enumeration that identifies the format of the render-target surface to be tested.</param>
  1880.       <param name="depthStencilFormat">Member of the <see cref="T:Microsoft.DirectX.Direct3D.DepthFormat" /> enumeration that identifies the format of the depth stencil surface to be tested.</param>
  1881.       <param name="result">HRESULT code passed back from the method.</param>
  1882.       <returns>Value that is true if the method succeeds; false if it fails. Check the <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDepthStencilMatch" /> parameter for the HRESULT code returned. If a depth stencil format is not compatible with the render target in the display mode, <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDepthStencilMatch" /> is set to <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.ResultCode.NotAvailable" />.</returns>
  1883.     </member>
  1884.     <member name="M:Microsoft.DirectX.Direct3D.Manager.CheckDepthStencilMatch(System.Int32,Microsoft.DirectX.Direct3D.DeviceType,Microsoft.DirectX.Direct3D.Format,Microsoft.DirectX.Direct3D.Format,Microsoft.DirectX.Direct3D.DepthFormat)">
  1885.       <summary>Determines whether a depth stencil format is compatible with a render target format in a particular display mode.</summary>
  1886.       <param name="adapter">Ordinal number that denotes the display adapter to query. <see cref="T:Microsoft.DirectX.Direct3D.AdapterListCollection" />.<see cref="P:Microsoft.DirectX.Direct3D.AdapterListCollection.Default" /> is always the primary display adapter.</param>
  1887.       <param name="deviceType">Member of the <see cref="T:Microsoft.DirectX.Direct3D.DeviceType" /> enumeration that identifies the device type.</param>
  1888.       <param name="adapterFormat">Member of the <see cref="T:Microsoft.DirectX.Direct3D.Format" /> enumeration that identifies the format of the display mode into which the adapter will be placed.</param>
  1889.       <param name="renderTargetFormat">Member of the <see cref="T:Microsoft.DirectX.Direct3D.Format" /> enumeration that identifies the format of the render-target surface to be tested.</param>
  1890.       <param name="depthStencilFormat">Member of the <see cref="T:Microsoft.DirectX.Direct3D.DepthFormat" /> enumeration that identifies the format of the depth stencil surface to be tested.</param>
  1891.       <returns>Value that is true if the method succeeds; false if it fails. Check the <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDepthStencilMatch" /> parameter for the HRESULT code returned. If a depth stencil format is not compatible with the render target in the display mode, <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDepthStencilMatch" /> is set to <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.ResultCode.NotAvailable" />.</returns>
  1892.     </member>
  1893.     <member name="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormat(System.Int32,Microsoft.DirectX.Direct3D.DeviceType,Microsoft.DirectX.Direct3D.Format,Microsoft.DirectX.Direct3D.Usage,Microsoft.DirectX.Direct3D.ResourceType,Microsoft.DirectX.Direct3D.DepthFormat)">
  1894.       <summary>Determines whether a surface format is available as a specified resource type and can be used as a texture, depth stencil buffer, render target, or any combination of the three, on a device representing the current adapter.</summary>
  1895.       <param name="adapter">Ordinal number that denotes the display adapter to query. <see cref="T:Microsoft.DirectX.Direct3D.AdapterListCollection" />.<see cref="P:Microsoft.DirectX.Direct3D.AdapterListCollection.Default" /> is always the primary display adapter. This method returns <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.ResultCode.InvalidCall" /> if this value equals or exceeds the number of display adapters in the system.</param>
  1896.       <param name="deviceType">Member of the <see cref="T:Microsoft.DirectX.Direct3D.DeviceType" /> enumeration that identifies the device type.</param>
  1897.       <param name="adapterFormat">Member of the <see cref="T:Microsoft.DirectX.Direct3D.Format" /> enumeration that identifies the format of the display mode into which the adapter will be placed.</param>
  1898.       <param name="usage">Requested usage options for the surface. Usage options are any combination of <see cref="T:Microsoft.DirectX.Direct3D.Usage" /> enumeration values (only a subset of the <see cref="T:Microsoft.DirectX.Direct3D.Usage" /> values are valid for <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormat" />). For more information, see <see cref="T:Microsoft.DirectX.Direct3D.Usage" />.</param>
  1899.       <param name="resourceType">A <see cref="T:Microsoft.DirectX.Direct3D.ResourceType" /> requested for use with the queried format.</param>
  1900.       <param name="checkFormat">Member of the <see cref="T:Microsoft.DirectX.Direct3D.Format" /> enumeration that identifies the format of the surfaces that can be used, as defined by <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormat" />.</param>
  1901.       <returns>Value that is true if the method succeeds; false if it fails. Check the <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormat" /> parameter for the HRESULT code returned. If the format is not acceptable to the device for this usage, <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormat" /> is set to <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.ResultCode.NotAvailable" />. If <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormat" /> equals or exceeds the number of display adapters in the system, <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormat" /> is set to <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.ResultCode.InvalidCall" />.</returns>
  1902.     </member>
  1903.     <member name="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormat(System.Int32,Microsoft.DirectX.Direct3D.DeviceType,Microsoft.DirectX.Direct3D.Format,Microsoft.DirectX.Direct3D.Usage,Microsoft.DirectX.Direct3D.ResourceType,Microsoft.DirectX.Direct3D.DepthFormat,System.Int32@)">
  1904.       <summary>Determines whether a surface format is available as a specified resource type and can be used as a texture, depth stencil buffer, render target, or any combination of the three, on a device representing the current adapter.</summary>
  1905.       <param name="adapter">Ordinal number that denotes the display adapter to query. <see cref="T:Microsoft.DirectX.Direct3D.AdapterListCollection" />.<see cref="P:Microsoft.DirectX.Direct3D.AdapterListCollection.Default" /> is always the primary display adapter. This method returns <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.ResultCode.InvalidCall" /> if this value equals or exceeds the number of display adapters in the system.</param>
  1906.       <param name="deviceType">Member of the <see cref="T:Microsoft.DirectX.Direct3D.DeviceType" /> enumeration that identifies the device type.</param>
  1907.       <param name="adapterFormat">Member of the <see cref="T:Microsoft.DirectX.Direct3D.Format" /> enumeration that identifies the format of the display mode into which the adapter will be placed.</param>
  1908.       <param name="usage">Requested usage options for the surface. Usage options are any combination of <see cref="T:Microsoft.DirectX.Direct3D.Usage" /> enumeration values (only a subset of the <see cref="T:Microsoft.DirectX.Direct3D.Usage" /> values are valid for <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormat" />). For more information, see <see cref="T:Microsoft.DirectX.Direct3D.Usage" />.</param>
  1909.       <param name="resourceType">A <see cref="T:Microsoft.DirectX.Direct3D.ResourceType" /> requested for use with the queried format.</param>
  1910.       <param name="checkFormat">Member of the <see cref="T:Microsoft.DirectX.Direct3D.Format" /> enumeration that identifies the format of the surfaces that can be used, as defined by <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormat" />.</param>
  1911.       <param name="result">HRESULT code passed back from the method.</param>
  1912.       <returns>Value that is true if the method succeeds; false if it fails. Check the <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormat" /> parameter for the HRESULT code returned. If the format is not acceptable to the device for this usage, <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormat" /> is set to <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.ResultCode.NotAvailable" />. If <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormat" /> equals or exceeds the number of display adapters in the system, <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormat" /> is set to <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.ResultCode.InvalidCall" />.</returns>
  1913.     </member>
  1914.     <member name="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormat(System.Int32,Microsoft.DirectX.Direct3D.DeviceType,Microsoft.DirectX.Direct3D.Format,Microsoft.DirectX.Direct3D.Usage,Microsoft.DirectX.Direct3D.ResourceType,Microsoft.DirectX.Direct3D.Format)">
  1915.       <summary>Determines whether a surface format is available as a specified resource type and can be used as a texture, depth stencil buffer, render target, or any combination of the three, on a device representing the current adapter.</summary>
  1916.       <param name="adapter">Ordinal number that denotes the display adapter to query. <see cref="T:Microsoft.DirectX.Direct3D.AdapterListCollection" />.<see cref="P:Microsoft.DirectX.Direct3D.AdapterListCollection.Default" /> is always the primary display adapter. This method returns <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.ResultCode.InvalidCall" /> if this value equals or exceeds the number of display adapters in the system.</param>
  1917.       <param name="deviceType">Member of the <see cref="T:Microsoft.DirectX.Direct3D.DeviceType" /> enumeration that identifies the device type.</param>
  1918.       <param name="adapterFormat">Member of the <see cref="T:Microsoft.DirectX.Direct3D.Format" /> enumeration that identifies the format of the display mode into which the adapter will be placed.</param>
  1919.       <param name="usage">Requested usage options for the surface. Usage options are any combination of <see cref="T:Microsoft.DirectX.Direct3D.Usage" /> enumeration values (only a subset of the <see cref="T:Microsoft.DirectX.Direct3D.Usage" /> values are valid for <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormat" />). For more information, see <see cref="T:Microsoft.DirectX.Direct3D.Usage" />.</param>
  1920.       <param name="resourceType">A <see cref="T:Microsoft.DirectX.Direct3D.ResourceType" /> requested for use with the queried format.</param>
  1921.       <param name="checkFormat">Member of the <see cref="T:Microsoft.DirectX.Direct3D.Format" /> enumeration that identifies the format of the surfaces that can be used, as defined by <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormat" />.</param>
  1922.       <returns>Value that is true if the method succeeds; false if it fails. Check the <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormat" /> parameter for the HRESULT code returned. If the format is not acceptable to the device for this usage, <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormat" /> is set to <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.ResultCode.NotAvailable" />. If <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormat" /> equals or exceeds the number of display adapters in the system, <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormat" /> is set to <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.ResultCode.InvalidCall" />.</returns>
  1923.     </member>
  1924.     <member name="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormat(System.Int32,Microsoft.DirectX.Direct3D.DeviceType,Microsoft.DirectX.Direct3D.Format,Microsoft.DirectX.Direct3D.Usage,Microsoft.DirectX.Direct3D.ResourceType,Microsoft.DirectX.Direct3D.Format,System.Int32@)">
  1925.       <summary>Determines whether a surface format is available as a specified resource type and can be used as a texture, depth stencil buffer, render target, or any combination of the three, on a device representing the current adapter.</summary>
  1926.       <param name="adapter">Ordinal number that denotes the display adapter to query. <see cref="T:Microsoft.DirectX.Direct3D.AdapterListCollection" />.<see cref="P:Microsoft.DirectX.Direct3D.AdapterListCollection.Default" /> is always the primary display adapter. This method returns <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.ResultCode.InvalidCall" /> if this value equals or exceeds the number of display adapters in the system.</param>
  1927.       <param name="deviceType">Member of the <see cref="T:Microsoft.DirectX.Direct3D.DeviceType" /> enumeration that identifies the device type.</param>
  1928.       <param name="adapterFormat">Member of the <see cref="T:Microsoft.DirectX.Direct3D.Format" /> enumeration that identifies the format of the display mode into which the adapter will be placed.</param>
  1929.       <param name="usage">Requested usage options for the surface. Usage options are any combination of <see cref="T:Microsoft.DirectX.Direct3D.Usage" /> enumeration values (only a subset of the <see cref="T:Microsoft.DirectX.Direct3D.Usage" /> values are valid for <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormat" />). For more information, see <see cref="T:Microsoft.DirectX.Direct3D.Usage" />.</param>
  1930.       <param name="resourceType">A <see cref="T:Microsoft.DirectX.Direct3D.ResourceType" /> requested for use with the queried format.</param>
  1931.       <param name="checkFormat">Member of the <see cref="T:Microsoft.DirectX.Direct3D.Format" /> enumeration that identifies the format of the surfaces that can be used, as defined by <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormat" />.</param>
  1932.       <param name="result">HRESULT code passed back from the method.</param>
  1933.       <returns>Value that is true if the method succeeds; false if it fails. Check the <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormat" /> parameter for the HRESULT code returned. If the format is not acceptable to the device for this usage, <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormat" /> is set to <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.ResultCode.NotAvailable" />. If <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormat" /> equals or exceeds the number of display adapters in the system, <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormat" /> is set to <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.ResultCode.InvalidCall" />.</returns>
  1934.     </member>
  1935.     <member name="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormatConversion(System.Int32,Microsoft.DirectX.Direct3D.DeviceType,Microsoft.DirectX.Direct3D.Format,Microsoft.DirectX.Direct3D.Format,System.Int32@)">
  1936.       <summary>Tests a device to determine whether it supports conversion from one display format to another.</summary>
  1937.       <param name="adapter">Display adapter ordinal number. <see cref="T:Microsoft.DirectX.Direct3D.AdapterListCollection" />.<see cref="P:Microsoft.DirectX.Direct3D.AdapterListCollection.Default" /> is always the primary display adapter. This method returns <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.ResultCode.InvalidCall" /> when the value equals or exceeds the number of display adapters in the system.</param>
  1938.       <param name="deviceType">Device type. Member of the <see cref="T:Microsoft.DirectX.Direct3D.DeviceType" /> enumeration.</param>
  1939.       <param name="sourceFormat">Source adapter format. Member of the <see cref="T:Microsoft.DirectX.Direct3D.Format" /> enumeration.</param>
  1940.       <param name="targetFormat">Target adapter format. Member of the <see cref="T:Microsoft.DirectX.Direct3D.Format" /> enumeration.</param>
  1941.       <param name="result">HRESULT code passed back from the method.</param>
  1942.       <returns>Returns true if the method succeeds; false if it fails. Check the <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormatConversion" /> parameter for the HRESULT code returned.If the method fails, <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormatConversion" /> is set to <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.ResultCode.InvalidCall" />. If the hardware does not support conversion between the two formats, <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormatConversion" /> is set to <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.ResultCode.NotAvailable" />.</returns>
  1943.     </member>
  1944.     <member name="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormatConversion(System.Int32,Microsoft.DirectX.Direct3D.DeviceType,Microsoft.DirectX.Direct3D.Format,Microsoft.DirectX.Direct3D.Format)">
  1945.       <summary>Tests a device to determine whether it supports conversion from one display format to another.</summary>
  1946.       <param name="adapter">Display adapter ordinal number. <see cref="T:Microsoft.DirectX.Direct3D.AdapterListCollection" />.<see cref="P:Microsoft.DirectX.Direct3D.AdapterListCollection.Default" /> is always the primary display adapter. This method returns <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.ResultCode.InvalidCall" /> when the value equals or exceeds the number of display adapters in the system.</param>
  1947.       <param name="deviceType">Device type. Member of the <see cref="T:Microsoft.DirectX.Direct3D.DeviceType" /> enumeration.</param>
  1948.       <param name="sourceFormat">Source adapter format. Member of the <see cref="T:Microsoft.DirectX.Direct3D.Format" /> enumeration.</param>
  1949.       <param name="targetFormat">Target adapter format. Member of the <see cref="T:Microsoft.DirectX.Direct3D.Format" /> enumeration.</param>
  1950.       <returns>Returns true if the method succeeds; false if it fails. Check the <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormatConversion" /> parameter for the HRESULT code returned.If the method fails, <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormatConversion" /> is set to <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.ResultCode.InvalidCall" />. If the hardware does not support conversion between the two formats, <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormatConversion" /> is set to <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.ResultCode.NotAvailable" />.</returns>
  1951.     </member>
  1952.     <member name="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceMultiSampleType(System.Int32,Microsoft.DirectX.Direct3D.DeviceType,Microsoft.DirectX.Direct3D.Format,System.Boolean,Microsoft.DirectX.Direct3D.MultiSampleType,System.Int32@,System.Int32@)">
  1953.       <summary>Determines whether a multisampling technique is available on the current device.</summary>
  1954.       <param name="adapter">Display adapter ordinal number. <see cref="T:Microsoft.DirectX.Direct3D.AdapterListCollection" />.<see cref="P:Microsoft.DirectX.Direct3D.AdapterListCollection.Default" /> is always the primary display adapter. This method returns <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.ResultCode.InvalidCall" /> when the value equals or exceeds the number of display adapters in the system.</param>
  1955.       <param name="deviceType">Member of the <see cref="T:Microsoft.DirectX.Direct3D.DeviceType" /> enumeration.</param>
  1956.       <param name="surfaceFormat">Member of the <see cref="T:Microsoft.DirectX.Direct3D.Format" /> enumeration that specifies the format of the surface to be multisampled. See Remarks.</param>
  1957.       <param name="windowed">Set to true to inquire about windowed multisampling. Set to false to inquire about full-screen multisampling.</param>
  1958.       <param name="multiSampleType">Member of the <see cref="T:Microsoft.DirectX.Direct3D.MultiSampleType" /> enumeration that identifies the multisampling technique to test.</param>
  1959.       <param name="result">HRESULT code passed back from the method.</param>
  1960.       <param name="qualityLevels">Number of quality stops available for a given multisample type; can be null if it is not necessary to return the values.</param>
  1961.       <returns>Returns true if the method succeeds; false if it fails. Check the <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceMultiSampleType" /> parameter for the HRESULT code returned.If the method fails, <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceMultiSampleType" /> is set to one of the following values: <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.ResultCode.InvalidCall" /> if the <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceMultiSampleType" /> or <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceMultiSampleType" /> parameters are invalid, <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.ResultCode.NotAvailable" /> if the device does not support the queried multisampling technique, or <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.ResultCode.InvalidDevice" /> if <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceMultiSampleType" /> does not apply to the adapter.</returns>
  1962.     </member>
  1963.     <member name="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceMultiSampleType(System.Int32,Microsoft.DirectX.Direct3D.DeviceType,Microsoft.DirectX.Direct3D.Format,System.Boolean,Microsoft.DirectX.Direct3D.MultiSampleType)">
  1964.       <summary>Determines whether a multisampling technique is available on the current device.</summary>
  1965.       <param name="adapter">Display adapter ordinal number. <see cref="T:Microsoft.DirectX.Direct3D.AdapterListCollection" />.<see cref="P:Microsoft.DirectX.Direct3D.AdapterListCollection.Default" /> is always the primary display adapter. This method returns <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.ResultCode.InvalidCall" /> when the value equals or exceeds the number of display adapters in the system.</param>
  1966.       <param name="deviceType">Member of the <see cref="T:Microsoft.DirectX.Direct3D.DeviceType" /> enumeration.</param>
  1967.       <param name="surfaceFormat">Member of the <see cref="T:Microsoft.DirectX.Direct3D.Format" /> enumeration that specifies the format of the surface to be multisampled. See Remarks.</param>
  1968.       <param name="windowed">Set to true to inquire about windowed multisampling. Set to false to inquire about full-screen multisampling.</param>
  1969.       <param name="multiSampleType">Member of the <see cref="T:Microsoft.DirectX.Direct3D.MultiSampleType" /> enumeration that identifies the multisampling technique to test.</param>
  1970.       <returns>Returns true if the method succeeds; false if it fails. Check the <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceMultiSampleType" /> parameter for the HRESULT code returned.If the method fails, <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceMultiSampleType" /> is set to one of the following values: <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.ResultCode.InvalidCall" /> if the <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceMultiSampleType" /> or <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceMultiSampleType" /> parameters are invalid, <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.ResultCode.NotAvailable" /> if the device does not support the queried multisampling technique, or <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.ResultCode.InvalidDevice" /> if <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceMultiSampleType" /> does not apply to the adapter.</returns>
  1971.     </member>
  1972.     <member name="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceType(System.Int32,Microsoft.DirectX.Direct3D.DeviceType,Microsoft.DirectX.Direct3D.Format,Microsoft.DirectX.Direct3D.Format,System.Boolean)">
  1973.       <summary>Specifies whether a hardware-accelerated device type can be used on the current adapter.</summary>
  1974.       <param name="adapter">Display adapter ordinal number. <see cref="T:Microsoft.DirectX.Direct3D.AdapterListCollection" />.<see cref="P:Microsoft.DirectX.Direct3D.AdapterListCollection.Default" /> is always the primary display adapter. This method returns <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.ResultCode.InvalidCall" /> when the value equals or exceeds the number of display adapters in the system.</param>
  1975.       <param name="checkType">Member of the <see cref="T:Microsoft.DirectX.Direct3D.DeviceType" /> enumeration that indicates the device type to check.</param>
  1976.       <param name="displayFormat">Member of the <see cref="T:Microsoft.DirectX.Direct3D.Format" /> enumeration that indicates the format of the adapter display mode for which the device type is being checked. For example, some devices operate only in modes of 16 bits per pixel.</param>
  1977.       <param name="backBufferFormat">Back buffer format. For more information about formats, see <see cref="T:Microsoft.DirectX.Direct3D.Format" />. This value must be one of the render target formats. <see cref="T:Microsoft.DirectX.Direct3D.Device" />.<see cref="P:Microsoft.DirectX.Direct3D.Device.DisplayMode" /> can be used to obtain the current format.For windowed applications, the back buffer format does not need to match the display mode format if the hardware supports color conversion. The set of possible back buffer formats is constrained, but the runtime allows any valid back buffer format to be presented to any desktop format. Additionally, the device must be operable in desktop mode because devices typically do not operate in modes of 8 bits per pixel.Full-screen applications cannot perform color conversion.<see cref="F:Microsoft.DirectX.Direct3D.Format.Format.Unknown" /> is allowed for windowed mode.</param>
  1978.       <param name="windowed">Set to true if the device type will be used in windowed mode. Set to false if the device type will be used in full-screen.</param>
  1979.       <returns>Returns true if the method succeeds and the device can be used on this adapter; false if the method fails. Check the <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceType" /> parameter for the HRESULT code returned.If the method fails, <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceType" /> is set to <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.ResultCode.InvalidCall" />, provided <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceType" /> equals or exceeds the number of display adapters in the system. <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.ResultCode.InvalidCall" /> also is returned if <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceType" /> specified a device that does not exist.If the requested back buffer format is not supported, or if hardware acceleration is not available for the specified formats, <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceType" /> is set to <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.ResultCode.NotAvailable" />.</returns>
  1980.     </member>
  1981.     <member name="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceType(System.Int32,Microsoft.DirectX.Direct3D.DeviceType,Microsoft.DirectX.Direct3D.Format,Microsoft.DirectX.Direct3D.Format,System.Boolean,System.Int32@)">
  1982.       <summary>Specifies whether a hardware-accelerated device type can be used on the current adapter.</summary>
  1983.       <param name="adapter">Display adapter ordinal number. <see cref="T:Microsoft.DirectX.Direct3D.AdapterListCollection" />.<see cref="P:Microsoft.DirectX.Direct3D.AdapterListCollection.Default" /> is always the primary display adapter. This method returns <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.ResultCode.InvalidCall" /> when the value equals or exceeds the number of display adapters in the system.</param>
  1984.       <param name="checkType">Member of the <see cref="T:Microsoft.DirectX.Direct3D.DeviceType" /> enumeration that indicates the device type to check.</param>
  1985.       <param name="displayFormat">Member of the <see cref="T:Microsoft.DirectX.Direct3D.Format" /> enumeration that indicates the format of the adapter display mode for which the device type is being checked. For example, some devices operate only in modes of 16 bits per pixel.</param>
  1986.       <param name="backBufferFormat">Back buffer format. For more information about formats, see <see cref="T:Microsoft.DirectX.Direct3D.Format" />. This value must be one of the render target formats. <see cref="T:Microsoft.DirectX.Direct3D.Device" />.<see cref="P:Microsoft.DirectX.Direct3D.Device.DisplayMode" /> can be used to obtain the current format.For windowed applications, the back buffer format does not need to match the display mode format if the hardware supports color conversion. The set of possible back buffer formats is constrained, but the runtime allows any valid back buffer format to be presented to any desktop format. Additionally, the device must be operable in desktop mode because devices typically do not operate in modes of 8 bits per pixel.Full-screen applications cannot perform color conversion.<see cref="F:Microsoft.DirectX.Direct3D.Format.Format.Unknown" /> is allowed for windowed mode.</param>
  1987.       <param name="windowed">Set to true if the device type will be used in windowed mode. Set to false if the device type will be used in full-screen.</param>
  1988.       <param name="result">HRESULT code passed back from the method.</param>
  1989.       <returns>Returns true if the method succeeds and the device can be used on this adapter; false if the method fails. Check the <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceType" /> parameter for the HRESULT code returned.If the method fails, <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceType" /> is set to <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.ResultCode.InvalidCall" />, provided <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceType" /> equals or exceeds the number of display adapters in the system. <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.ResultCode.InvalidCall" /> also is returned if <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceType" /> specified a device that does not exist.If the requested back buffer format is not supported, or if hardware acceleration is not available for the specified formats, <see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceType" /> is set to <see cref="F:Microsoft.DirectX.Direct3D.ResultCode.ResultCode.NotAvailable" />.</returns>
  1990.     </member>
  1991.     <member name="M:Microsoft.DirectX.Direct3D.Manager.DisableD3DSpy">
  1992.       <summary>Blocks D3DSpy from monitoring an application.</summary>
  1993.       <returns>Returns true if D3DSpy is monitoring this application; otherwise, false.</returns>
  1994.     </member>
  1995.     <member name="M:Microsoft.DirectX.Direct3D.Manager.Equals(System.Object)">
  1996.       <summary>Returns a value that indicates whether the current instance is equal to a specified object.</summary>
  1997.       <param name="compare">Object to compare to this object.</param>
  1998.       <returns>Returns true if the objects are the same; otherwise, false.</returns>
  1999.     </member>
  2000.     <member name="M:Microsoft.DirectX.Direct3D.Manager.Finalize">
  2001.       <summary>Allows the <see cref="T:Microsoft.DirectX.Direct3D.Manager" /> object to free resources before it is destroyed by the garbage collector.</summary>
  2002.       <returns />
  2003.     </member>
  2004.     <member name="M:Microsoft.DirectX.Direct3D.Manager.GenerateD3DSpyBreak">
  2005.       <summary>Generates a breakpoint in D3DSpy when called within the application.</summary>
  2006.       <returns>Returns true if D3DSpy is monitoring this application; otherwise, false.</returns>
  2007.     </member>
  2008.     <member name="M:Microsoft.DirectX.Direct3D.Manager.GetAdapterMonitor(System.Int32)">
  2009.       <summary>Returns the handle of the monitor associated with the Microsoft Direct3D object.</summary>
  2010.       <param name="adapter">Ordinal number that denotes the display adapter. <see cref="T:Microsoft.DirectX.Direct3D.AdapterListCollection" />.<see cref="P:Microsoft.DirectX.Direct3D.AdapterListCollection.Default" /> is always the primary display adapter.</param>
  2011.       <returns>Handle of the monitor associated with the Microsoft Direct3D object.</returns>
  2012.     </member>
  2013.     <member name="M:Microsoft.DirectX.Direct3D.Manager.GetDeviceCaps(System.Int32,Microsoft.DirectX.Direct3D.DeviceType)">
  2014.       <summary>Retrieves information specific to a device.</summary>
  2015.       <param name="adapter">Ordinal number that denotes the display adapter. <see cref="T:Microsoft.DirectX.Direct3D.AdapterListCollection" />.<see cref="P:Microsoft.DirectX.Direct3D.AdapterListCollection.Default" /> is always the primary display adapter.</param>
  2016.       <param name="deviceType">Member of the <see cref="T:Microsoft.DirectX.Direct3D.DeviceType" /> enumeration that identifies the device type.</param>
  2017.       <returns>If the method succeeds, the return value is a <see cref="T:Microsoft.DirectX.Direct3D.Caps" /> object that contains information that describes the device's capabilities.</returns>
  2018.     </member>
  2019.     <member name="M:Microsoft.DirectX.Direct3D.Manager.GetHashCode">
  2020.       <summary>Returns the hash code for the current instance.</summary>
  2021.       <returns>Hash code for the instance.</returns>
  2022.     </member>
  2023.     <member name="M:Microsoft.DirectX.Direct3D.Manager.op_Equality(Microsoft.DirectX.Direct3D.Manager,Microsoft.DirectX.Direct3D.Manager)">
  2024.       <summary>Compares the current instance of a class to another instance to determine whether they are the same.</summary>
  2025.       <param name="left">The <see cref="T:Microsoft.DirectX.Direct3D.Manager" /> object to the left of the equality operator.</param>
  2026.       <param name="right">The <see cref="T:Microsoft.DirectX.Direct3D.Manager" /> object to the right of the equality operator.</param>
  2027.       <returns>Returns true if the objects are the same; otherwise, false.</returns>
  2028.     </member>
  2029.     <member name="M:Microsoft.DirectX.Direct3D.Manager.op_Inequality(Microsoft.DirectX.Direct3D.Manager,Microsoft.DirectX.Direct3D.Manager)">
  2030.       <summary>Compares the current instance of a class to another instance to determine whether they are different.</summary>
  2031.       <param name="left">The <see cref="T:Microsoft.DirectX.Direct3D.Manager" /> object to the left of the equality operator.</param>
  2032.       <param name="right">The <see cref="T:Microsoft.DirectX.Direct3D.Manager" /> object to the right of the equality operator.</param>
  2033.       <returns>Returns true if the objects are different; otherwise, false.</returns>
  2034.     </member>
  2035.     <member name="P:Microsoft.DirectX.Direct3D.Manager.Adapters">
  2036.       <summary>Collection of adapters on the system.</summary>
  2037.     </member>
  2038.     <member name="T:Microsoft.DirectX.Direct3D.MoreDataException">
  2039.       <summary>More data is available than the specified buffer size can hold.</summary>
  2040.     </member>
  2041.     <member name="M:Microsoft.DirectX.Direct3D.MoreDataException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  2042.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.MoreDataException" /> class.</summary>
  2043.       <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds all of the data needed to serialize or deserialize the object.</param>
  2044.       <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that describes the source and destination serialized stream.</param>
  2045.     </member>
  2046.     <member name="M:Microsoft.DirectX.Direct3D.MoreDataException.#ctor(System.String,System.Exception)">
  2047.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.MoreDataException" /> class.</summary>
  2048.       <param name="message">String that contains the error message to display.</param>
  2049.       <param name="inner">An <see cref="T:System.Exception" /> object that represents errors that occur during application execution.</param>
  2050.     </member>
  2051.     <member name="M:Microsoft.DirectX.Direct3D.MoreDataException.#ctor(System.String)">
  2052.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.MoreDataException" /> class.</summary>
  2053.       <param name="message">String that contains the error message to display.</param>
  2054.     </member>
  2055.     <member name="M:Microsoft.DirectX.Direct3D.MoreDataException.#ctor">
  2056.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.MoreDataException" /> class.</summary>
  2057.     </member>
  2058.     <member name="T:Microsoft.DirectX.Direct3D.NotAvailableException">
  2059.       <summary>This device does not support the queried technique.</summary>
  2060.     </member>
  2061.     <member name="M:Microsoft.DirectX.Direct3D.NotAvailableException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  2062.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.NotAvailableException" /> class.</summary>
  2063.       <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds all of the data needed to serialize or deserialize the object.</param>
  2064.       <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that describes the source and destination serialized stream.</param>
  2065.     </member>
  2066.     <member name="M:Microsoft.DirectX.Direct3D.NotAvailableException.#ctor(System.String,System.Exception)">
  2067.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.NotAvailableException" /> class.</summary>
  2068.       <param name="message">String that contains the error message to display.</param>
  2069.       <param name="inner">An <see cref="T:System.Exception" /> object that represents errors that occur during application execution.</param>
  2070.     </member>
  2071.     <member name="M:Microsoft.DirectX.Direct3D.NotAvailableException.#ctor(System.String)">
  2072.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.NotAvailableException" /> class.</summary>
  2073.       <param name="message">String that contains the error message to display.</param>
  2074.     </member>
  2075.     <member name="M:Microsoft.DirectX.Direct3D.NotAvailableException.#ctor">
  2076.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.NotAvailableException" /> class.</summary>
  2077.     </member>
  2078.     <member name="T:Microsoft.DirectX.Direct3D.NotFoundException">
  2079.       <summary>The requested item was not found.</summary>
  2080.     </member>
  2081.     <member name="M:Microsoft.DirectX.Direct3D.NotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  2082.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.NotFoundException" /> class.</summary>
  2083.       <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds all of the data needed to serialize or deserialize the object.</param>
  2084.       <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that describes the source and destination serialized stream.</param>
  2085.     </member>
  2086.     <member name="M:Microsoft.DirectX.Direct3D.NotFoundException.#ctor(System.String,System.Exception)">
  2087.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.NotFoundException" /> class.</summary>
  2088.       <param name="message">String that contains the error message to display.</param>
  2089.       <param name="inner">An <see cref="T:System.Exception" /> object that represents errors that occur during application execution.</param>
  2090.     </member>
  2091.     <member name="M:Microsoft.DirectX.Direct3D.NotFoundException.#ctor(System.String)">
  2092.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.NotFoundException" /> class.</summary>
  2093.       <param name="message">String that contains the error message to display.</param>
  2094.     </member>
  2095.     <member name="M:Microsoft.DirectX.Direct3D.NotFoundException.#ctor">
  2096.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.NotFoundException" /> class.</summary>
  2097.     </member>
  2098.     <member name="T:Microsoft.DirectX.Direct3D.OutOfVideoMemoryException">
  2099.       <summary>Microsoft Direct3D does not have enough display memory to perform the operation.</summary>
  2100.     </member>
  2101.     <member name="M:Microsoft.DirectX.Direct3D.OutOfVideoMemoryException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  2102.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.OutOfVideoMemoryException" /> class.</summary>
  2103.       <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds all of the data needed to serialize or deserialize the object.</param>
  2104.       <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that describes the source and destination serialized stream.</param>
  2105.     </member>
  2106.     <member name="M:Microsoft.DirectX.Direct3D.OutOfVideoMemoryException.#ctor(System.String,System.Exception)">
  2107.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.OutOfVideoMemoryException" /> class.</summary>
  2108.       <param name="message">String that contains the error message to display.</param>
  2109.       <param name="inner">An <see cref="T:System.Exception" /> object that represents errors that occur during application execution.</param>
  2110.     </member>
  2111.     <member name="M:Microsoft.DirectX.Direct3D.OutOfVideoMemoryException.#ctor(System.String)">
  2112.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.OutOfVideoMemoryException" /> class.</summary>
  2113.       <param name="message">String that contains the error message to display.</param>
  2114.     </member>
  2115.     <member name="M:Microsoft.DirectX.Direct3D.OutOfVideoMemoryException.#ctor">
  2116.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.OutOfVideoMemoryException" /> class.</summary>
  2117.     </member>
  2118.     <member name="T:Microsoft.DirectX.Direct3D.PixelShader">
  2119.       <summary>Encapsulates the functionality of a pixel shader.</summary>
  2120.     </member>
  2121.     <member name="E:Microsoft.DirectX.Direct3D.PixelShader.Disposing">
  2122.       <summary>Occurs when the <see cref="M:Microsoft.DirectX.Direct3D.PixelShader.Dispose" /> method is called or when the <see cref="T:Microsoft.DirectX.Direct3D.PixelShader" /> object is finalized and collected by the garbage collector of the Microsoft .NETcommon language runtime.</summary>
  2123.     </member>
  2124.     <member name="M:Microsoft.DirectX.Direct3D.PixelShader.#ctor(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DPixelShader9)">
  2125.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.PixelShader" /> class.</summary>
  2126.       <param name="pUnk">Unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DPixelShader9" /> interface pointer.</param>
  2127.     </member>
  2128.     <member name="M:Microsoft.DirectX.Direct3D.PixelShader.#ctor(System.IntPtr)">
  2129.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.PixelShader" /> class.</summary>
  2130.       <param name="unmanagedObject">Pointer to an unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DPixelShader9" /> interface. This parameter is useful for working with unmanaged applications from managed code. Not supported.</param>
  2131.     </member>
  2132.     <member name="M:Microsoft.DirectX.Direct3D.PixelShader.#ctor(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DPixelShader9,Microsoft.DirectX.Direct3D.Device)">
  2133.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.PixelShader" /> class.</summary>
  2134.       <param name="lp">Unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DPixelShader9" /> interface pointer.</param>
  2135.       <param name="device">Reference to an instance of a <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object.</param>
  2136.     </member>
  2137.     <member name="M:Microsoft.DirectX.Direct3D.PixelShader.#ctor(Microsoft.DirectX.Direct3D.Device,System.Int32[])">
  2138.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.PixelShader" /> class.</summary>
  2139.       <param name="device">Reference to an instance of a <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object.</param>
  2140.       <param name="functionToken">Integer array representing the pixel shader function tokens that specify the blending operations.</param>
  2141.     </member>
  2142.     <member name="M:Microsoft.DirectX.Direct3D.PixelShader.#ctor(Microsoft.DirectX.Direct3D.Device,Microsoft.DirectX.GraphicsStream)">
  2143.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.PixelShader" /> class.</summary>
  2144.       <param name="device">Reference to an instance of a <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object.</param>
  2145.       <param name="functionToken">Reference to a <see cref="T:Microsoft.DirectX.GraphicsStream" /> object that represents the pixel shader function tokens to use.</param>
  2146.     </member>
  2147.     <member name="M:Microsoft.DirectX.Direct3D.PixelShader.Dispose">
  2148.       <summary>Immediately releases the unmanaged resources used by the <see cref="T:Microsoft.DirectX.Direct3D.PixelShader" /> object.</summary>
  2149.       <returns />
  2150.     </member>
  2151.     <member name="M:Microsoft.DirectX.Direct3D.PixelShader.Equals(System.Object)">
  2152.       <summary>Returns a value that indicates whether the current instance is equal to a specified object.</summary>
  2153.       <param name="compare">Object to compare to this object.</param>
  2154.       <returns>Returns true if the objects are the same; otherwise, false.</returns>
  2155.     </member>
  2156.     <member name="M:Microsoft.DirectX.Direct3D.PixelShader.Finalize">
  2157.       <summary>Allows the <see cref="T:Microsoft.DirectX.Direct3D.PixelShader" /> object to free resources before it is destroyed by the garbage collector.</summary>
  2158.       <returns />
  2159.     </member>
  2160.     <member name="M:Microsoft.DirectX.Direct3D.PixelShader.GetFunction">
  2161.       <summary>Retrieves an array that contains the shader data.</summary>
  2162.       <returns>Array that contains the shader data.</returns>
  2163.     </member>
  2164.     <member name="M:Microsoft.DirectX.Direct3D.PixelShader.GetHashCode">
  2165.       <summary>Returns the hash code for the current instance.</summary>
  2166.       <returns>Hash code for the instance.</returns>
  2167.     </member>
  2168.     <member name="M:Microsoft.DirectX.Direct3D.PixelShader.GetObjectByValue(System.Int32)">
  2169.       <summary>This member supports the infrastructure for Microsoft DirectX 9.0 for Managed Code and is not intended to be used directly from your code.</summary>
  2170.       <param name="uniqueKey">Object identifier.</param>
  2171.       <returns>Pointer to the unmanaged Component Object Model (COM) interface, IDirect3DPixelShader9, which allows unmanaged COM clients to create an instance of the managed <see cref="T:Microsoft.DirectX.Direct3D.PixelShader" /> class. Not supported.</returns>
  2172.     </member>
  2173.     <member name="M:Microsoft.DirectX.Direct3D.PixelShader.op_Equality(Microsoft.DirectX.Direct3D.PixelShader,Microsoft.DirectX.Direct3D.PixelShader)">
  2174.       <summary>Compares the current instance of a class to another instance to determine whether they are the same.</summary>
  2175.       <param name="left">The <see cref="T:Microsoft.DirectX.Direct3D.PixelShader" /> object to the left of the equality operator.</param>
  2176.       <param name="right">The <see cref="T:Microsoft.DirectX.Direct3D.PixelShader" /> object to the right of the equality operator.</param>
  2177.       <returns>Returns true if the objects are the same; otherwise, false.</returns>
  2178.     </member>
  2179.     <member name="M:Microsoft.DirectX.Direct3D.PixelShader.op_Inequality(Microsoft.DirectX.Direct3D.PixelShader,Microsoft.DirectX.Direct3D.PixelShader)">
  2180.       <summary>Compares the current instance of a class to another instance to determine whether they are different.</summary>
  2181.       <param name="left">The <see cref="T:Microsoft.DirectX.Direct3D.PixelShader" /> object to the left of the equality operator.</param>
  2182.       <param name="right">The <see cref="T:Microsoft.DirectX.Direct3D.PixelShader" /> object to the right of the equality operator.</param>
  2183.       <returns>Returns true if the objects are different; otherwise, false.</returns>
  2184.     </member>
  2185.     <member name="M:Microsoft.DirectX.Direct3D.PixelShader.raise_Disposing(System.Object,System.EventArgs)">
  2186.       <summary>Raises the <see cref="E:Microsoft.DirectX.Direct3D.PixelShader.Disposing" /> event when called from within a derived class.</summary>
  2187.       <param name="i1">Invoking object reference; should be this object.</param>
  2188.       <param name="i2">Arguments to pass to the event handler.</param>
  2189.       <returns />
  2190.     </member>
  2191.     <member name="M:Microsoft.DirectX.Direct3D.PixelShader.UpdateUnmanagedPointer(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DPixelShader9)">
  2192.       <summary>Updates the unmanaged pointer for this <see cref="T:Microsoft.DirectX.Direct3D.PixelShader" /> object. This method supports the Microsoft .NET Framework infrastructure and is not intended to be used directly in your code.</summary>
  2193.       <param name="pInterface">Pointer to the <see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DPixelShader9" /> structure used to update the unmanaged pointer for this <see cref="T:Microsoft.DirectX.Direct3D.PixelShader" /> object.</param>
  2194.       <returns />
  2195.     </member>
  2196.     <member name="P:Microsoft.DirectX.Direct3D.PixelShader.Device">
  2197.       <summary>Retrieves the Microsoft Direct3D device associated with a pixel shader object.</summary>
  2198.     </member>
  2199.     <member name="P:Microsoft.DirectX.Direct3D.PixelShader.Disposed">
  2200.       <summary>Gets a value that indicates whether the object is disposed.</summary>
  2201.     </member>
  2202.     <member name="P:Microsoft.DirectX.Direct3D.PixelShader.UnmanagedComPointer">
  2203.       <summary>Returns the unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DPixelShader9" /> interface pointer.</summary>
  2204.     </member>
  2205.     <member name="T:Microsoft.DirectX.Direct3D.PresentParameters">
  2206.       <summary>Describes the presentation parameters.</summary>
  2207.     </member>
  2208.     <member name="F:Microsoft.DirectX.Direct3D.PresentParameters.DefaultPresentRate">
  2209.       <summary>Returns the default rate at which a swap chain's back buffers can be presented.</summary>
  2210.     </member>
  2211.     <member name="M:Microsoft.DirectX.Direct3D.PresentParameters.Clone">
  2212.       <summary>Clones, or copies, a <see cref="T:Microsoft.DirectX.Direct3D.PresentParameters" /> object.</summary>
  2213.       <returns>An <see cref="T:System.Object" /> that represents the copied device.</returns>
  2214.     </member>
  2215.     <member name="M:Microsoft.DirectX.Direct3D.PresentParameters.#ctor">
  2216.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.PresentParameters" /> class.</summary>
  2217.     </member>
  2218.     <member name="M:Microsoft.DirectX.Direct3D.PresentParameters.#ctor(Microsoft.DirectX.Direct3D.PresentParameters)">
  2219.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.PresentParameters" /> class.</summary>
  2220.       <param name="original">A <see cref="T:Microsoft.DirectX.Direct3D.PresentParameters" /> object from which to create the new object.</param>
  2221.     </member>
  2222.     <member name="M:Microsoft.DirectX.Direct3D.PresentParameters.ToString">
  2223.       <summary>Obtains a string representation of the current instance.</summary>
  2224.       <returns>String that represents the object.</returns>
  2225.     </member>
  2226.     <member name="P:Microsoft.DirectX.Direct3D.PresentParameters.AutoDepthStencilFormat">
  2227.       <summary>Retrieves or sets the <see cref="T:Microsoft.DirectX.Direct3D.DepthFormat" /> of the depth stencil surface the device creates.</summary>
  2228.     </member>
  2229.     <member name="P:Microsoft.DirectX.Direct3D.PresentParameters.BackBufferCount">
  2230.       <summary>Retrieves or sets the number of back buffers.</summary>
  2231.     </member>
  2232.     <member name="P:Microsoft.DirectX.Direct3D.PresentParameters.BackBufferFormat">
  2233.       <summary>Retrieves or sets the format of the back buffer.</summary>
  2234.     </member>
  2235.     <member name="P:Microsoft.DirectX.Direct3D.PresentParameters.BackBufferHeight">
  2236.       <summary>Retrieves or sets the height of a swap chain's back buffers, in pixels.</summary>
  2237.     </member>
  2238.     <member name="P:Microsoft.DirectX.Direct3D.PresentParameters.BackBufferWidth">
  2239.       <summary>Retrieves or sets the width of a swap chain's back buffers, in pixels.</summary>
  2240.     </member>
  2241.     <member name="P:Microsoft.DirectX.Direct3D.PresentParameters.DeviceWindow">
  2242.       <summary>Retrieves or sets the display window.</summary>
  2243.     </member>
  2244.     <member name="P:Microsoft.DirectX.Direct3D.PresentParameters.DeviceWindowHandle">
  2245.       <summary>Retrieves or sets the display window.</summary>
  2246.     </member>
  2247.     <member name="P:Microsoft.DirectX.Direct3D.PresentParameters.EnableAutoDepthStencil">
  2248.       <summary>Retrieves or sets a Boolean value that indicates whether Microsoft Direct3D manages depth buffers for an application.</summary>
  2249.     </member>
  2250.     <member name="P:Microsoft.DirectX.Direct3D.PresentParameters.ForceNoMultiThreadedFlag">
  2251.       <summary>Retrieves or sets a Boolean value that indicates whether an application can use multithreading.</summary>
  2252.     </member>
  2253.     <member name="P:Microsoft.DirectX.Direct3D.PresentParameters.FullScreenRefreshRateInHz">
  2254.       <summary>Retrieves or sets the rate at which the display adapter refreshes the screen.</summary>
  2255.     </member>
  2256.     <member name="P:Microsoft.DirectX.Direct3D.PresentParameters.MultiSample">
  2257.       <summary>Retrieves or sets the <see cref="T:Microsoft.DirectX.Direct3D.MultiSampleType" />.</summary>
  2258.     </member>
  2259.     <member name="P:Microsoft.DirectX.Direct3D.PresentParameters.MultiSampleQuality">
  2260.       <summary>Retrieves or sets the multisample quality level.</summary>
  2261.     </member>
  2262.     <member name="P:Microsoft.DirectX.Direct3D.PresentParameters.PresentationInterval">
  2263.       <summary>Retrieves or sets the maximum rate at which the swap chain's back buffers can be presented.</summary>
  2264.     </member>
  2265.     <member name="P:Microsoft.DirectX.Direct3D.PresentParameters.PresentFlag">
  2266.       <summary>Retrieves or sets the present flag.</summary>
  2267.     </member>
  2268.     <member name="P:Microsoft.DirectX.Direct3D.PresentParameters.SwapEffect">
  2269.       <summary>Retrieves or sets the swap effect.</summary>
  2270.     </member>
  2271.     <member name="P:Microsoft.DirectX.Direct3D.PresentParameters.Windowed">
  2272.       <summary>Boolean value that indicates whether an application is running in a windowed mode.</summary>
  2273.     </member>
  2274.     <member name="T:Microsoft.DirectX.Direct3D.Query">
  2275.       <summary>Performs asynchronous queries on a driver.</summary>
  2276.     </member>
  2277.     <member name="E:Microsoft.DirectX.Direct3D.Query.Disposing">
  2278.       <summary>Occurs when the <see cref="M:Microsoft.DirectX.Direct3D.Query.Dispose" /> method is called or when the <see cref="T:Microsoft.DirectX.Direct3D.Query" /> object is finalized and collected by the garbage collector of the Microsoft .NETcommon language runtime.</summary>
  2279.     </member>
  2280.     <member name="M:Microsoft.DirectX.Direct3D.Query.#ctor(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DQuery9)">
  2281.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.Query" /> class.</summary>
  2282.       <param name="pUnk">Unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DQuery9" /> interface pointer.</param>
  2283.     </member>
  2284.     <member name="M:Microsoft.DirectX.Direct3D.Query.#ctor(System.IntPtr)">
  2285.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.Query" /> class.</summary>
  2286.       <param name="unmanagedObject">Pointer to an unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DQuery9" /> interface. This parameter is useful for working with unmanaged applications from managed code. Not supported.</param>
  2287.     </member>
  2288.     <member name="M:Microsoft.DirectX.Direct3D.Query.#ctor(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DQuery9,Microsoft.DirectX.Direct3D.Device)">
  2289.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.Query" /> class.</summary>
  2290.       <param name="lp">Unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DQuery9" /> interface pointer.</param>
  2291.       <param name="device">Reference to the <see cref="T:Microsoft.DirectX.Direct3D.Device" /> being queried.</param>
  2292.     </member>
  2293.     <member name="M:Microsoft.DirectX.Direct3D.Query.#ctor(Microsoft.DirectX.Direct3D.Device,Microsoft.DirectX.Direct3D.QueryType)">
  2294.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.Query" /> class.</summary>
  2295.       <param name="device">Reference to the <see cref="T:Microsoft.DirectX.Direct3D.Device" /> being queried.</param>
  2296.       <param name="queryType">Member of the <see cref="T:Microsoft.DirectX.Direct3D.QueryType" /> enumeration that specifies the query type.</param>
  2297.     </member>
  2298.     <member name="M:Microsoft.DirectX.Direct3D.Query.Dispose">
  2299.       <summary>Immediately releases the unmanaged resources used by the <see cref="T:Microsoft.DirectX.Direct3D.Query" /> object.</summary>
  2300.       <returns />
  2301.     </member>
  2302.     <member name="M:Microsoft.DirectX.Direct3D.Query.Equals(System.Object)">
  2303.       <summary>Returns a value that indicates whether the current instance is equal to a specified object.</summary>
  2304.       <param name="compare">Object to compare to this object.</param>
  2305.       <returns>Returns true if the objects are the same; otherwise, false.</returns>
  2306.     </member>
  2307.     <member name="M:Microsoft.DirectX.Direct3D.Query.Finalize">
  2308.       <summary>Allows the <see cref="T:Microsoft.DirectX.Direct3D.Query" /> object to free resources before it is destroyed by the garbage collector.</summary>
  2309.       <returns />
  2310.     </member>
  2311.     <member name="M:Microsoft.DirectX.Direct3D.Query.GetData(System.Type,System.Boolean)">
  2312.       <summary>Retrieves the query information.</summary>
  2313.       <param name="returnDataType">Specifies the <see cref="T:System.Type" /> of the data to be queried.</param>
  2314.       <param name="flush">Set to true to flush the internally batched queries to the driver. Set to false to take no action.</param>
  2315.       <returns>An <see cref="T:System.Object" /> that represents the returned query data.</returns>
  2316.     </member>
  2317.     <member name="M:Microsoft.DirectX.Direct3D.Query.GetData(System.Type,System.Boolean,System.Boolean@)">
  2318.       <summary>Retrieves the query information.</summary>
  2319.       <param name="returnDataType">Specifies the <see cref="T:System.Type" /> of the data to be queried.</param>
  2320.       <param name="flush">Set to true to flush the internally batched queries to the driver. Set to false to take no action.</param>
  2321.       <param name="dataReturned">Set to true if data is returned immediately; otherwise, false.</param>
  2322.       <returns>An <see cref="T:System.Object" /> that represents the returned query data.</returns>
  2323.     </member>
  2324.     <member name="M:Microsoft.DirectX.Direct3D.Query.GetHashCode">
  2325.       <summary>Returns the hash code for the current instance.</summary>
  2326.       <returns>Hash code for the instance.</returns>
  2327.     </member>
  2328.     <member name="M:Microsoft.DirectX.Direct3D.Query.GetObjectByValue(System.Int32)">
  2329.       <summary>This member supports the infrastructure for Microsoft DirectX 9.0 for Managed Code and is not intended to be used directly from your code.</summary>
  2330.       <param name="uniqueKey">Object identifier.</param>
  2331.       <returns>Pointer to the unmanaged Component Object Model (COM) interface, IDirect3DQuery9, which allows unmanaged COM clients to create an instance of the managed <see cref="T:Microsoft.DirectX.Direct3D.Query" /> class. Not supported.</returns>
  2332.     </member>
  2333.     <member name="M:Microsoft.DirectX.Direct3D.Query.Issue(Microsoft.DirectX.Direct3D.IssueFlags)">
  2334.       <summary>Issues a query.</summary>
  2335.       <param name="flags">Member of the <see cref="T:Microsoft.DirectX.Direct3D.IssueFlags" /> enumeration that specifies the type of state change for the query.</param>
  2336.       <returns />
  2337.     </member>
  2338.     <member name="M:Microsoft.DirectX.Direct3D.Query.op_Equality(Microsoft.DirectX.Direct3D.Query,Microsoft.DirectX.Direct3D.Query)">
  2339.       <summary>Compares the current instance of a class to another instance to determine whether they are the same.</summary>
  2340.       <param name="left">The <see cref="T:Microsoft.DirectX.Direct3D.Query" /> object to the left of the equality operator.</param>
  2341.       <param name="right">The <see cref="T:Microsoft.DirectX.Direct3D.Query" /> object to the right of the equality operator.</param>
  2342.       <returns>Returns true if the objects are the same; otherwise, false.</returns>
  2343.     </member>
  2344.     <member name="M:Microsoft.DirectX.Direct3D.Query.op_Inequality(Microsoft.DirectX.Direct3D.Query,Microsoft.DirectX.Direct3D.Query)">
  2345.       <summary>Compares the current instance of a class to another instance to determine whether they are different.</summary>
  2346.       <param name="left">The <see cref="T:Microsoft.DirectX.Direct3D.Query" /> object to the left of the equality operator.</param>
  2347.       <param name="right">The <see cref="T:Microsoft.DirectX.Direct3D.Query" /> object to the right of the equality operator.</param>
  2348.       <returns>Returns true if the objects are different; otherwise, false.</returns>
  2349.     </member>
  2350.     <member name="M:Microsoft.DirectX.Direct3D.Query.raise_Disposing(System.Object,System.EventArgs)">
  2351.       <summary>Raises the <see cref="E:Microsoft.DirectX.Direct3D.Query.Disposing" /> event when called from within a derived class.</summary>
  2352.       <param name="i1">Invoking object reference; should be this object.</param>
  2353.       <param name="i2">Arguments to pass to the event handler.</param>
  2354.       <returns />
  2355.     </member>
  2356.     <member name="M:Microsoft.DirectX.Direct3D.Query.UpdateUnmanagedPointer(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DQuery9)">
  2357.       <summary>Updates the unmanaged pointer for this <see cref="T:Microsoft.DirectX.Direct3D.Query" /> object. This method supports the Microsoft .NET Framework infrastructure and is not intended to be used directly in your code.</summary>
  2358.       <param name="pInterface">Pointer to the <see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DQuery9" /> structure used to update the unmanaged pointer for this <see cref="T:Microsoft.DirectX.Direct3D.Query" /> object.</param>
  2359.       <returns />
  2360.     </member>
  2361.     <member name="P:Microsoft.DirectX.Direct3D.Query.Device">
  2362.       <summary>Retrieves the <see cref="T:Microsoft.DirectX.Direct3D.Device" /> for the current query.</summary>
  2363.     </member>
  2364.     <member name="P:Microsoft.DirectX.Direct3D.Query.Disposed">
  2365.       <summary>Gets a value that indicates whether the object is disposed.</summary>
  2366.     </member>
  2367.     <member name="P:Microsoft.DirectX.Direct3D.Query.QueryType">
  2368.       <summary>Retrieves the query type for the current query.</summary>
  2369.     </member>
  2370.     <member name="P:Microsoft.DirectX.Direct3D.Query.UnmanagedComPointer">
  2371.       <summary>Returns the unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DQuery9" /> interface pointer.</summary>
  2372.     </member>
  2373.     <member name="T:Microsoft.DirectX.Direct3D.RenderStateManager">
  2374.       <summary>Defines device render states.</summary>
  2375.     </member>
  2376.     <member name="M:Microsoft.DirectX.Direct3D.RenderStateManager.ToString">
  2377.       <summary>Obtains a string representation of the current instance.</summary>
  2378.       <returns>String that represents the object.</returns>
  2379.     </member>
  2380.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.AdaptiveTessellateW">
  2381.       <summary>Amount to adaptively tessellate in the w direction. The default value is 0.0f.</summary>
  2382.     </member>
  2383.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.AdaptiveTessellateX">
  2384.       <summary>Amount to adaptively tessellate in the x direction. The default value is 0.0f.</summary>
  2385.     </member>
  2386.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.AdaptiveTessellateY">
  2387.       <summary>Amount to adaptively tessellate in the y direction. The default value is 0.0f.</summary>
  2388.     </member>
  2389.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.AdaptiveTessellateZ">
  2390.       <summary>Amount to adaptively tessellate in the z direction. The default value is 1.0f.</summary>
  2391.     </member>
  2392.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.AlphaBlendEnable">
  2393.       <summary>Retrieves or sets a value to enable alpha-blended transparency.</summary>
  2394.     </member>
  2395.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.AlphaBlendOperation">
  2396.       <summary>Retrieves or sets a value to select the arithmetic operation applied to the separate for the alpha channel (also known as separate alpha blending) when the render state, <see cref="P:Microsoft.DirectX.Direct3D.RenderStateManager.SeparateAlphaBlendEnabled" />, is set to true.</summary>
  2397.     </member>
  2398.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.AlphaDestinationBlend">
  2399.       <summary>Contains a member of the <see cref="T:Microsoft.DirectX.Direct3D.Blend" /> enumeration that represents the destination .</summary>
  2400.     </member>
  2401.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.AlphaFunction">
  2402.       <summary>Retrieves or sets the comparison function for the alpha test.</summary>
  2403.     </member>
  2404.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.AlphaSourceBlend">
  2405.       <summary>Contains a member of the <see cref="T:Microsoft.DirectX.Direct3D.Blend" /> enumeration that represents the source .</summary>
  2406.     </member>
  2407.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.AlphaTestEnable">
  2408.       <summary>Retrieves or sets a render state that enables a per-pixel alpha test.</summary>
  2409.     </member>
  2410.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.Ambient">
  2411.       <summary>Retrieves or sets the ambient light color.</summary>
  2412.     </member>
  2413.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.AmbientColor">
  2414.       <summary>Retrieves or sets the ambient light color.</summary>
  2415.     </member>
  2416.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.AmbientMaterialSource">
  2417.       <summary>Retrieves or sets the ambient color source for lighting calculations.</summary>
  2418.     </member>
  2419.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.AntiAliasedLineEnable">
  2420.       <summary>Retrieves or sets antialiasing of lines.</summary>
  2421.     </member>
  2422.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.BlendFactor">
  2423.       <summary>Retrieves or sets a <see cref="T:System.Drawing.Color" /> object to use for a constant blend factor during alpha blending.</summary>
  2424.     </member>
  2425.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.BlendFactorColor">
  2426.       <summary>Retrieves or sets a <see cref="T:System.Drawing.Color" /> object to use for a constant blend factor during alpha blending.</summary>
  2427.     </member>
  2428.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.BlendOperation">
  2429.       <summary>Retrieves or sets a value used to select the arithmetic operation to apply when the alpha blend render state, <see cref="P:Microsoft.DirectX.Direct3D.RenderStateManager.AlphaBlendEnable" />, is set to true.</summary>
  2430.     </member>
  2431.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.Clipping">
  2432.       <summary>Retrieves or sets a value to enable primitive clipping by Microsoft Direct3D.</summary>
  2433.     </member>
  2434.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.ColorVertex">
  2435.       <summary>Retrieves or sets a value to enable or disable per-vertex color.</summary>
  2436.     </member>
  2437.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.ColorWriteEnable">
  2438.       <summary>Retrieves or sets a value that enables a per-channel write for the render target color buffer.</summary>
  2439.     </member>
  2440.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.ColorWriteEnable1">
  2441.       <summary>Retrieves or sets additional <see cref="P:Microsoft.DirectX.Direct3D.RenderStateManager.ColorWriteEnable" /> values for the device.</summary>
  2442.     </member>
  2443.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.ColorWriteEnable2">
  2444.       <summary>Retrieves or sets additional <see cref="P:Microsoft.DirectX.Direct3D.RenderStateManager.ColorWriteEnable" /> values for devices.</summary>
  2445.     </member>
  2446.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.ColorWriteEnable3">
  2447.       <summary>Retrieves or sets additional <see cref="P:Microsoft.DirectX.Direct3D.RenderStateManager.ColorWriteEnable" /> values for devices.</summary>
  2448.     </member>
  2449.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.CounterClockwiseStencilFail">
  2450.       <summary>Retrieves the <see cref="T:Microsoft.DirectX.Direct3D.StencilOperation" /> or sets it to perform if the counterclockwise (CCW) stencil test fails.</summary>
  2451.     </member>
  2452.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.CounterClockwiseStencilFunction">
  2453.       <summary>Retrieves or sets the comparison function used by the counterclockwise (CCW) stencil test.</summary>
  2454.     </member>
  2455.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.CounterClockwiseStencilPass">
  2456.       <summary>Retrieves the <see cref="T:Microsoft.DirectX.Direct3D.StencilOperation" /> or sets it to perform, if both counterclockwise (CCW) stencil and z-tests pass.</summary>
  2457.     </member>
  2458.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.CounterClockwiseStencilZBufferFail">
  2459.       <summary>Retrieves the <see cref="T:Microsoft.DirectX.Direct3D.StencilOperation" /> or sets it to perform if the counterclockwise (CCW) stencil test passes and the z-test fails.</summary>
  2460.     </member>
  2461.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.CullMode">
  2462.       <summary>Specifies how back-facing triangles are culled, if at all.</summary>
  2463.     </member>
  2464.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.DebugMonitorTokenEnabled">
  2465.       <summary>Enables or disables the debug monitor token.</summary>
  2466.     </member>
  2467.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.DepthBias">
  2468.       <summary>Sets or retrieves the depth bias for polygons.</summary>
  2469.     </member>
  2470.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.DestinationBlend">
  2471.       <summary>Contains a member of the <see cref="T:Microsoft.DirectX.Direct3D.Blend" /> enumeration that represents the destination .</summary>
  2472.     </member>
  2473.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.DiffuseMaterialSource">
  2474.       <summary>Retrieves or sets the diffuse color source for lighting calculations.</summary>
  2475.     </member>
  2476.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.DitherEnable">
  2477.       <summary>Enables or disables dithering.</summary>
  2478.     </member>
  2479.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.EmissiveMaterialSource">
  2480.       <summary>Retrieves or sets the emissive color source for lighting calculations.</summary>
  2481.     </member>
  2482.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.EnableAdaptiveTessellation">
  2483.       <summary>Enables or disables adaptive tessellation.</summary>
  2484.     </member>
  2485.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.FillMode">
  2486.       <summary>Contains a member of the <see cref="T:Microsoft.DirectX.Direct3D.FillMode" /> enumeration that represents the fill mode.</summary>
  2487.     </member>
  2488.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.FogColor">
  2489.       <summary>Retrieves or sets the fog color.</summary>
  2490.     </member>
  2491.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.FogColorValue">
  2492.       <summary>Retrieves or sets the fog color.</summary>
  2493.     </member>
  2494.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.FogDensity">
  2495.       <summary>Retrieves or sets the fog density for pixel or vertex fog used in exponential fog modes.</summary>
  2496.     </member>
  2497.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.FogEnable">
  2498.       <summary>Enables or disables fog blending.</summary>
  2499.     </member>
  2500.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.FogEnd">
  2501.       <summary>Retrieves or sets the depth at which pixel or vertex fog effects end for linear fog mode.</summary>
  2502.     </member>
  2503.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.FogStart">
  2504.       <summary>Retrieves or sets the depth at which pixel or vertex fog effects begin for linear fog mode.</summary>
  2505.     </member>
  2506.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.FogTableMode">
  2507.       <summary>Retrieves or sets the fog formula to use for pixel fog.</summary>
  2508.     </member>
  2509.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.FogVertexMode">
  2510.       <summary>Retrieves or sets the fog formula to use for vertex fog.</summary>
  2511.     </member>
  2512.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.IndexedVertexBlendEnable">
  2513.       <summary>Enables or disables indexed vertex blending.</summary>
  2514.     </member>
  2515.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.LastPixel">
  2516.       <summary>Enables or disables drawing of the last pixel in a line.</summary>
  2517.     </member>
  2518.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.Lighting">
  2519.       <summary>Enables or disables Microsoft Direct3D lighting.</summary>
  2520.     </member>
  2521.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.LocalViewer">
  2522.       <summary>Specifies whether to use camera-relative specular highlights or orthogonal specular highlights.</summary>
  2523.     </member>
  2524.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.MaxTessellationLevel">
  2525.       <summary>Retrieves or sets the maximum tessellation level.</summary>
  2526.     </member>
  2527.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.MinTessellationLevel">
  2528.       <summary>Retrieves or sets the minimum tessellation level.</summary>
  2529.     </member>
  2530.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.MultiSampleAntiAlias">
  2531.       <summary>Determines how individual samples are computed when using a multisample render target buffer.</summary>
  2532.     </member>
  2533.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.MultiSampleMask">
  2534.       <summary>Retrieves or sets a render state that enables use of a multisample buffer as an accumulation buffer.</summary>
  2535.     </member>
  2536.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.NormalDegree">
  2537.       <summary>Retrieves or sets the degree of interpolation (linear, cubic, quadratic, or quintic) using the N-patch normal.</summary>
  2538.     </member>
  2539.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.NormalizeNormals">
  2540.       <summary>Enables or disables automatic normalization of vertex normals.</summary>
  2541.     </member>
  2542.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.PatchEdgeStyle">
  2543.       <summary>Retrieves or sets the tessellation mode for patch edges.</summary>
  2544.     </member>
  2545.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.PointScaleA">
  2546.       <summary>Controls the distance-based size attenuation for point primitives.</summary>
  2547.     </member>
  2548.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.PointScaleB">
  2549.       <summary>Controls the distance-based size attenuation for point primitives.</summary>
  2550.     </member>
  2551.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.PointScaleC">
  2552.       <summary>Controls the distance-based size attenuation for point primitives.</summary>
  2553.     </member>
  2554.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.PointScaleEnable">
  2555.       <summary>Controls how the computation of size for point sprites is handled.</summary>
  2556.     </member>
  2557.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.PointSize">
  2558.       <summary>Specifies the size to use for point size computation in cases in which point size is not specified for each vertex.</summary>
  2559.     </member>
  2560.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.PointSizeMax">
  2561.       <summary>Specifies the maximum size to which point sprites can be set.</summary>
  2562.     </member>
  2563.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.PointSizeMin">
  2564.       <summary>Specifies the minimum size to which point sprites can be set.</summary>
  2565.     </member>
  2566.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.PointSpriteEnable">
  2567.       <summary>Controls how point sprites are rendered.</summary>
  2568.     </member>
  2569.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.PositionDegree">
  2570.       <summary>Retrieves or sets the N-patch position interpolation degree.</summary>
  2571.     </member>
  2572.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.RangeFogEnable">
  2573.       <summary>Retrieves or sets enabling of range-based vertex fog.</summary>
  2574.     </member>
  2575.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.ReferenceAlpha">
  2576.       <summary>Specifies a reference alpha value against which pixels are tested when alpha testing is enabled.</summary>
  2577.     </member>
  2578.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.ReferenceStencil">
  2579.       <summary>Specifies a reference value to use for the stencil test.</summary>
  2580.     </member>
  2581.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.ScissorTestEnable">
  2582.       <summary>Enables or disables scissor testing.</summary>
  2583.     </member>
  2584.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.SeparateAlphaBlendEnabled">
  2585.       <summary>Enables or disables the separate for the alpha channel.</summary>
  2586.     </member>
  2587.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.ShadeMode">
  2588.       <summary>Contains one or more members of the <see cref="T:Microsoft.DirectX.Direct3D.ShadeMode" /> enumeration.</summary>
  2589.     </member>
  2590.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.SlopeScaleDepthBias">
  2591.       <summary>Retrieves or sets a value used to determine how much bias can be applied to coplanar primitives to reduce z-fighting.</summary>
  2592.     </member>
  2593.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.SourceBlend">
  2594.       <summary>Contains a member of the <see cref="T:Microsoft.DirectX.Direct3D.Blend" /> enumeration.</summary>
  2595.     </member>
  2596.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.SpecularEnable">
  2597.       <summary>Retrieves or sets a render state that enables specular highlights.</summary>
  2598.     </member>
  2599.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.SpecularMaterialSource">
  2600.       <summary>Retrieves or sets the specular color source for lighting calculations.</summary>
  2601.     </member>
  2602.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.SrgbWriteEnable">
  2603.       <summary>Retrieves or sets a render state that enables render-target writes to be gamma corrected to sRGB.</summary>
  2604.     </member>
  2605.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.StencilEnable">
  2606.       <summary>Retrieves or sets stencil enabling.</summary>
  2607.     </member>
  2608.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.StencilFail">
  2609.       <summary>Retrieves or sets the stencil operation to perform if the stencil test fails.</summary>
  2610.     </member>
  2611.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.StencilFunction">
  2612.       <summary>Retrieves or sets the comparison function for the stencil test.</summary>
  2613.     </member>
  2614.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.StencilMask">
  2615.       <summary>Retrieves or sets the mask applied to the reference value and each stencil buffer entry to determine the significant bits for the stencil test.</summary>
  2616.     </member>
  2617.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.StencilPass">
  2618.       <summary>Retrieves or sets the stencil operation to perform if both the stencil test and the depth test (z-test) pass.</summary>
  2619.     </member>
  2620.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.StencilWriteMask">
  2621.       <summary>Retrieves or sets the write mask applied to values written into the stencil buffer.</summary>
  2622.     </member>
  2623.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.StencilZBufferFail">
  2624.       <summary>Retrieves or sets the stencil operation to perform if the stencil test passes and the depth test (z-test) fails.</summary>
  2625.     </member>
  2626.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.TextureFactor">
  2627.       <summary>Retrieves or sets the color used for multiple-texture blending with the <see cref="F:Microsoft.DirectX.Direct3D.TextureArgument.TextureArgument.TFactor" /> texture blending argument or the <see cref="F:Microsoft.DirectX.Direct3D.TextureOperation.TextureOperation.BlendFactorAlpha" /> texture blending operation.</summary>
  2628.     </member>
  2629.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.TweenFactor">
  2630.       <summary>Retrieves or sets a floating-point value that controls the tween factor.</summary>
  2631.     </member>
  2632.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.TwoSidedStencilMode">
  2633.       <summary>Enables or disables two-sided stenciling.</summary>
  2634.     </member>
  2635.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.UseWBuffer">
  2636.       <summary>Enables or disables w-buffering.</summary>
  2637.     </member>
  2638.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.VertexBlend">
  2639.       <summary>Retrieves or sets the number of matrices to use to perform geometry blending.</summary>
  2640.     </member>
  2641.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.Wrap0">
  2642.       <summary>Retrieves or sets the texture-wrapping behavior for multiple sets of texture coordinates.</summary>
  2643.     </member>
  2644.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.Wrap1">
  2645.       <summary>Retrieves or sets the texture-wrapping behavior for multiple sets of texture coordinates.</summary>
  2646.     </member>
  2647.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.Wrap10">
  2648.       <summary>Retrieves or sets the texture-wrapping behavior for multiple sets of texture coordinates.</summary>
  2649.     </member>
  2650.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.Wrap11">
  2651.       <summary>Retrieves or sets the texture-wrapping behavior for multiple sets of texture coordinates.</summary>
  2652.     </member>
  2653.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.Wrap12">
  2654.       <summary>Retrieves or sets the texture-wrapping behavior for multiple sets of texture coordinates.</summary>
  2655.     </member>
  2656.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.Wrap13">
  2657.       <summary>Retrieves or sets the texture-wrapping behavior for multiple sets of texture coordinates.</summary>
  2658.     </member>
  2659.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.Wrap14">
  2660.       <summary>Retrieves or sets the texture-wrapping behavior for multiple sets of texture coordinates.</summary>
  2661.     </member>
  2662.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.Wrap15">
  2663.       <summary>Retrieves or sets the texture-wrapping behavior for multiple sets of texture coordinates.</summary>
  2664.     </member>
  2665.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.Wrap2">
  2666.       <summary>Retrieves or sets the texture-wrapping behavior for multiple sets of texture coordinates.</summary>
  2667.     </member>
  2668.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.Wrap3">
  2669.       <summary>Retrieves or sets the texture-wrapping behavior for multiple sets of texture coordinates.</summary>
  2670.     </member>
  2671.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.Wrap4">
  2672.       <summary>Retrieves or sets the texture-wrapping behavior for multiple sets of texture coordinates.</summary>
  2673.     </member>
  2674.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.Wrap5">
  2675.       <summary>Retrieves or sets the texture-wrapping behavior for multiple sets of texture coordinates.</summary>
  2676.     </member>
  2677.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.Wrap6">
  2678.       <summary>Retrieves or sets the texture-wrapping behavior for multiple sets of texture coordinates.</summary>
  2679.     </member>
  2680.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.Wrap7">
  2681.       <summary>Retrieves or sets the texture-wrapping behavior for multiple sets of texture coordinates.</summary>
  2682.     </member>
  2683.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.Wrap8">
  2684.       <summary>Retrieves or sets the texture-wrapping behavior for multiple sets of texture coordinates.</summary>
  2685.     </member>
  2686.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.Wrap9">
  2687.       <summary>Retrieves or sets the texture-wrapping behavior for multiple sets of texture coordinates.</summary>
  2688.     </member>
  2689.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.ZBufferEnable">
  2690.       <summary>Enables or disables depth buffering.</summary>
  2691.     </member>
  2692.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.ZBufferFunction">
  2693.       <summary>Retrieves or sets the comparison function for the z-buffer test.</summary>
  2694.     </member>
  2695.     <member name="P:Microsoft.DirectX.Direct3D.RenderStateManager.ZBufferWriteEnable">
  2696.       <summary>Enables or disables writing to the depth buffer.</summary>
  2697.     </member>
  2698.     <member name="T:Microsoft.DirectX.Direct3D.Resource">
  2699.       <summary>Queries and prepares resources.</summary>
  2700.     </member>
  2701.     <member name="M:Microsoft.DirectX.Direct3D.Resource.#ctor(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DResource9)">
  2702.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.Resource" /> class.</summary>
  2703.       <param name="pUnk">Unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DResource9" /> interface pointer.</param>
  2704.     </member>
  2705.     <member name="M:Microsoft.DirectX.Direct3D.Resource.#ctor(System.IntPtr)">
  2706.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.Resource" /> class.</summary>
  2707.       <param name="unmanagedObject">Pointer to an unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DResource9" /> interface. This parameter is useful for working with unmanaged applications from managed code. Not supported.</param>
  2708.     </member>
  2709.     <member name="M:Microsoft.DirectX.Direct3D.Resource.Dispose">
  2710.       <summary>Immediately releases the unmanaged resources used by the <see cref="T:Microsoft.DirectX.Direct3D.Resource" /> object.</summary>
  2711.       <returns />
  2712.     </member>
  2713.     <member name="M:Microsoft.DirectX.Direct3D.Resource.Equals(System.Object)">
  2714.       <summary>Returns a value that indicates whether the current instance is equal to a specified object.</summary>
  2715.       <param name="compare">Object to compare to this object.</param>
  2716.       <returns>Returns true if the objects are the same; otherwise, false.</returns>
  2717.     </member>
  2718.     <member name="M:Microsoft.DirectX.Direct3D.Resource.FreePrivateData(System.Guid)">
  2719.       <summary>Frees the specified private data associated with the current resource.</summary>
  2720.       <param name="guidData">Represents a globally unique identifier (GUID) that identifies the private data to free.</param>
  2721.       <returns />
  2722.     </member>
  2723.     <member name="M:Microsoft.DirectX.Direct3D.Resource.GetHashCode">
  2724.       <summary>Returns the hash code for the current instance.</summary>
  2725.       <returns>Hash code for the instance.</returns>
  2726.     </member>
  2727.     <member name="M:Microsoft.DirectX.Direct3D.Resource.GetObjectByValue(System.Int32)">
  2728.       <summary>This member supports the infrastructure for Microsoft DirectX 9.0 for Managed Code and is not intended to be used directly from your code.</summary>
  2729.       <param name="uniqueKey">Object identifier.</param>
  2730.       <returns>Pointer to the unmanaged Component Object Model (COM) interface, IDirect3DResource9, which allows unmanaged COM clients to create an instance of the managed <see cref="T:Microsoft.DirectX.Direct3D.Resource" /> class. Not supported.</returns>
  2731.     </member>
  2732.     <member name="M:Microsoft.DirectX.Direct3D.Resource.GetPrivateData(System.Guid)">
  2733.       <summary>Copies the private data associated with a resource to a buffer.</summary>
  2734.       <param name="guidData">Represents a globally unique identifier (GUID) that identifies the private data to retrieve.</param>
  2735.       <returns>Returns an array of <see cref="T:System.Byte" /> that contains the requested private data.</returns>
  2736.     </member>
  2737.     <member name="M:Microsoft.DirectX.Direct3D.Resource.op_Equality(Microsoft.DirectX.Direct3D.Resource,Microsoft.DirectX.Direct3D.Resource)">
  2738.       <summary>Compares the current instance of a class to another instance to determine whether they are the same.</summary>
  2739.       <param name="left">The <see cref="T:Microsoft.DirectX.Direct3D.Resource" /> object to the left of the equality operator.</param>
  2740.       <param name="right">The <see cref="T:Microsoft.DirectX.Direct3D.Resource" /> object to the right of the equality operator.</param>
  2741.       <returns>Returns true if the objects are the same; otherwise, false.</returns>
  2742.     </member>
  2743.     <member name="M:Microsoft.DirectX.Direct3D.Resource.op_Inequality(Microsoft.DirectX.Direct3D.Resource,Microsoft.DirectX.Direct3D.Resource)">
  2744.       <summary>Compares the current instance of a class to another instance to determine whether they are different.</summary>
  2745.       <param name="left">The <see cref="T:Microsoft.DirectX.Direct3D.Resource" /> object to the left of the equality operator.</param>
  2746.       <param name="right">The <see cref="T:Microsoft.DirectX.Direct3D.Resource" /> object to the right of the equality operator.</param>
  2747.       <returns>Returns true if the objects are different; otherwise, false.</returns>
  2748.     </member>
  2749.     <member name="M:Microsoft.DirectX.Direct3D.Resource.PreLoad">
  2750.       <summary>Preloads a managed resource.</summary>
  2751.       <returns />
  2752.     </member>
  2753.     <member name="M:Microsoft.DirectX.Direct3D.Resource.SetPriority(System.Int32)">
  2754.       <summary>Assigns the resource-management priority for the current resource.</summary>
  2755.       <param name="priorityNew">New resource-management priority for the resource.</param>
  2756.       <returns>Previous priority value for the resource.</returns>
  2757.     </member>
  2758.     <member name="M:Microsoft.DirectX.Direct3D.Resource.SetPrivateData(System.Guid,System.Byte[])">
  2759.       <summary>Associates data with the resource that is intended for use by the application. Data is passed by value, and multiple sets of data can be associated with a single resource.</summary>
  2760.       <param name="guidData">A globally unique identifier (GUID) that identifies the private data to set.</param>
  2761.       <param name="privateData">A <see cref="T:System.Byte" /> array that contains the private data to associate with the resource.</param>
  2762.       <returns />
  2763.     </member>
  2764.     <member name="M:Microsoft.DirectX.Direct3D.Resource.UpdateUnmanagedPointer(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DResource9)">
  2765.       <summary>Updates the unmanaged pointer for this <see cref="T:Microsoft.DirectX.Direct3D.Resource" /> object. This method supports the Microsoft .NET Framework infrastructure and is not intended to be used directly in your code.</summary>
  2766.       <param name="pInterface">Pointer to the <see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DResource9" /> structure used to update the unmanaged pointer for this <see cref="T:Microsoft.DirectX.Direct3D.Resource" /> object.</param>
  2767.       <returns />
  2768.     </member>
  2769.     <member name="P:Microsoft.DirectX.Direct3D.Resource.Device">
  2770.       <summary>Retrieves the device associated with a resource.</summary>
  2771.     </member>
  2772.     <member name="P:Microsoft.DirectX.Direct3D.Resource.Priority">
  2773.       <summary>Retrieves or sets the priority for the current resource.</summary>
  2774.     </member>
  2775.     <member name="P:Microsoft.DirectX.Direct3D.Resource.Type">
  2776.       <summary>Retrieves the type of a resource.</summary>
  2777.     </member>
  2778.     <member name="P:Microsoft.DirectX.Direct3D.Resource.UnmanagedComPointer">
  2779.       <summary>Returns the unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DResource9" /> interface pointer.</summary>
  2780.     </member>
  2781.     <member name="T:Microsoft.DirectX.Direct3D.SamplerStateManager">
  2782.       <summary>Contains sampler states for the device.</summary>
  2783.     </member>
  2784.     <member name="M:Microsoft.DirectX.Direct3D.SamplerStateManager.ToString">
  2785.       <summary>Obtains a string representation of the current instance.</summary>
  2786.       <returns>String that represents the object.</returns>
  2787.     </member>
  2788.     <member name="P:Microsoft.DirectX.Direct3D.SamplerStateManager.AddressU">
  2789.       <summary>Retrieves or sets the texture-address mode for the u-coordinate.</summary>
  2790.     </member>
  2791.     <member name="P:Microsoft.DirectX.Direct3D.SamplerStateManager.AddressV">
  2792.       <summary>Retrieves or sets the texture-address mode for the v-coordinate.</summary>
  2793.     </member>
  2794.     <member name="P:Microsoft.DirectX.Direct3D.SamplerStateManager.AddressW">
  2795.       <summary>Retrieves or sets the texture-address mode for the w-coordinate.</summary>
  2796.     </member>
  2797.     <member name="P:Microsoft.DirectX.Direct3D.SamplerStateManager.BorderColor">
  2798.       <summary>Retrieves or sets the border color.</summary>
  2799.     </member>
  2800.     <member name="P:Microsoft.DirectX.Direct3D.SamplerStateManager.BorderColorValue">
  2801.       <summary>Retrieves or sets the border color.</summary>
  2802.     </member>
  2803.     <member name="P:Microsoft.DirectX.Direct3D.SamplerStateManager.DMapOffset">
  2804.       <summary>Retrieves or sets the vertex offset in the presampled displacement map.</summary>
  2805.     </member>
  2806.     <member name="P:Microsoft.DirectX.Direct3D.SamplerStateManager.ElementIndex">
  2807.       <summary>Retrieves or sets the element index to use when an element with multiple textures is assigned to the sampler.</summary>
  2808.     </member>
  2809.     <member name="P:Microsoft.DirectX.Direct3D.SamplerStateManager.MagFilter">
  2810.       <summary>Retrieves or sets a magnification filter.</summary>
  2811.     </member>
  2812.     <member name="P:Microsoft.DirectX.Direct3D.SamplerStateManager.MaxAnisotropy">
  2813.       <summary>Retrieves or sets the maximum anisotropy.</summary>
  2814.     </member>
  2815.     <member name="P:Microsoft.DirectX.Direct3D.SamplerStateManager.MaxMipLevel">
  2816.       <summary>Retrieves or sets the level of detail (LOD) index of the largest map to use.</summary>
  2817.     </member>
  2818.     <member name="P:Microsoft.DirectX.Direct3D.SamplerStateManager.MinFilter">
  2819.       <summary>Retrieves or sets a minification filter.</summary>
  2820.     </member>
  2821.     <member name="P:Microsoft.DirectX.Direct3D.SamplerStateManager.MipFilter">
  2822.       <summary>Retrieves or sets a mipmap filter to use during minification.</summary>
  2823.     </member>
  2824.     <member name="P:Microsoft.DirectX.Direct3D.SamplerStateManager.MipMapLevelOfDetailBias">
  2825.       <summary>Retrieves or sets the mipmaplevel of detail (LOD) bias.</summary>
  2826.     </member>
  2827.     <member name="P:Microsoft.DirectX.Direct3D.SamplerStateManager.SrgbTexture">
  2828.       <summary>Determines whether to use gamma correction.</summary>
  2829.     </member>
  2830.     <member name="T:Microsoft.DirectX.Direct3D.SamplerStateManagerCollection">
  2831.       <summary>Collection of <see cref="T:Microsoft.DirectX.Direct3D.SamplerStateManager" /> objects.</summary>
  2832.     </member>
  2833.     <member name="P:Microsoft.DirectX.Direct3D.SamplerStateManagerCollection.SamplerState(System.Int32)">
  2834.       <summary>Retrieves the <see cref="T:Microsoft.DirectX.Direct3D.SamplerStateManager" /> object at the given <see cref="P:Microsoft.DirectX.Direct3D.SamplerStateManagerCollection.SamplerState(System.Int32)" />.</summary>
  2835.       <param name="index">Integer that represents the <see cref="T:Microsoft.DirectX.Direct3D.SamplerStateManager" /> object to retrieve.</param>
  2836.     </member>
  2837.     <member name="T:Microsoft.DirectX.Direct3D.StateBlock">
  2838.       <summary>Encapsulates render states.</summary>
  2839.     </member>
  2840.     <member name="E:Microsoft.DirectX.Direct3D.StateBlock.Disposing">
  2841.       <summary>Occurs when the <see cref="M:Microsoft.DirectX.Direct3D.StateBlock.Dispose" /> method is called or when the <see cref="T:Microsoft.DirectX.Direct3D.StateBlock" /> object is finalized and collected by the garbage collector of the Microsoft .NETcommon language runtime.</summary>
  2842.     </member>
  2843.     <member name="M:Microsoft.DirectX.Direct3D.StateBlock.Apply">
  2844.       <summary>Applies the state block to the current device state.</summary>
  2845.       <returns />
  2846.     </member>
  2847.     <member name="M:Microsoft.DirectX.Direct3D.StateBlock.Capture">
  2848.       <summary>Captures a device's current state.</summary>
  2849.       <returns />
  2850.     </member>
  2851.     <member name="M:Microsoft.DirectX.Direct3D.StateBlock.#ctor(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DStateBlock9)">
  2852.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.StateBlock" /> class.</summary>
  2853.       <param name="pUnk">Unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DStateBlock9" /> interface pointer.</param>
  2854.     </member>
  2855.     <member name="M:Microsoft.DirectX.Direct3D.StateBlock.#ctor(System.IntPtr)">
  2856.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.StateBlock" /> class.</summary>
  2857.       <param name="unmanagedObject">Pointer to an unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DStateBlock9" /> interface. This parameter is useful for working with unmanaged applications from managed code. Not supported.</param>
  2858.     </member>
  2859.     <member name="M:Microsoft.DirectX.Direct3D.StateBlock.#ctor(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DStateBlock9,Microsoft.DirectX.Direct3D.Device)">
  2860.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.StateBlock" /> class.</summary>
  2861.       <param name="lp">Unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DStateBlock9" /> interface pointer.</param>
  2862.       <param name="device">Reference to the <see cref="T:Microsoft.DirectX.Direct3D.Device" /> associated with the current state block.</param>
  2863.     </member>
  2864.     <member name="M:Microsoft.DirectX.Direct3D.StateBlock.#ctor(Microsoft.DirectX.Direct3D.Device,Microsoft.DirectX.Direct3D.StateBlockType)">
  2865.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.StateBlock" /> class.</summary>
  2866.       <param name="device">Reference to the <see cref="T:Microsoft.DirectX.Direct3D.Device" /> associated with the current state block.</param>
  2867.       <param name="stateBlockType">Member of the <see cref="T:Microsoft.DirectX.Direct3D.StateBlockType" /> enumeration that specifies the state block type.</param>
  2868.     </member>
  2869.     <member name="M:Microsoft.DirectX.Direct3D.StateBlock.Dispose">
  2870.       <summary>Immediately releases the unmanaged resources used by the <see cref="T:Microsoft.DirectX.Direct3D.StateBlock" /> object.</summary>
  2871.       <returns />
  2872.     </member>
  2873.     <member name="M:Microsoft.DirectX.Direct3D.StateBlock.Equals(System.Object)">
  2874.       <summary>Returns a value that indicates whether the current instance is equal to a specified object.</summary>
  2875.       <param name="compare">Object to compare to this object.</param>
  2876.       <returns>Returns true if the objects are the same; otherwise, false.</returns>
  2877.     </member>
  2878.     <member name="M:Microsoft.DirectX.Direct3D.StateBlock.Finalize">
  2879.       <summary>Allows the <see cref="T:Microsoft.DirectX.Direct3D.StateBlock" /> object to free resources before it is destroyed by the garbage collector.</summary>
  2880.       <returns />
  2881.     </member>
  2882.     <member name="M:Microsoft.DirectX.Direct3D.StateBlock.GetHashCode">
  2883.       <summary>Returns the hash code for the current instance.</summary>
  2884.       <returns>Hash code for the instance.</returns>
  2885.     </member>
  2886.     <member name="M:Microsoft.DirectX.Direct3D.StateBlock.GetObjectByValue(System.Int32)">
  2887.       <summary>This member supports the infrastructure for Microsoft DirectX 9.0 for Managed Code and is not intended to be used directly from your code.</summary>
  2888.       <param name="uniqueKey">Object identifier.</param>
  2889.       <returns>Pointer to the unmanaged Component Object Model (COM) interface, IDirect3DStateBlock9, which allows unmanaged COM clients to create an instance of the managed <see cref="T:Microsoft.DirectX.Direct3D.StateBlock" /> class. Not supported.</returns>
  2890.     </member>
  2891.     <member name="M:Microsoft.DirectX.Direct3D.StateBlock.op_Equality(Microsoft.DirectX.Direct3D.StateBlock,Microsoft.DirectX.Direct3D.StateBlock)">
  2892.       <summary>Compares the current instance of a class to another instance to determine whether they are the same.</summary>
  2893.       <param name="left">The <see cref="T:Microsoft.DirectX.Direct3D.StateBlock" /> object to the left of the equality operator.</param>
  2894.       <param name="right">The <see cref="T:Microsoft.DirectX.Direct3D.StateBlock" /> object to the right of the equality operator.</param>
  2895.       <returns>Returns true if the objects are the same; otherwise, false.</returns>
  2896.     </member>
  2897.     <member name="M:Microsoft.DirectX.Direct3D.StateBlock.op_Inequality(Microsoft.DirectX.Direct3D.StateBlock,Microsoft.DirectX.Direct3D.StateBlock)">
  2898.       <summary>Compares the current instance of a class to another instance to determine whether they are different.</summary>
  2899.       <param name="left">The <see cref="T:Microsoft.DirectX.Direct3D.StateBlock" /> object to the left of the equality operator.</param>
  2900.       <param name="right">The <see cref="T:Microsoft.DirectX.Direct3D.StateBlock" /> object to the right of the equality operator.</param>
  2901.       <returns>Returns true if the objects are different; otherwise, false.</returns>
  2902.     </member>
  2903.     <member name="M:Microsoft.DirectX.Direct3D.StateBlock.raise_Disposing(System.Object,System.EventArgs)">
  2904.       <summary>Raises the <see cref="E:Microsoft.DirectX.Direct3D.StateBlock.Disposing" /> event when called from within a derived class.</summary>
  2905.       <param name="i1">Invoking object reference; should be this object.</param>
  2906.       <param name="i2">Arguments to pass to the event handler.</param>
  2907.       <returns />
  2908.     </member>
  2909.     <member name="M:Microsoft.DirectX.Direct3D.StateBlock.UpdateUnmanagedPointer(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DStateBlock9)">
  2910.       <summary>Updates the unmanaged pointer for this <see cref="T:Microsoft.DirectX.Direct3D.StateBlock" /> object. This method supports the Microsoft .NET Framework infrastructure and is not intended to be used directly in your code.</summary>
  2911.       <param name="pInterface">Pointer to the <see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DStateBlock9" /> structure used to update the unmanaged pointer for this <see cref="T:Microsoft.DirectX.Direct3D.StateBlock" /> object.</param>
  2912.       <returns />
  2913.     </member>
  2914.     <member name="P:Microsoft.DirectX.Direct3D.StateBlock.Device">
  2915.       <summary>Retrieves the <see cref="T:Microsoft.DirectX.Direct3D.Device" /> associated with a state block.</summary>
  2916.     </member>
  2917.     <member name="P:Microsoft.DirectX.Direct3D.StateBlock.Disposed">
  2918.       <summary>Gets a value that indicates whether the object is disposed.</summary>
  2919.     </member>
  2920.     <member name="P:Microsoft.DirectX.Direct3D.StateBlock.UnmanagedComPointer">
  2921.       <summary>Returns the unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DStateBlock9" /> interface pointer.</summary>
  2922.     </member>
  2923.     <member name="T:Microsoft.DirectX.Direct3D.Surface">
  2924.       <summary>Queries and prepares surfaces.</summary>
  2925.     </member>
  2926.     <member name="E:Microsoft.DirectX.Direct3D.Surface.Disposing">
  2927.       <summary>Occurs when the <see cref="M:Microsoft.DirectX.Direct3D.Surface.Dispose" /> method is called or when the <see cref="T:Microsoft.DirectX.Direct3D.Surface" /> object is finalized and collected by the garbage collector of the Microsoft .NETcommon language runtime.</summary>
  2928.     </member>
  2929.     <member name="M:Microsoft.DirectX.Direct3D.Surface.#ctor(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DSurface9)">
  2930.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.Surface" /> class.</summary>
  2931.       <param name="pInterop">Unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DSurface9" /> interface pointer.</param>
  2932.     </member>
  2933.     <member name="M:Microsoft.DirectX.Direct3D.Surface.#ctor(System.IntPtr)">
  2934.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.Surface" /> class.</summary>
  2935.       <param name="unmanagedObject">Pointer to an unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DSurface9" /> interface. This parameter is useful for working with unmanaged applications from managed code. Not supported.</param>
  2936.     </member>
  2937.     <member name="M:Microsoft.DirectX.Direct3D.Surface.#ctor(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DSurface9,System.Object)">
  2938.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.Surface" /> class.</summary>
  2939.       <param name="lp">Unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DSurface9" /> interface pointer.</param>
  2940.       <param name="device">Object reference of the device associated with the surface.</param>
  2941.     </member>
  2942.     <member name="M:Microsoft.DirectX.Direct3D.Surface.#ctor(Microsoft.DirectX.Direct3D.Device,System.IO.Stream,Microsoft.DirectX.Direct3D.Pool)">
  2943.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.Surface" /> class.</summary>
  2944.       <param name="device">Reference to the <see cref="T:Microsoft.DirectX.Direct3D.Device" /> associated with the surface.</param>
  2945.       <param name="data">Reference to a <see cref="T:System.IO.Stream" /> object that contains image data for the surface.</param>
  2946.       <param name="pool">A <see cref="T:Microsoft.DirectX.Direct3D.Pool" /> object that defines the memory class of the surface.</param>
  2947.     </member>
  2948.     <member name="M:Microsoft.DirectX.Direct3D.Surface.#ctor(Microsoft.DirectX.Direct3D.Device,System.Drawing.Bitmap,Microsoft.DirectX.Direct3D.Pool)">
  2949.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.Surface" /> class.</summary>
  2950.       <param name="device">Reference to the <see cref="T:Microsoft.DirectX.Direct3D.Device" /> associated with the surface.</param>
  2951.       <param name="image">Reference to a <see cref="T:System.Drawing.Bitmap" /> object that contains the bitmap for the surface.</param>
  2952.       <param name="pool">A <see cref="T:Microsoft.DirectX.Direct3D.Pool" /> object that defines the memory class of the surface.</param>
  2953.     </member>
  2954.     <member name="M:Microsoft.DirectX.Direct3D.Surface.Dispose">
  2955.       <summary>Immediately releases the unmanaged resources used by the <see cref="T:Microsoft.DirectX.Direct3D.Surface" /> object.</summary>
  2956.       <returns />
  2957.     </member>
  2958.     <member name="M:Microsoft.DirectX.Direct3D.Surface.Finalize">
  2959.       <summary>Allows the <see cref="T:Microsoft.DirectX.Direct3D.Surface" /> object to free resources before it is destroyed by the garbage collector.</summary>
  2960.       <returns />
  2961.     </member>
  2962.     <member name="M:Microsoft.DirectX.Direct3D.Surface.FromBitmap(Microsoft.DirectX.Direct3D.Device,System.Drawing.Bitmap,Microsoft.DirectX.Direct3D.Pool)">
  2963.       <summary>Creates a surface from a Microsoft .NET bitmap object.</summary>
  2964.       <param name="device">Reference to the <see cref="T:Microsoft.DirectX.Direct3D.Device" /> associated with the surface.</param>
  2965.       <param name="image">Reference to a <see cref="T:System.Drawing.Bitmap" /> object that contains the bitmap for the surface.</param>
  2966.       <param name="pool">A <see cref="T:Microsoft.DirectX.Direct3D.Pool" /> object that defines the memory class of the surface.</param>
  2967.       <returns>A <see cref="T:Microsoft.DirectX.Direct3D.Surface" /> object that represents the newly created surface.</returns>
  2968.     </member>
  2969.     <member name="M:Microsoft.DirectX.Direct3D.Surface.FromStream(Microsoft.DirectX.Direct3D.Device,System.IO.Stream,Microsoft.DirectX.Direct3D.Pool)">
  2970.       <summary>Creates a surface from a Microsoft .NET stream object.</summary>
  2971.       <param name="device">Reference to the <see cref="T:Microsoft.DirectX.Direct3D.Device" /> associated with the surface.</param>
  2972.       <param name="data">Reference to a <see cref="T:System.IO.Stream" /> object that contains image data for the surface.</param>
  2973.       <param name="pool">A <see cref="T:Microsoft.DirectX.Direct3D.Pool" /> object that defines the memory class of the surface.</param>
  2974.       <returns>A <see cref="T:Microsoft.DirectX.Direct3D.Surface" /> object that represents the newly created surface.</returns>
  2975.     </member>
  2976.     <member name="M:Microsoft.DirectX.Direct3D.Surface.GetContainer(System.Guid)">
  2977.       <summary>Provides access to the parent cube texture or texture (mipmap) object.</summary>
  2978.       <param name="interfaceId" />
  2979.       <returns>An <see cref="T:System.Object" /> that represents the newly created container.</returns>
  2980.     </member>
  2981.     <member name="M:Microsoft.DirectX.Direct3D.Surface.GetGraphics">
  2982.       <summary>Retrieves a device context.</summary>
  2983.       <returns>A <see cref="T:System.Drawing.Graphics" /> object that represents the device context for the surface.</returns>
  2984.     </member>
  2985.     <member name="M:Microsoft.DirectX.Direct3D.Surface.GetObjectByValue(System.Int32)">
  2986.       <summary>This member supports the infrastructure for Microsoft DirectX 9.0 for Managed Code and is not intended to be used directly from your code.</summary>
  2987.       <param name="uniqueKey">Object identifier.</param>
  2988.       <returns>Pointer to the unmanaged Component Object Model (COM) interface, IDirect3DSurface9, which allows unmanaged COM clients to create an instance of the managed <see cref="T:Microsoft.DirectX.Direct3D.Surface" /> class. Not supported.</returns>
  2989.     </member>
  2990.     <member name="M:Microsoft.DirectX.Direct3D.Surface.LockRectangle(System.Drawing.Rectangle,Microsoft.DirectX.Direct3D.LockFlags,System.Int32@)">
  2991.       <summary>Locks a rectangle on a surface.</summary>
  2992.       <param name="rect">A <see cref="T:System.Drawing.Rectangle" /> object that represents the rectangle to lock.</param>
  2993.       <param name="flags">A <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" /> object that specifies the type of lock to apply.</param>
  2994.       <param name="pitch">Integer that represents the returned pitch value of the locked region.</param>
  2995.       <returns>A <see cref="T:Microsoft.DirectX.GraphicsStream" /> object that describes the locked region.</returns>
  2996.     </member>
  2997.     <member name="M:Microsoft.DirectX.Direct3D.Surface.LockRectangle(Microsoft.DirectX.Direct3D.LockFlags,System.Int32@)">
  2998.       <summary>Locks a rectangle on a surface.</summary>
  2999.       <param name="flags">A <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" /> object that specifies the type of lock to apply.</param>
  3000.       <param name="pitch">Integer that represents the returned pitch value of the locked region.</param>
  3001.       <returns>A <see cref="T:Microsoft.DirectX.GraphicsStream" /> object that describes the locked region.</returns>
  3002.     </member>
  3003.     <member name="M:Microsoft.DirectX.Direct3D.Surface.LockRectangle(System.Drawing.Rectangle,Microsoft.DirectX.Direct3D.LockFlags)">
  3004.       <summary>Locks a rectangle on a surface.</summary>
  3005.       <param name="rect">A <see cref="T:System.Drawing.Rectangle" /> object that represents the rectangle to lock.</param>
  3006.       <param name="flags">A <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" /> object that specifies the type of lock to apply.</param>
  3007.       <returns>A <see cref="T:Microsoft.DirectX.GraphicsStream" /> object that describes the locked region.</returns>
  3008.     </member>
  3009.     <member name="M:Microsoft.DirectX.Direct3D.Surface.LockRectangle(Microsoft.DirectX.Direct3D.LockFlags)">
  3010.       <summary>Locks a rectangle on a surface.</summary>
  3011.       <param name="flags">A <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" /> object that specifies the type of lock to apply.</param>
  3012.       <returns>A <see cref="T:Microsoft.DirectX.GraphicsStream" /> object that describes the locked region.</returns>
  3013.     </member>
  3014.     <member name="M:Microsoft.DirectX.Direct3D.Surface.LockRectangle(System.Type,System.Drawing.Rectangle,Microsoft.DirectX.Direct3D.LockFlags,System.Int32@,System.Int32[])">
  3015.       <summary>Locks a rectangle on a surface.</summary>
  3016.       <param name="typeLock">A <see cref="T:System.Type" /> object that specifies the type of array to create.</param>
  3017.       <param name="rect">A <see cref="T:System.Drawing.Rectangle" /> object that represents the rectangle to lock.</param>
  3018.       <param name="flags">A <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" /> object that specifies the type of lock to apply.</param>
  3019.       <param name="pitch">Integer that represents the returned pitch value of the locked region.</param>
  3020.       <param name="ranks">Array of one to three <see cref="T:System.Int32" /> values that indicate the dimensions of the returned array. The maximum number of <see cref="M:Microsoft.DirectX.Direct3D.Surface.LockRectangle" /> allowed is three.</param>
  3021.       <returns>An <see cref="T:System.Array" /> that describes the locked region.</returns>
  3022.     </member>
  3023.     <member name="M:Microsoft.DirectX.Direct3D.Surface.LockRectangle(System.Type,Microsoft.DirectX.Direct3D.LockFlags,System.Int32@,System.Int32[])">
  3024.       <summary>Locks a rectangle on a surface.</summary>
  3025.       <param name="typeLock">A <see cref="T:System.Type" /> object that specifies the type of array to create.</param>
  3026.       <param name="flags">A <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" /> object that specifies the type of lock to apply.</param>
  3027.       <param name="pitch">Integer that represents the returned pitch value of the locked region.</param>
  3028.       <param name="ranks">Array of one to three <see cref="T:System.Int32" /> values that indicate the dimensions of the returned array. The maximum number of <see cref="M:Microsoft.DirectX.Direct3D.Surface.LockRectangle" /> allowed is three.</param>
  3029.       <returns>An <see cref="T:System.Array" /> that describes the locked region.</returns>
  3030.     </member>
  3031.     <member name="M:Microsoft.DirectX.Direct3D.Surface.LockRectangle(System.Type,System.Drawing.Rectangle,Microsoft.DirectX.Direct3D.LockFlags,System.Int32[])">
  3032.       <summary>Locks a rectangle on a surface.</summary>
  3033.       <param name="typeLock">A <see cref="T:System.Type" /> object that specifies the type of array to create.</param>
  3034.       <param name="rect">A <see cref="T:System.Drawing.Rectangle" /> object that represents the rectangle to lock.</param>
  3035.       <param name="flags">A <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" /> object that specifies the type of lock to apply.</param>
  3036.       <param name="ranks">Array of one to three <see cref="T:System.Int32" /> values that indicate the dimensions of the returned array. The maximum number of <see cref="M:Microsoft.DirectX.Direct3D.Surface.LockRectangle" /> allowed is three.</param>
  3037.       <returns>An <see cref="T:System.Array" /> that describes the locked region.</returns>
  3038.     </member>
  3039.     <member name="M:Microsoft.DirectX.Direct3D.Surface.LockRectangle(System.Type,Microsoft.DirectX.Direct3D.LockFlags,System.Int32[])">
  3040.       <summary>Locks a rectangle on a surface.</summary>
  3041.       <param name="typeLock">A <see cref="T:System.Type" /> object that specifies the type of array to create.</param>
  3042.       <param name="flags">A <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" /> object that specifies the type of lock to apply.</param>
  3043.       <param name="ranks">Array of one to three <see cref="T:System.Int32" /> values that indicate the dimensions of the returned array. The maximum number of <see cref="M:Microsoft.DirectX.Direct3D.Surface.LockRectangle" /> allowed is three.</param>
  3044.       <returns>An <see cref="T:System.Array" /> that describes the locked region.</returns>
  3045.     </member>
  3046.     <member name="M:Microsoft.DirectX.Direct3D.Surface.raise_Disposing(System.Object,System.EventArgs)">
  3047.       <summary>Raises the <see cref="E:Microsoft.DirectX.Direct3D.Surface.Disposing" /> event when called from within a derived class.</summary>
  3048.       <param name="i1">Invoking object reference; should be this object.</param>
  3049.       <param name="i2">Arguments to pass to the event handler.</param>
  3050.       <returns />
  3051.     </member>
  3052.     <member name="M:Microsoft.DirectX.Direct3D.Surface.ReleaseGraphics">
  3053.       <summary>Releases the device context obtained by calling <see cref="M:Microsoft.DirectX.Direct3D.Surface.GetGraphics" />.</summary>
  3054.       <returns />
  3055.     </member>
  3056.     <member name="M:Microsoft.DirectX.Direct3D.Surface.UnlockRectangle">
  3057.       <summary>Unlocks a rectangle on a surface.</summary>
  3058.       <returns />
  3059.     </member>
  3060.     <member name="M:Microsoft.DirectX.Direct3D.Surface.UpdateUnmanagedPointer(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DSurface9)">
  3061.       <summary>Updates the unmanaged pointer for this <see cref="T:Microsoft.DirectX.Direct3D.Surface" /> object. This method supports the Microsoft .NET Framework infrastructure and is not intended to be used directly in your code.</summary>
  3062.       <param name="pInterface">Pointer to the <see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DSurface9" /> structure used to update the unmanaged pointer for this <see cref="T:Microsoft.DirectX.Direct3D.Surface" /> object.</param>
  3063.       <returns />
  3064.     </member>
  3065.     <member name="P:Microsoft.DirectX.Direct3D.Surface.Description">
  3066.       <summary>Retrieves the description of a surface.</summary>
  3067.     </member>
  3068.     <member name="P:Microsoft.DirectX.Direct3D.Surface.Disposed">
  3069.       <summary>Gets a value that indicates whether the object is disposed.</summary>
  3070.     </member>
  3071.     <member name="P:Microsoft.DirectX.Direct3D.Surface.UnmanagedComPointer">
  3072.       <summary>Returns the unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DSurface9" /> interface pointer.</summary>
  3073.     </member>
  3074.     <member name="T:Microsoft.DirectX.Direct3D.SwapChain">
  3075.       <summary>Manipulates a swap chain.</summary>
  3076.     </member>
  3077.     <member name="E:Microsoft.DirectX.Direct3D.SwapChain.Disposing">
  3078.       <summary>Occurs when the <see cref="M:Microsoft.DirectX.Direct3D.SwapChain.Dispose" /> method is called or when the <see cref="T:Microsoft.DirectX.Direct3D.SwapChain" /> object is finalized and collected by the garbage collector of the Microsoft .NETcommon language runtime.</summary>
  3079.     </member>
  3080.     <member name="M:Microsoft.DirectX.Direct3D.SwapChain.#ctor(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DSwapChain9)">
  3081.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.SwapChain" /> class.</summary>
  3082.       <param name="pUnk">Unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DSwapChain9" /> interface pointer.</param>
  3083.     </member>
  3084.     <member name="M:Microsoft.DirectX.Direct3D.SwapChain.#ctor(System.IntPtr)">
  3085.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.SwapChain" /> class.</summary>
  3086.       <param name="unmanagedObject">Pointer to an unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DSwapChain9" /> interface. This parameter is useful for working with unmanaged applications from managed code. Not supported.</param>
  3087.     </member>
  3088.     <member name="M:Microsoft.DirectX.Direct3D.SwapChain.#ctor(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DSwapChain9,Microsoft.DirectX.Direct3D.Device)">
  3089.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.SwapChain" /> class.</summary>
  3090.       <param name="lp">Unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DSwapChain9" /> interface pointer.</param>
  3091.       <param name="device">The <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object that represents the device to associate with the swap chain.</param>
  3092.     </member>
  3093.     <member name="M:Microsoft.DirectX.Direct3D.SwapChain.#ctor(Microsoft.DirectX.Direct3D.Device,Microsoft.DirectX.Direct3D.PresentParameters)">
  3094.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.SwapChain" /> class.</summary>
  3095.       <param name="device">The <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object that represents the device to associate with the swap chain.</param>
  3096.       <param name="presentationParameters">A <see cref="T:Microsoft.DirectX.Direct3D.PresentParameters" /> object that contains the presentation parameters for the new swap chain. See Remarks.</param>
  3097.     </member>
  3098.     <member name="M:Microsoft.DirectX.Direct3D.SwapChain.Dispose">
  3099.       <summary>Immediately releases the unmanaged resources used by the <see cref="T:Microsoft.DirectX.Direct3D.SwapChain" /> object.</summary>
  3100.       <returns />
  3101.     </member>
  3102.     <member name="M:Microsoft.DirectX.Direct3D.SwapChain.Equals(System.Object)">
  3103.       <summary>Returns a value that indicates whether the current instance is equal to a specified object.</summary>
  3104.       <param name="compare">Object to compare to this object.</param>
  3105.       <returns>Returns true if the objects are the same; otherwise, false.</returns>
  3106.     </member>
  3107.     <member name="M:Microsoft.DirectX.Direct3D.SwapChain.Finalize">
  3108.       <summary>Allows the <see cref="T:Microsoft.DirectX.Direct3D.SwapChain" /> object to free resources before it is destroyed by the garbage collector.</summary>
  3109.       <returns />
  3110.     </member>
  3111.     <member name="M:Microsoft.DirectX.Direct3D.SwapChain.GetBackBuffer(System.Int32,Microsoft.DirectX.Direct3D.BackBufferType)">
  3112.       <summary>Retrieves a back buffer from the swap chain of a device.</summary>
  3113.       <param name="backBuffer">Index of the back buffer object to return. See Remarks.</param>
  3114.       <param name="typeBuffer">Because stereo view is not supported in Microsoft DirectX 9.0, the only valid value for this parameter is <see cref="F:Microsoft.DirectX.Direct3D.BackBufferType.Mono" />.</param>
  3115.       <returns>A <see cref="T:Microsoft.DirectX.Direct3D.Surface" /> object that represents the returned back buffer surface.</returns>
  3116.     </member>
  3117.     <member name="M:Microsoft.DirectX.Direct3D.SwapChain.GetFrontBufferData(Microsoft.DirectX.Direct3D.Surface)">
  3118.       <summary>Generates a copy of the swap chain's front buffer and places it in a <see cref="T:Microsoft.DirectX.Direct3D.Surface" /> object provided by the application.</summary>
  3119.       <param name="frontBuffer">[in, out] A <see cref="T:Microsoft.DirectX.Direct3D.Surface" /> object that receives a copy of the swap chain's front buffer. The data is returned in successive rows with no intervening space, from the vertically highest row to the lowest.</param>
  3120.       <returns />
  3121.     </member>
  3122.     <member name="M:Microsoft.DirectX.Direct3D.SwapChain.GetHashCode">
  3123.       <summary>Returns the hash code for the current instance.</summary>
  3124.       <returns>Hash code for the instance.</returns>
  3125.     </member>
  3126.     <member name="M:Microsoft.DirectX.Direct3D.SwapChain.GetObjectByValue(System.Int32)">
  3127.       <summary>This member supports the infrastructure for Microsoft DirectX 9.0 for Managed Code and is not intended to be used directly from your code.</summary>
  3128.       <param name="uniqueKey">Object identifier.</param>
  3129.       <returns>Pointer to the unmanaged Component Object Model (COM) interface, IDirect3DSwapChain9, which allows unmanaged COM clients to create an instance of the managed <see cref="T:Microsoft.DirectX.Direct3D.SwapChain" /> class. Not supported.</returns>
  3130.     </member>
  3131.     <member name="M:Microsoft.DirectX.Direct3D.SwapChain.op_Equality(Microsoft.DirectX.Direct3D.SwapChain,Microsoft.DirectX.Direct3D.SwapChain)">
  3132.       <summary>Compares the current instance of a class to another instance to determine whether they are the same.</summary>
  3133.       <param name="left">The <see cref="T:Microsoft.DirectX.Direct3D.SwapChain" /> object to the left of the equality operator.</param>
  3134.       <param name="right">The <see cref="T:Microsoft.DirectX.Direct3D.SwapChain" /> object to the right of the equality operator.</param>
  3135.       <returns>Returns true if the objects are the same; otherwise, false.</returns>
  3136.     </member>
  3137.     <member name="M:Microsoft.DirectX.Direct3D.SwapChain.op_Inequality(Microsoft.DirectX.Direct3D.SwapChain,Microsoft.DirectX.Direct3D.SwapChain)">
  3138.       <summary>Compares the current instance of a class to another instance to determine whether they are different.</summary>
  3139.       <param name="left">The <see cref="T:Microsoft.DirectX.Direct3D.SwapChain" /> object to the left of the equality operator.</param>
  3140.       <param name="right">The <see cref="T:Microsoft.DirectX.Direct3D.SwapChain" /> object to the right of the equality operator.</param>
  3141.       <returns>Returns true if the objects are different; otherwise, false.</returns>
  3142.     </member>
  3143.     <member name="M:Microsoft.DirectX.Direct3D.SwapChain.Present(System.Drawing.Rectangle,System.IntPtr,Microsoft.DirectX.Direct3D.Present,System.Boolean)">
  3144.       <summary>Presents the contents of the next buffer in the sequence of back buffers owned by the swap chain.</summary>
  3145.       <param name="rectPresent">A <see cref="T:System.Drawing.Rectangle" /> structure that contains the source rectangle. This value must be omitted unless the swap chain was created with <see cref="F:Microsoft.DirectX.Direct3D.SwapEffect.Copy" />. If the value is omitted, the entire source surface is presented. If the rectangle exceeds the source surface, it is clipped to fit.</param>
  3146.       <param name="overrideWindowHandle">Destination window whose client area is taken as the target for the current presentation. If this parameter is omitted, the <see cref="T:Microsoft.DirectX.Direct3D.PresentParameters" />.<see cref="P:Microsoft.DirectX.Direct3D.PresentParameters.DeviceWindowHandle" /> member is used.</param>
  3147.       <param name="flags">Allows the application to request that the method return immediately when the driver reports that it cannot schedule a presentation. Valid values are 0, <see cref="F:Microsoft.DirectX.Direct3D.Present.DoNotWait" />, <see cref="F:Microsoft.DirectX.Direct3D.Present.LinearContent" /> or a combination of these values. See Remarks.</param>
  3148.       <param name="sourceRectangle">Set to true if a <see cref="T:System.Drawing.Rectangle" /> is being passed to the <see cref="M:Microsoft.DirectX.Direct3D.SwapChain.Present" /> parameter; otherwise, false.</param>
  3149.       <returns />
  3150.     </member>
  3151.     <member name="M:Microsoft.DirectX.Direct3D.SwapChain.Present(System.IntPtr,Microsoft.DirectX.Direct3D.Present)">
  3152.       <summary>Presents the contents of the next buffer in the sequence of back buffers owned by the swap chain.</summary>
  3153.       <param name="overrideWindowHandle">Destination window whose client area is taken as the target for the current presentation. If this parameter is omitted, the <see cref="T:Microsoft.DirectX.Direct3D.PresentParameters" />.<see cref="P:Microsoft.DirectX.Direct3D.PresentParameters.DeviceWindowHandle" /> member is used.</param>
  3154.       <param name="flags">Allows the application to request that the method return immediately when the driver reports that it cannot schedule a presentation. Valid values are 0, <see cref="F:Microsoft.DirectX.Direct3D.Present.DoNotWait" />, <see cref="F:Microsoft.DirectX.Direct3D.Present.LinearContent" /> or a combination of these values. See Remarks.</param>
  3155.       <returns />
  3156.     </member>
  3157.     <member name="M:Microsoft.DirectX.Direct3D.SwapChain.Present(System.Drawing.Rectangle,System.Drawing.Rectangle,System.Windows.Forms.Control,Microsoft.DirectX.Direct3D.Present)">
  3158.       <summary>Presents the contents of the next buffer in the sequence of back buffers owned by the swap chain.</summary>
  3159.       <param name="sourceRectangle">A <see cref="T:System.Drawing.Rectangle" /> that contains the source rectangle. This value must be omitted unless the swap chain was created with <see cref="F:Microsoft.DirectX.Direct3D.SwapEffect.Copy" />. If the value is omitted, the entire source surface is presented. If the rectangle exceeds the source surface, it is clipped to fit.</param>
  3160.       <param name="destRectangle">A <see cref="T:System.Drawing.Rectangle" /> that contains the destination rectangle in window client coordinates. This value can be used only if the swap chain was created with <see cref="F:Microsoft.DirectX.Direct3D.SwapEffect.Copy" />. If the value is omitted, the entire client area is filled. If the rectangle exceeds the destination client area, it is clipped to fit.</param>
  3161.       <param name="overrideWindow">A <see cref="T:System.Windows.Forms.Control" /> object whose client area is taken as the target for the current presentation. If this parameter is omitted, the <see cref="T:Microsoft.DirectX.Direct3D.PresentParameters" />.<see cref="P:Microsoft.DirectX.Direct3D.PresentParameters.DeviceWindowHandle" /> member is used.</param>
  3162.       <param name="flags">Allows the application to request that the method return immediately when the driver reports that it cannot schedule a presentation. Valid values are 0, <see cref="F:Microsoft.DirectX.Direct3D.Present.DoNotWait" />, <see cref="F:Microsoft.DirectX.Direct3D.Present.LinearContent" /> or a combination of these values. See Remarks.</param>
  3163.       <returns />
  3164.     </member>
  3165.     <member name="M:Microsoft.DirectX.Direct3D.SwapChain.Present(System.Drawing.Rectangle,System.Boolean)">
  3166.       <summary>Presents the contents of the next buffer in the sequence of back buffers owned by the swap chain.</summary>
  3167.       <param name="rectPresent">A <see cref="T:System.Drawing.Rectangle" /> structure that contains the source rectangle. This value must be omitted unless the swap chain was created with <see cref="F:Microsoft.DirectX.Direct3D.SwapEffect.Copy" />. If the value is omitted, the entire source surface is presented. If the rectangle exceeds the source surface, it is clipped to fit.</param>
  3168.       <param name="sourceRectangle">Set to true if a <see cref="T:System.Drawing.Rectangle" /> is being passed to the <see cref="M:Microsoft.DirectX.Direct3D.SwapChain.Present" /> parameter; otherwise, false.</param>
  3169.       <returns />
  3170.     </member>
  3171.     <member name="M:Microsoft.DirectX.Direct3D.SwapChain.Present(System.Drawing.Rectangle,System.Windows.Forms.Control,System.Boolean)">
  3172.       <summary>Presents the contents of the next buffer in the sequence of back buffers owned by the swap chain.</summary>
  3173.       <param name="rectPresent">A <see cref="T:System.Drawing.Rectangle" /> structure that contains the source rectangle. This value must be omitted unless the swap chain was created with <see cref="F:Microsoft.DirectX.Direct3D.SwapEffect.Copy" />. If the value is omitted, the entire source surface is presented. If the rectangle exceeds the source surface, it is clipped to fit.</param>
  3174.       <param name="overrideWindow">A <see cref="T:System.Windows.Forms.Control" /> object whose client area is taken as the target for the current presentation. If this parameter is omitted, the <see cref="T:Microsoft.DirectX.Direct3D.PresentParameters" />.<see cref="P:Microsoft.DirectX.Direct3D.PresentParameters.DeviceWindowHandle" /> member is used.</param>
  3175.       <param name="sourceRectangle">Set to true if a <see cref="T:System.Drawing.Rectangle" /> is being passed to the <see cref="M:Microsoft.DirectX.Direct3D.SwapChain.Present" /> parameter; otherwise, false.</param>
  3176.       <returns />
  3177.     </member>
  3178.     <member name="M:Microsoft.DirectX.Direct3D.SwapChain.Present(System.Windows.Forms.Control)">
  3179.       <summary>Presents the contents of the next buffer in the sequence of back buffers owned by the swap chain.</summary>
  3180.       <param name="overrideWindow">A <see cref="T:System.Windows.Forms.Control" /> object whose client area is taken as the target for the current presentation. If this parameter is omitted, the <see cref="T:Microsoft.DirectX.Direct3D.PresentParameters" />.<see cref="P:Microsoft.DirectX.Direct3D.PresentParameters.DeviceWindowHandle" /> member is used.</param>
  3181.       <returns />
  3182.     </member>
  3183.     <member name="M:Microsoft.DirectX.Direct3D.SwapChain.Present">
  3184.       <summary>Presents the contents of the next buffer in the sequence of back buffers owned by the swap chain.</summary>
  3185.       <returns />
  3186.     </member>
  3187.     <member name="M:Microsoft.DirectX.Direct3D.SwapChain.Present(System.Drawing.Rectangle,System.Drawing.Rectangle,System.Windows.Forms.Control)">
  3188.       <summary>Presents the contents of the next buffer in the sequence of back buffers owned by the swap chain.</summary>
  3189.       <param name="sourceRectangle">A <see cref="T:System.Drawing.Rectangle" /> that contains the source rectangle. This value must be omitted unless the swap chain was created with <see cref="F:Microsoft.DirectX.Direct3D.SwapEffect.Copy" />. If the value is omitted, the entire source surface is presented. If the rectangle exceeds the source surface, it is clipped to fit.</param>
  3190.       <param name="destRectangle">A <see cref="T:System.Drawing.Rectangle" /> that contains the destination rectangle in window client coordinates. This value can be used only if the swap chain was created with <see cref="F:Microsoft.DirectX.Direct3D.SwapEffect.Copy" />. If the value is omitted, the entire client area is filled. If the rectangle exceeds the destination client area, it is clipped to fit.</param>
  3191.       <param name="overrideWindow">A <see cref="T:System.Windows.Forms.Control" /> object whose client area is taken as the target for the current presentation. If this parameter is omitted, the <see cref="T:Microsoft.DirectX.Direct3D.PresentParameters" />.<see cref="P:Microsoft.DirectX.Direct3D.PresentParameters.DeviceWindowHandle" /> member is used.</param>
  3192.       <returns />
  3193.     </member>
  3194.     <member name="M:Microsoft.DirectX.Direct3D.SwapChain.Present(System.Drawing.Rectangle,System.Drawing.Rectangle,System.IntPtr,Microsoft.DirectX.Direct3D.Present)">
  3195.       <summary>Presents the contents of the next buffer in the sequence of back buffers owned by the swap chain.</summary>
  3196.       <param name="sourceRectangle">A <see cref="T:System.Drawing.Rectangle" /> that contains the source rectangle. This value must be omitted unless the swap chain was created with <see cref="F:Microsoft.DirectX.Direct3D.SwapEffect.Copy" />. If the value is omitted, the entire source surface is presented. If the rectangle exceeds the source surface, it is clipped to fit.</param>
  3197.       <param name="destRectangle">A <see cref="T:System.Drawing.Rectangle" /> that contains the destination rectangle in window client coordinates. This value can be used only if the swap chain was created with <see cref="F:Microsoft.DirectX.Direct3D.SwapEffect.Copy" />. If the value is omitted, the entire client area is filled. If the rectangle exceeds the destination client area, it is clipped to fit.</param>
  3198.       <param name="overrideWindowHandle">Destination window whose client area is taken as the target for the current presentation. If this parameter is omitted, the <see cref="T:Microsoft.DirectX.Direct3D.PresentParameters" />.<see cref="P:Microsoft.DirectX.Direct3D.PresentParameters.DeviceWindowHandle" /> member is used.</param>
  3199.       <param name="flags">Allows the application to request that the method return immediately when the driver reports that it cannot schedule a presentation. Valid values are 0, <see cref="F:Microsoft.DirectX.Direct3D.Present.DoNotWait" />, <see cref="F:Microsoft.DirectX.Direct3D.Present.LinearContent" /> or a combination of these values. See Remarks.</param>
  3200.       <returns />
  3201.     </member>
  3202.     <member name="M:Microsoft.DirectX.Direct3D.SwapChain.Present(System.Drawing.Rectangle,System.IntPtr,System.Boolean)">
  3203.       <summary>Presents the contents of the next buffer in the sequence of back buffers owned by the swap chain.</summary>
  3204.       <param name="rectPresent">A <see cref="T:System.Drawing.Rectangle" /> structure that contains the source rectangle. This value must be omitted unless the swap chain was created with <see cref="F:Microsoft.DirectX.Direct3D.SwapEffect.Copy" />. If the value is omitted, the entire source surface is presented. If the rectangle exceeds the source surface, it is clipped to fit.</param>
  3205.       <param name="overrideWindowHandle">Destination window whose client area is taken as the target for the current presentation. If this parameter is omitted, the <see cref="T:Microsoft.DirectX.Direct3D.PresentParameters" />.<see cref="P:Microsoft.DirectX.Direct3D.PresentParameters.DeviceWindowHandle" /> member is used.</param>
  3206.       <param name="sourceRectangle">Set to true if a <see cref="T:System.Drawing.Rectangle" /> is being passed to the <see cref="M:Microsoft.DirectX.Direct3D.SwapChain.Present" /> parameter; otherwise, false.</param>
  3207.       <returns />
  3208.     </member>
  3209.     <member name="M:Microsoft.DirectX.Direct3D.SwapChain.Present(System.IntPtr)">
  3210.       <summary>Presents the contents of the next buffer in the sequence of back buffers owned by the swap chain.</summary>
  3211.       <param name="overrideWindowHandle">Destination window whose client area is taken as the target for the current presentation. If this parameter is omitted, the <see cref="T:Microsoft.DirectX.Direct3D.PresentParameters" />.<see cref="P:Microsoft.DirectX.Direct3D.PresentParameters.DeviceWindowHandle" /> member is used.</param>
  3212.       <returns />
  3213.     </member>
  3214.     <member name="M:Microsoft.DirectX.Direct3D.SwapChain.Present(System.Drawing.Rectangle,System.Drawing.Rectangle,System.IntPtr)">
  3215.       <summary>Presents the contents of the next buffer in the sequence of back buffers owned by the swap chain.</summary>
  3216.       <param name="sourceRectangle">A <see cref="T:System.Drawing.Rectangle" /> that contains the source rectangle. This value must be omitted unless the swap chain was created with <see cref="F:Microsoft.DirectX.Direct3D.SwapEffect.Copy" />. If the value is omitted, the entire source surface is presented. If the rectangle exceeds the source surface, it is clipped to fit.</param>
  3217.       <param name="destRectangle">A <see cref="T:System.Drawing.Rectangle" /> that contains the destination rectangle in window client coordinates. This value can be used only if the swap chain was created with <see cref="F:Microsoft.DirectX.Direct3D.SwapEffect.Copy" />. If the value is omitted, the entire client area is filled. If the rectangle exceeds the destination client area, it is clipped to fit.</param>
  3218.       <param name="overrideWindowHandle">Destination window whose client area is taken as the target for the current presentation. If this parameter is omitted, the <see cref="T:Microsoft.DirectX.Direct3D.PresentParameters" />.<see cref="P:Microsoft.DirectX.Direct3D.PresentParameters.DeviceWindowHandle" /> member is used.</param>
  3219.       <returns />
  3220.     </member>
  3221.     <member name="M:Microsoft.DirectX.Direct3D.SwapChain.Present(System.Drawing.Rectangle,Microsoft.DirectX.Direct3D.Present,System.Boolean)">
  3222.       <summary>Presents the contents of the next buffer in the sequence of back buffers owned by the swap chain.</summary>
  3223.       <param name="rectPresent">A <see cref="T:System.Drawing.Rectangle" /> structure that contains the source rectangle. This value must be omitted unless the swap chain was created with <see cref="F:Microsoft.DirectX.Direct3D.SwapEffect.Copy" />. If the value is omitted, the entire source surface is presented. If the rectangle exceeds the source surface, it is clipped to fit.</param>
  3224.       <param name="flags">Allows the application to request that the method return immediately when the driver reports that it cannot schedule a presentation. Valid values are 0, <see cref="F:Microsoft.DirectX.Direct3D.Present.DoNotWait" />, <see cref="F:Microsoft.DirectX.Direct3D.Present.LinearContent" /> or a combination of these values. See Remarks.</param>
  3225.       <param name="sourceRectangle">Set to true if a <see cref="T:System.Drawing.Rectangle" /> is being passed to the <see cref="M:Microsoft.DirectX.Direct3D.SwapChain.Present" /> parameter; otherwise, false.</param>
  3226.       <returns />
  3227.     </member>
  3228.     <member name="M:Microsoft.DirectX.Direct3D.SwapChain.Present(System.Drawing.Rectangle,System.Windows.Forms.Control,Microsoft.DirectX.Direct3D.Present,System.Boolean)">
  3229.       <summary>Presents the contents of the next buffer in the sequence of back buffers owned by the swap chain.</summary>
  3230.       <param name="rectPresent">A <see cref="T:System.Drawing.Rectangle" /> structure that contains the source rectangle. This value must be omitted unless the swap chain was created with <see cref="F:Microsoft.DirectX.Direct3D.SwapEffect.Copy" />. If the value is omitted, the entire source surface is presented. If the rectangle exceeds the source surface, it is clipped to fit.</param>
  3231.       <param name="overrideWindow">A <see cref="T:System.Windows.Forms.Control" /> object whose client area is taken as the target for the current presentation. If this parameter is omitted, the <see cref="T:Microsoft.DirectX.Direct3D.PresentParameters" />.<see cref="P:Microsoft.DirectX.Direct3D.PresentParameters.DeviceWindowHandle" /> member is used.</param>
  3232.       <param name="flags">Allows the application to request that the method return immediately when the driver reports that it cannot schedule a presentation. Valid values are 0, <see cref="F:Microsoft.DirectX.Direct3D.Present.DoNotWait" />, <see cref="F:Microsoft.DirectX.Direct3D.Present.LinearContent" /> or a combination of these values. See Remarks.</param>
  3233.       <param name="sourceRectangle">Set to true if a <see cref="T:System.Drawing.Rectangle" /> is being passed to the <see cref="M:Microsoft.DirectX.Direct3D.SwapChain.Present" /> parameter; otherwise, false.</param>
  3234.       <returns />
  3235.     </member>
  3236.     <member name="M:Microsoft.DirectX.Direct3D.SwapChain.Present(System.Windows.Forms.Control,Microsoft.DirectX.Direct3D.Present)">
  3237.       <summary>Presents the contents of the next buffer in the sequence of back buffers owned by the swap chain.</summary>
  3238.       <param name="overrideWindow">A <see cref="T:System.Windows.Forms.Control" /> object whose client area is taken as the target for the current presentation. If this parameter is omitted, the <see cref="T:Microsoft.DirectX.Direct3D.PresentParameters" />.<see cref="P:Microsoft.DirectX.Direct3D.PresentParameters.DeviceWindowHandle" /> member is used.</param>
  3239.       <param name="flags">Allows the application to request that the method return immediately when the driver reports that it cannot schedule a presentation. Valid values are 0, <see cref="F:Microsoft.DirectX.Direct3D.Present.DoNotWait" />, <see cref="F:Microsoft.DirectX.Direct3D.Present.LinearContent" /> or a combination of these values. See Remarks.</param>
  3240.       <returns />
  3241.     </member>
  3242.     <member name="M:Microsoft.DirectX.Direct3D.SwapChain.Present(Microsoft.DirectX.Direct3D.Present)">
  3243.       <summary>Presents the contents of the next buffer in the sequence of back buffers owned by the swap chain.</summary>
  3244.       <param name="flags">Allows the application to request that the method return immediately when the driver reports that it cannot schedule a presentation. Valid values are 0, <see cref="F:Microsoft.DirectX.Direct3D.Present.DoNotWait" />, <see cref="F:Microsoft.DirectX.Direct3D.Present.LinearContent" /> or a combination of these values. See Remarks.</param>
  3245.       <returns />
  3246.     </member>
  3247.     <member name="M:Microsoft.DirectX.Direct3D.SwapChain.raise_Disposing(System.Object,System.EventArgs)">
  3248.       <summary>Raises the <see cref="E:Microsoft.DirectX.Direct3D.SwapChain.Disposing" /> event when called from within a derived class.</summary>
  3249.       <param name="i1">Invoking object reference; should be this object.</param>
  3250.       <param name="i2">Arguments to pass to the event handler.</param>
  3251.       <returns />
  3252.     </member>
  3253.     <member name="M:Microsoft.DirectX.Direct3D.SwapChain.UpdateUnmanagedPointer(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DSwapChain9)">
  3254.       <summary>Updates the unmanaged pointer for this <see cref="T:Microsoft.DirectX.Direct3D.SwapChain" /> object. This method supports the Microsoft .NET Framework infrastructure and is not intended to be used directly in your code.</summary>
  3255.       <param name="pInterface">Pointer to the <see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DSwapChain9" /> structure used to update the unmanaged pointer for this <see cref="T:Microsoft.DirectX.Direct3D.SwapChain" /> object.</param>
  3256.       <returns />
  3257.     </member>
  3258.     <member name="P:Microsoft.DirectX.Direct3D.SwapChain.Device">
  3259.       <summary>Retrieves the device associated with a swap chain.</summary>
  3260.     </member>
  3261.     <member name="P:Microsoft.DirectX.Direct3D.SwapChain.DisplayMode">
  3262.       <summary>Retrieves the display mode's spatial resolution, color resolution, and refresh frequency.</summary>
  3263.     </member>
  3264.     <member name="P:Microsoft.DirectX.Direct3D.SwapChain.Disposed">
  3265.       <summary>Gets a value that indicates whether the object is disposed.</summary>
  3266.     </member>
  3267.     <member name="P:Microsoft.DirectX.Direct3D.SwapChain.PresentParameters">
  3268.       <summary>Retrieves the presentation parameters associated with a swap chain.</summary>
  3269.     </member>
  3270.     <member name="P:Microsoft.DirectX.Direct3D.SwapChain.RasterStatus">
  3271.       <summary>Returns information that describes the raster of the monitor on which the swap chain is presented.</summary>
  3272.     </member>
  3273.     <member name="P:Microsoft.DirectX.Direct3D.SwapChain.UnmanagedComPointer">
  3274.       <summary>Returns the unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DSwapChain9" /> interface pointer.</summary>
  3275.     </member>
  3276.     <member name="T:Microsoft.DirectX.Direct3D.Texture">
  3277.       <summary>Manipulates a texture resource.</summary>
  3278.     </member>
  3279.     <member name="E:Microsoft.DirectX.Direct3D.Texture.Disposing">
  3280.       <summary>Occurs when the <see cref="M:Microsoft.DirectX.Direct3D.Texture.Dispose" /> method is called or when the <see cref="T:Microsoft.DirectX.Direct3D.Texture" /> object is finalized and collected by the garbage collector of the Microsoft .NETcommon language runtime.</summary>
  3281.     </member>
  3282.     <member name="M:Microsoft.DirectX.Direct3D.Texture.AddDirtyRectangle">
  3283.       <summary>Adds a dirty region to a texture resource.</summary>
  3284.       <returns />
  3285.     </member>
  3286.     <member name="M:Microsoft.DirectX.Direct3D.Texture.AddDirtyRectangle(System.Drawing.Rectangle)">
  3287.       <summary>Adds a dirty region to a texture resource.</summary>
  3288.       <param name="rect">A <see cref="T:System.Drawing.Rectangle" /> structure that specifies the dirty region to add.</param>
  3289.       <returns />
  3290.     </member>
  3291.     <member name="M:Microsoft.DirectX.Direct3D.Texture.#ctor(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DTexture9)">
  3292.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.Texture" /> class.</summary>
  3293.       <param name="pInterop">Unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DTexture9" /> interface pointer.</param>
  3294.     </member>
  3295.     <member name="M:Microsoft.DirectX.Direct3D.Texture.#ctor(System.IntPtr)">
  3296.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.Texture" /> class.</summary>
  3297.       <param name="unmanagedObject">Pointer to an unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DTexture9" /> interface. This parameter is useful for working with unmanaged applications from managed code. Not supported.</param>
  3298.     </member>
  3299.     <member name="M:Microsoft.DirectX.Direct3D.Texture.#ctor(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DTexture9,Microsoft.DirectX.Direct3D.Device,Microsoft.DirectX.Direct3D.Pool)">
  3300.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.Texture" /> class.</summary>
  3301.       <param name="lp">Unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DTexture9" /> interface pointer.</param>
  3302.       <param name="device">A <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object to associate with the <see cref="T:Microsoft.DirectX.Direct3D.Texture" />.</param>
  3303.       <param name="pool">Member of the <see cref="T:Microsoft.DirectX.Direct3D.Pool" /> enumerated type that describes the memory class into which the texture should be placed.</param>
  3304.     </member>
  3305.     <member name="M:Microsoft.DirectX.Direct3D.Texture.#ctor(Microsoft.DirectX.Direct3D.Device,System.IO.Stream,Microsoft.DirectX.Direct3D.Usage,Microsoft.DirectX.Direct3D.Pool)">
  3306.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.Texture" /> class.</summary>
  3307.       <param name="device">A <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object to associate with the <see cref="T:Microsoft.DirectX.Direct3D.Texture" />.</param>
  3308.       <param name="data">A <see cref="T:System.IO.Stream" /> object that contains the image data. The texture is created with the data in the stream.</param>
  3309.       <param name="usage">Usage can be 0, which indicates no usage value. However, if usage is desired, use one or more <see cref="T:Microsoft.DirectX.Direct3D.Usage" /> constants. It is good practice to match the usage parameter with the <see cref="T:Microsoft.DirectX.Direct3D.CreateFlags" /> in the <see cref="M:Microsoft.DirectX.Direct3D.Device.#ctor" /> constructor.</param>
  3310.       <param name="pool">Member of the <see cref="T:Microsoft.DirectX.Direct3D.Pool" /> enumerated type that describes the memory class into which the texture should be placed.</param>
  3311.     </member>
  3312.     <member name="M:Microsoft.DirectX.Direct3D.Texture.#ctor(Microsoft.DirectX.Direct3D.Device,System.Drawing.Bitmap,Microsoft.DirectX.Direct3D.Usage,Microsoft.DirectX.Direct3D.Pool)">
  3313.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.Texture" /> class.</summary>
  3314.       <param name="device">A <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object to associate with the <see cref="T:Microsoft.DirectX.Direct3D.Texture" />.</param>
  3315.       <param name="image">A <see cref="T:System.Drawing.Bitmap" /> used to create the texture.</param>
  3316.       <param name="usage">Usage can be 0, which indicates no usage value. However, if usage is desired, use one or more <see cref="T:Microsoft.DirectX.Direct3D.Usage" /> constants. It is good practice to match the usage parameter with the <see cref="T:Microsoft.DirectX.Direct3D.CreateFlags" /> in the <see cref="M:Microsoft.DirectX.Direct3D.Device.#ctor" /> constructor.</param>
  3317.       <param name="pool">Member of the <see cref="T:Microsoft.DirectX.Direct3D.Pool" /> enumerated type that describes the memory class into which the texture should be placed.</param>
  3318.     </member>
  3319.     <member name="M:Microsoft.DirectX.Direct3D.Texture.#ctor(Microsoft.DirectX.Direct3D.Device,System.Int32,System.Int32,System.Int32,Microsoft.DirectX.Direct3D.Usage,Microsoft.DirectX.Direct3D.Format,Microsoft.DirectX.Direct3D.Pool)">
  3320.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.Texture" /> class.</summary>
  3321.       <param name="device">A <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object to associate with the <see cref="T:Microsoft.DirectX.Direct3D.Texture" />.</param>
  3322.       <param name="width">Width of the texture's top level, in pixels. The pixel dimensions of subsequent levels are the truncated value of half of the previous level's pixel dimension (independently). Each dimension clamps at a size of one pixel. Thus, if the division by 2 results in 0, 1 is taken instead.</param>
  3323.       <param name="height">Height of the texture's top level, in pixels. The pixel dimensions of subsequent levels are the truncated value of half of the previous level's pixel dimension (independently). Each dimension clamps at a size of one pixel. Thus, if the division by 2 results in 0, 1 is taken instead.</param>
  3324.       <param name="numLevels">Number of levels in the texture. If this is 0, Microsoft Direct3D generates all texture sublevels down to 1 by 1 pixels for hardware that supports mipmapped textures. Check the <see cref="P:Microsoft.DirectX.Direct3D.BaseTexture.LevelCount" /> parameter to see the number of levels generated.</param>
  3325.       <param name="usage">Usage can be 0, which indicates no usage value. However, if usage is desired, use one or more <see cref="T:Microsoft.DirectX.Direct3D.Usage" /> constants. It is good practice to match the usage parameter with the <see cref="T:Microsoft.DirectX.Direct3D.CreateFlags" /> in the <see cref="M:Microsoft.DirectX.Direct3D.Device.#ctor" /> constructor.</param>
  3326.       <param name="format">Member of the <see cref="T:Microsoft.DirectX.Direct3D.Format" /> enumerated type that describes the format of all levels in the texture.</param>
  3327.       <param name="pool">Member of the <see cref="T:Microsoft.DirectX.Direct3D.Pool" /> enumerated type that describes the memory class into which the texture should be placed.</param>
  3328.     </member>
  3329.     <member name="M:Microsoft.DirectX.Direct3D.Texture.Dispose">
  3330.       <summary>Immediately releases the unmanaged resources used by the <see cref="T:Microsoft.DirectX.Direct3D.Texture" /> object.</summary>
  3331.       <returns />
  3332.     </member>
  3333.     <member name="M:Microsoft.DirectX.Direct3D.Texture.Equals(System.Object)">
  3334.       <summary>Returns a value that indicates whether the current instance is equal to a specified object.</summary>
  3335.       <param name="compare">Object to compare to this object.</param>
  3336.       <returns>Returns true if the objects are the same; otherwise, false.</returns>
  3337.     </member>
  3338.     <member name="M:Microsoft.DirectX.Direct3D.Texture.Finalize">
  3339.       <summary>Allows the <see cref="T:Microsoft.DirectX.Direct3D.Texture" /> object to free resources before it is destroyed by the garbage collector.</summary>
  3340.       <returns />
  3341.     </member>
  3342.     <member name="M:Microsoft.DirectX.Direct3D.Texture.FromBitmap(Microsoft.DirectX.Direct3D.Device,System.Drawing.Bitmap,Microsoft.DirectX.Direct3D.Usage,Microsoft.DirectX.Direct3D.Pool)">
  3343.       <summary>Creates a texture resource from a bitmap.</summary>
  3344.       <param name="device">A <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object to associate with the <see cref="T:Microsoft.DirectX.Direct3D.Texture" />.</param>
  3345.       <param name="image">A <see cref="T:System.Drawing.Bitmap" /> used to create the texture.</param>
  3346.       <param name="usage">Usage can be 0, which indicates no usage value. However, if usage is desired, use one or more <see cref="T:Microsoft.DirectX.Direct3D.Usage" /> constants. It is good practice to match the usage parameter with the <see cref="T:Microsoft.DirectX.Direct3D.CreateFlags" /> in the <see cref="M:Microsoft.DirectX.Direct3D.Device.#ctor" /> constructor.</param>
  3347.       <param name="pool">Member of the <see cref="T:Microsoft.DirectX.Direct3D.Pool" /> enumerated type that describes the memory class into which the texture should be placed.</param>
  3348.       <returns>A <see cref="T:Microsoft.DirectX.Direct3D.Texture" /> object.</returns>
  3349.     </member>
  3350.     <member name="M:Microsoft.DirectX.Direct3D.Texture.FromStream(Microsoft.DirectX.Direct3D.Device,System.IO.Stream,Microsoft.DirectX.Direct3D.Usage,Microsoft.DirectX.Direct3D.Pool)">
  3351.       <summary>Creates a texture resource from a stream object.</summary>
  3352.       <param name="device">A <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object to associate with the <see cref="T:Microsoft.DirectX.Direct3D.Texture" /> object.</param>
  3353.       <param name="data">A <see cref="T:System.IO.Stream" /> used to create the texture.</param>
  3354.       <param name="usage">Usage can be 0, which indicates no usage value. However, if usage is desired, use one or more <see cref="T:Microsoft.DirectX.Direct3D.Usage" /> constants. It is good practice to match the usage parameter with the <see cref="T:Microsoft.DirectX.Direct3D.CreateFlags" /> in the <see cref="M:Microsoft.DirectX.Direct3D.Device.#ctor" /> constructor.</param>
  3355.       <param name="pool">Member of the <see cref="T:Microsoft.DirectX.Direct3D.Pool" /> enumerated type that describes the memory class into which the texture should be placed.</param>
  3356.       <returns>A <see cref="T:Microsoft.DirectX.Direct3D.Texture" /> object.</returns>
  3357.     </member>
  3358.     <member name="M:Microsoft.DirectX.Direct3D.Texture.GetHashCode">
  3359.       <summary>Returns the hash code for the current instance.</summary>
  3360.       <returns>Hash code for the instance.</returns>
  3361.     </member>
  3362.     <member name="M:Microsoft.DirectX.Direct3D.Texture.GetLevelDescription(System.Int32)">
  3363.       <summary>Retrieves a level description of a texture resource.</summary>
  3364.       <param name="level">Level of the texture resource. This method returns a surface description for the level specified by this parameter.</param>
  3365.       <returns>A <see cref="T:Microsoft.DirectX.Direct3D.SurfaceDescription" /> structure that describes the returned level.</returns>
  3366.     </member>
  3367.     <member name="M:Microsoft.DirectX.Direct3D.Texture.GetObjectByValue(System.Int32)">
  3368.       <summary>This member supports the infrastructure for Microsoft DirectX 9.0 for Managed Code and is not intended to be used directly from your code.</summary>
  3369.       <param name="uniqueKey">Object identifier.</param>
  3370.       <returns>Pointer to the unmanaged Component Object Model (COM) interface, IDirect3DTexture9, which allows unmanaged COM clients to create an instance of the managed <see cref="T:Microsoft.DirectX.Direct3D.Texture" /> class. Not supported.</returns>
  3371.     </member>
  3372.     <member name="M:Microsoft.DirectX.Direct3D.Texture.GetSurfaceLevel(System.Int32)">
  3373.       <summary>Retrieves the specified texture surface level.</summary>
  3374.       <param name="level">Level of the texture resource. This method returns a surface for the level specified by this parameter. The top-level surface is denoted by 0.</param>
  3375.       <returns>A <see cref="T:Microsoft.DirectX.Direct3D.Surface" /> object that represents the returned surface.</returns>
  3376.     </member>
  3377.     <member name="M:Microsoft.DirectX.Direct3D.Texture.LockRectangle(System.Int32,System.Drawing.Rectangle,Microsoft.DirectX.Direct3D.LockFlags,System.Int32@)">
  3378.       <summary>Locks a rectangle on a texture resource.</summary>
  3379.       <param name="level">A  level of the texture resource to lock.</param>
  3380.       <param name="rect">A <see cref="T:System.Drawing.Rectangle" /> to lock. To expand the dirty region to cover the entire texture, omit this parameter.</param>
  3381.       <param name="flags">Zero or more locking flags that describe the type of lock to perform. For this method, the valid flags are <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.Discard" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoDirtyUpdate" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoSystemLock" />, and <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.ReadOnly" />. For a description of the flags, see <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" />.</param>
  3382.       <param name="pitch">Pitch of the returning data.</param>
  3383.       <returns>A <see cref="T:Microsoft.DirectX.GraphicsStream" /> object that describes the locked region.</returns>
  3384.     </member>
  3385.     <member name="M:Microsoft.DirectX.Direct3D.Texture.LockRectangle(System.Int32,Microsoft.DirectX.Direct3D.LockFlags,System.Int32@)">
  3386.       <summary>Locks a rectangle on a texture resource.</summary>
  3387.       <param name="level">A  level of the texture resource to lock.</param>
  3388.       <param name="flags">Zero or more locking flags that describe the type of lock to perform. For this method, the valid flags are <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.Discard" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoDirtyUpdate" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoSystemLock" />, and <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.ReadOnly" />. For a description of the flags, see <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" />.</param>
  3389.       <param name="pitch">Pitch of the returning data.</param>
  3390.       <returns>A <see cref="T:Microsoft.DirectX.GraphicsStream" /> object that describes the locked region.</returns>
  3391.     </member>
  3392.     <member name="M:Microsoft.DirectX.Direct3D.Texture.LockRectangle(System.Int32,System.Drawing.Rectangle,Microsoft.DirectX.Direct3D.LockFlags)">
  3393.       <summary>Locks a rectangle on a texture resource.</summary>
  3394.       <param name="level">A  level of the texture resource to lock.</param>
  3395.       <param name="rect">A <see cref="T:System.Drawing.Rectangle" /> to lock. To expand the dirty region to cover the entire texture, omit this parameter.</param>
  3396.       <param name="flags">Zero or more locking flags that describe the type of lock to perform. For this method, the valid flags are <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.Discard" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoDirtyUpdate" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoSystemLock" />, and <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.ReadOnly" />. For a description of the flags, see <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" />.</param>
  3397.       <returns>A <see cref="T:Microsoft.DirectX.GraphicsStream" /> object that describes the locked region.</returns>
  3398.     </member>
  3399.     <member name="M:Microsoft.DirectX.Direct3D.Texture.LockRectangle(System.Int32,Microsoft.DirectX.Direct3D.LockFlags)">
  3400.       <summary>Locks a rectangle on a texture resource.</summary>
  3401.       <param name="level">A  level of the texture resource to lock.</param>
  3402.       <param name="flags">Zero or more locking flags that describe the type of lock to perform. For this method, the valid flags are <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.Discard" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoDirtyUpdate" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoSystemLock" />, and <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.ReadOnly" />. For a description of the flags, see <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" />.</param>
  3403.       <returns>A <see cref="T:Microsoft.DirectX.GraphicsStream" /> object that describes the locked region.</returns>
  3404.     </member>
  3405.     <member name="M:Microsoft.DirectX.Direct3D.Texture.LockRectangle(System.Type,System.Int32,System.Drawing.Rectangle,Microsoft.DirectX.Direct3D.LockFlags,System.Int32@,System.Int32[])">
  3406.       <summary>Locks a rectangle on a texture resource.</summary>
  3407.       <param name="typeLock">A <see cref="T:System.Type" /> object that indicates the type of data to return. This can be a value type or any type that contains only value types.</param>
  3408.       <param name="level">A  level of the texture resource to lock.</param>
  3409.       <param name="rect">A <see cref="T:System.Drawing.Rectangle" /> to lock. To expand the dirty region to cover the entire texture, omit this parameter.</param>
  3410.       <param name="flags">Zero or more locking flags that describe the type of lock to perform. For this method, the valid flags are <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.Discard" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoDirtyUpdate" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoSystemLock" />, and <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.ReadOnly" />. For a description of the flags, see <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" />.</param>
  3411.       <param name="pitch">Pitch of the returning data.</param>
  3412.       <param name="ranks">Array of one to three <see cref="T:System.Int32" /> values that indicate the dimensions of the returning <see cref="T:System.Array" />.</param>
  3413.       <returns>An <see cref="T:System.Array" /> object that describes the locked region.</returns>
  3414.     </member>
  3415.     <member name="M:Microsoft.DirectX.Direct3D.Texture.LockRectangle(System.Type,System.Int32,Microsoft.DirectX.Direct3D.LockFlags,System.Int32@,System.Int32[])">
  3416.       <summary>Locks a rectangle on a texture resource.</summary>
  3417.       <param name="typeLock">A <see cref="T:System.Type" /> object that indicates the type of data to return. This can be a value type or any type that contains only value types.</param>
  3418.       <param name="level">A  level of the texture resource to lock.</param>
  3419.       <param name="flags">Zero or more locking flags that describe the type of lock to perform. For this method, the valid flags are <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.Discard" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoDirtyUpdate" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoSystemLock" />, and <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.ReadOnly" />. For a description of the flags, see <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" />.</param>
  3420.       <param name="pitch">Pitch of the returning data.</param>
  3421.       <param name="ranks">Array of one to three <see cref="T:System.Int32" /> values that indicate the dimensions of the returning <see cref="T:System.Array" />.</param>
  3422.       <returns>An <see cref="T:System.Array" /> object that describes the locked region.</returns>
  3423.     </member>
  3424.     <member name="M:Microsoft.DirectX.Direct3D.Texture.LockRectangle(System.Type,System.Int32,System.Drawing.Rectangle,Microsoft.DirectX.Direct3D.LockFlags,System.Int32[])">
  3425.       <summary>Locks a rectangle on a texture resource.</summary>
  3426.       <param name="typeLock">A <see cref="T:System.Type" /> object that indicates the type of data to return. This can be a value type or any type that contains only value types.</param>
  3427.       <param name="level">A  level of the texture resource to lock.</param>
  3428.       <param name="rect">A <see cref="T:System.Drawing.Rectangle" /> to lock. To expand the dirty region to cover the entire texture, omit this parameter.</param>
  3429.       <param name="flags">Zero or more locking flags that describe the type of lock to perform. For this method, the valid flags are <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.Discard" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoDirtyUpdate" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoSystemLock" />, and <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.ReadOnly" />. For a description of the flags, see <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" />.</param>
  3430.       <param name="ranks">Array of one to three <see cref="T:System.Int32" /> values that indicate the dimensions of the returning <see cref="T:System.Array" />.</param>
  3431.       <returns>An <see cref="T:System.Array" /> object that describes the locked region.</returns>
  3432.     </member>
  3433.     <member name="M:Microsoft.DirectX.Direct3D.Texture.LockRectangle(System.Type,System.Int32,Microsoft.DirectX.Direct3D.LockFlags,System.Int32[])">
  3434.       <summary>Locks a rectangle on a texture resource.</summary>
  3435.       <param name="typeLock">A <see cref="T:System.Type" /> object that indicates the type of data to return. This can be a value type or any type that contains only value types.</param>
  3436.       <param name="level">A  level of the texture resource to lock.</param>
  3437.       <param name="flags">Zero or more locking flags that describe the type of lock to perform. For this method, the valid flags are <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.Discard" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoDirtyUpdate" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoSystemLock" />, and <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.ReadOnly" />. For a description of the flags, see <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" />.</param>
  3438.       <param name="ranks">Array of one to three <see cref="T:System.Int32" /> values that indicate the dimensions of the returning <see cref="T:System.Array" />.</param>
  3439.       <returns>An <see cref="T:System.Array" /> object that describes the locked region.</returns>
  3440.     </member>
  3441.     <member name="M:Microsoft.DirectX.Direct3D.Texture.op_Equality(Microsoft.DirectX.Direct3D.Texture,Microsoft.DirectX.Direct3D.Texture)">
  3442.       <summary>Compares the current instance of a class to another instance to determine whether they are the same.</summary>
  3443.       <param name="left">The <see cref="T:Microsoft.DirectX.Direct3D.Texture" /> object to the left of the equality operator.</param>
  3444.       <param name="right">The <see cref="T:Microsoft.DirectX.Direct3D.Texture" /> object to the right of the equality operator.</param>
  3445.       <returns>Returns true if the objects are the same; otherwise, false.</returns>
  3446.     </member>
  3447.     <member name="M:Microsoft.DirectX.Direct3D.Texture.op_Inequality(Microsoft.DirectX.Direct3D.Texture,Microsoft.DirectX.Direct3D.Texture)">
  3448.       <summary>Compares the current instance of a class to another instance to determine whether they are different.</summary>
  3449.       <param name="left">The <see cref="T:Microsoft.DirectX.Direct3D.Texture" /> object to the left of the equality operator.</param>
  3450.       <param name="right">The <see cref="T:Microsoft.DirectX.Direct3D.Texture" /> object to the right of the equality operator.</param>
  3451.       <returns>Returns true if the objects are different; otherwise, false.</returns>
  3452.     </member>
  3453.     <member name="M:Microsoft.DirectX.Direct3D.Texture.raise_Disposing(System.Object,System.EventArgs)">
  3454.       <summary>Raises the <see cref="E:Microsoft.DirectX.Direct3D.Texture.Disposing" /> event when called from within a derived class.</summary>
  3455.       <param name="i1">Invoking object reference; should be this object.</param>
  3456.       <param name="i2">Arguments to pass to the event handler.</param>
  3457.       <returns />
  3458.     </member>
  3459.     <member name="M:Microsoft.DirectX.Direct3D.Texture.UnlockRectangle(System.Int32)">
  3460.       <summary>Unlocks a rectangle on a texture resource.</summary>
  3461.       <param name="level">Level of the texture resource to unlock.</param>
  3462.       <returns />
  3463.     </member>
  3464.     <member name="P:Microsoft.DirectX.Direct3D.Texture.Disposed">
  3465.       <summary>Gets a value that indicates whether the object is disposed.</summary>
  3466.     </member>
  3467.     <member name="P:Microsoft.DirectX.Direct3D.Texture.UnmanagedComPointer">
  3468.       <summary>Returns the unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DTexture9" /> interface pointer.</summary>
  3469.     </member>
  3470.     <member name="T:Microsoft.DirectX.Direct3D.TextureStateManager">
  3471.       <summary>Contains texture states for the device.</summary>
  3472.     </member>
  3473.     <member name="M:Microsoft.DirectX.Direct3D.TextureStateManager.ToString">
  3474.       <summary>Obtains a string representation of the current instance.</summary>
  3475.       <returns>String that represents the object.</returns>
  3476.     </member>
  3477.     <member name="P:Microsoft.DirectX.Direct3D.TextureStateManager.AlphaArgument0">
  3478.       <summary>Defines settings for the alpha channel selector operand for triadic (multiply, add, and linear interpolation) operations identified by the <see cref="T:Microsoft.DirectX.Direct3D.TextureArgument" /> enumeration.</summary>
  3479.     </member>
  3480.     <member name="P:Microsoft.DirectX.Direct3D.TextureStateManager.AlphaArgument1">
  3481.       <summary>Defines the texture-stage state as the first alpha argument for the stage identified by the <see cref="T:Microsoft.DirectX.Direct3D.TextureArgument" /> enumeration.</summary>
  3482.     </member>
  3483.     <member name="P:Microsoft.DirectX.Direct3D.TextureStateManager.AlphaArgument2">
  3484.       <summary>Defines the texture-stage state as the second alpha argument for the stage identified by the <see cref="T:Microsoft.DirectX.Direct3D.TextureArgument" /> enumeration.</summary>
  3485.     </member>
  3486.     <member name="P:Microsoft.DirectX.Direct3D.TextureStateManager.AlphaOperation">
  3487.       <summary>Defines the texture-stage state as a texture alpha-blending operation identified by the <see cref="T:Microsoft.DirectX.Direct3D.TextureOperation" /> enumeration.</summary>
  3488.     </member>
  3489.     <member name="P:Microsoft.DirectX.Direct3D.TextureStateManager.BumpEnvironmentLuminanceOffset">
  3490.       <summary>Defines a floating-point offset value for bump-map luminance.</summary>
  3491.     </member>
  3492.     <member name="P:Microsoft.DirectX.Direct3D.TextureStateManager.BumpEnvironmentLuminanceScale">
  3493.       <summary>Defines a floating-point scale value for bump-map luminance.</summary>
  3494.     </member>
  3495.     <member name="P:Microsoft.DirectX.Direct3D.TextureStateManager.BumpEnvironmentMaterial00">
  3496.       <summary>Defines the texture-stage state as a floating-point value for the [0][0] coefficient in a bump-mapping matrix.</summary>
  3497.     </member>
  3498.     <member name="P:Microsoft.DirectX.Direct3D.TextureStateManager.BumpEnvironmentMaterial01">
  3499.       <summary>Defines the texture-stage state as a floating-point value for the [0][1] coefficient in a bump-mapping matrix.</summary>
  3500.     </member>
  3501.     <member name="P:Microsoft.DirectX.Direct3D.TextureStateManager.BumpEnvironmentMaterial10">
  3502.       <summary>Defines the texture-stage state as a floating-point value for the [1][0] coefficient in a bump-mapping matrix.</summary>
  3503.     </member>
  3504.     <member name="P:Microsoft.DirectX.Direct3D.TextureStateManager.BumpEnvironmentMaterial11">
  3505.       <summary>Defines the texture-stage state as a floating-point value for the [1][1] coefficient in a bump-mapping matrix.</summary>
  3506.     </member>
  3507.     <member name="P:Microsoft.DirectX.Direct3D.TextureStateManager.ColorArgument0">
  3508.       <summary>Defines settings for the third color operand for triadic (multiply, add, and linear interpolation) operations identified by the <see cref="T:Microsoft.DirectX.Direct3D.TextureArgument" /> enumeration.</summary>
  3509.     </member>
  3510.     <member name="P:Microsoft.DirectX.Direct3D.TextureStateManager.ColorArgument1">
  3511.       <summary>Defines the texture-stage state as the first color argument for the stage identified by the <see cref="T:Microsoft.DirectX.Direct3D.TextureArgument" /> enumeration.</summary>
  3512.     </member>
  3513.     <member name="P:Microsoft.DirectX.Direct3D.TextureStateManager.ColorArgument2">
  3514.       <summary>Defines the texture-stage state as the second color argument for the stage identified by the <see cref="T:Microsoft.DirectX.Direct3D.TextureArgument" /> enumeration.</summary>
  3515.     </member>
  3516.     <member name="P:Microsoft.DirectX.Direct3D.TextureStateManager.ColorOperation">
  3517.       <summary>Defines the texture-stage state as a texture color-blending operation identified by the <see cref="T:Microsoft.DirectX.Direct3D.TextureOperation" /> enumeration.</summary>
  3518.     </member>
  3519.     <member name="P:Microsoft.DirectX.Direct3D.TextureStateManager.ConstantColor">
  3520.       <summary>Defines the per-stage constant color.</summary>
  3521.     </member>
  3522.     <member name="P:Microsoft.DirectX.Direct3D.TextureStateManager.ConstantColorValue">
  3523.       <summary>Defines the per-stage constant color.</summary>
  3524.     </member>
  3525.     <member name="P:Microsoft.DirectX.Direct3D.TextureStateManager.ResultArgument">
  3526.       <summary>Selects the destination register for the result of the current stage identified by <see cref="T:Microsoft.DirectX.Direct3D.TextureArgument" />.</summary>
  3527.     </member>
  3528.     <member name="P:Microsoft.DirectX.Direct3D.TextureStateManager.TextureCoordinateIndex">
  3529.       <summary>Defines the index of the texture coordinate set to use with the current texture stage.</summary>
  3530.     </member>
  3531.     <member name="P:Microsoft.DirectX.Direct3D.TextureStateManager.TextureTransform">
  3532.       <summary>Controls the transformation of texture coordinates for the current texture stage.</summary>
  3533.     </member>
  3534.     <member name="T:Microsoft.DirectX.Direct3D.TextureStateManagerCollection">
  3535.       <summary>Collection of <see cref="T:Microsoft.DirectX.Direct3D.TextureStateManager" /> objects.</summary>
  3536.     </member>
  3537.     <member name="P:Microsoft.DirectX.Direct3D.TextureStateManagerCollection.TextureState(System.Int32)">
  3538.       <summary>Retrieves the <see cref="T:Microsoft.DirectX.Direct3D.TextureStateManager" /> object at the given <see cref="P:Microsoft.DirectX.Direct3D.TextureStateManagerCollection.TextureState(System.Int32)" />.</summary>
  3539.       <param name="index">Integer that represents the <see cref="T:Microsoft.DirectX.Direct3D.TextureStateManager" /> object to retrieve.</param>
  3540.     </member>
  3541.     <member name="T:Microsoft.DirectX.Direct3D.TooManyOperationsException">
  3542.       <summary>The application is requesting more texture-filtering operations than the device supports.</summary>
  3543.     </member>
  3544.     <member name="M:Microsoft.DirectX.Direct3D.TooManyOperationsException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  3545.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.TooManyOperationsException" /> class.</summary>
  3546.       <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds all of the data needed to serialize or deserialize the object.</param>
  3547.       <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that describes the source and destination serialized stream.</param>
  3548.     </member>
  3549.     <member name="M:Microsoft.DirectX.Direct3D.TooManyOperationsException.#ctor(System.String,System.Exception)">
  3550.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.TooManyOperationsException" /> class.</summary>
  3551.       <param name="message">String that contains the error message to display.</param>
  3552.       <param name="inner">An <see cref="T:System.Exception" /> object that represents errors that occur during application execution.</param>
  3553.     </member>
  3554.     <member name="M:Microsoft.DirectX.Direct3D.TooManyOperationsException.#ctor(System.String)">
  3555.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.TooManyOperationsException" /> class.</summary>
  3556.       <param name="message">String that contains the error message to display.</param>
  3557.     </member>
  3558.     <member name="M:Microsoft.DirectX.Direct3D.TooManyOperationsException.#ctor">
  3559.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.TooManyOperationsException" /> class.</summary>
  3560.     </member>
  3561.     <member name="T:Microsoft.DirectX.Direct3D.Transforms">
  3562.       <summary>Allows applications to specify and obtain matrix transformations; for example, the world, view, and transformation matrices used for Microsoft Direct3D object rendering.</summary>
  3563.     </member>
  3564.     <member name="M:Microsoft.DirectX.Direct3D.Transforms.GetWorldMatrixByIndex(System.Int32)">
  3565.       <summary>Retrieves a world matrix transform by its index.</summary>
  3566.       <param name="index">Value between 0 and 255 that indicates the index of the world matrix to retrieve.</param>
  3567.       <returns />
  3568.     </member>
  3569.     <member name="M:Microsoft.DirectX.Direct3D.Transforms.SetWorldMatrixByIndex(System.Int32,Microsoft.DirectX.Matrix)">
  3570.       <summary>Sets the world matrix by its index.</summary>
  3571.       <param name="index">Value between 0 and 255 that indicates the index of the world matrix to set.</param>
  3572.       <param name="value">A <see cref="T:Microsoft.DirectX.Matrix" /> value to which the specified world matrix is set.</param>
  3573.       <returns />
  3574.     </member>
  3575.     <member name="M:Microsoft.DirectX.Direct3D.Transforms.ToString">
  3576.       <summary>Obtains a string representation of the current instance.</summary>
  3577.       <returns>String that represents the object.</returns>
  3578.     </member>
  3579.     <member name="P:Microsoft.DirectX.Direct3D.Transforms.Projection">
  3580.       <summary>Retrieves or sets the projection transformation <see cref="T:Microsoft.DirectX.Matrix" />.</summary>
  3581.     </member>
  3582.     <member name="P:Microsoft.DirectX.Direct3D.Transforms.Texture0">
  3583.       <summary>Retrieves or sets the <see cref="P:Microsoft.DirectX.Direct3D.Transforms.Texture0" /> transformation <see cref="T:Microsoft.DirectX.Matrix" />.</summary>
  3584.     </member>
  3585.     <member name="P:Microsoft.DirectX.Direct3D.Transforms.Texture1">
  3586.       <summary>Retrieves or sets the <see cref="P:Microsoft.DirectX.Direct3D.Transforms.Texture1" /> transformation <see cref="T:Microsoft.DirectX.Matrix" />.</summary>
  3587.     </member>
  3588.     <member name="P:Microsoft.DirectX.Direct3D.Transforms.Texture2">
  3589.       <summary>Retrieves or sets the <see cref="P:Microsoft.DirectX.Direct3D.Transforms.Texture2" /> transformation <see cref="T:Microsoft.DirectX.Matrix" />.</summary>
  3590.     </member>
  3591.     <member name="P:Microsoft.DirectX.Direct3D.Transforms.Texture3">
  3592.       <summary>Retrieves or sets the <see cref="P:Microsoft.DirectX.Direct3D.Transforms.Texture3" /> transformation <see cref="T:Microsoft.DirectX.Matrix" />.</summary>
  3593.     </member>
  3594.     <member name="P:Microsoft.DirectX.Direct3D.Transforms.Texture4">
  3595.       <summary>Retrieves or sets the <see cref="P:Microsoft.DirectX.Direct3D.Transforms.Texture4" /> transformation <see cref="T:Microsoft.DirectX.Matrix" />.</summary>
  3596.     </member>
  3597.     <member name="P:Microsoft.DirectX.Direct3D.Transforms.Texture5">
  3598.       <summary>Retrieves or sets the <see cref="P:Microsoft.DirectX.Direct3D.Transforms.Texture5" /> transformation <see cref="T:Microsoft.DirectX.Matrix" />.</summary>
  3599.     </member>
  3600.     <member name="P:Microsoft.DirectX.Direct3D.Transforms.Texture6">
  3601.       <summary>Retrieves or sets the <see cref="P:Microsoft.DirectX.Direct3D.Transforms.Texture6" /> transformation <see cref="T:Microsoft.DirectX.Matrix" />.</summary>
  3602.     </member>
  3603.     <member name="P:Microsoft.DirectX.Direct3D.Transforms.Texture7">
  3604.       <summary>Retrieves or sets the <see cref="P:Microsoft.DirectX.Direct3D.Transforms.Texture7" /> transformation <see cref="T:Microsoft.DirectX.Matrix" />.</summary>
  3605.     </member>
  3606.     <member name="P:Microsoft.DirectX.Direct3D.Transforms.View">
  3607.       <summary>Retrieves or sets the view transformation matrix.</summary>
  3608.     </member>
  3609.     <member name="P:Microsoft.DirectX.Direct3D.Transforms.World">
  3610.       <summary>Retrieves or sets the first world matrix.</summary>
  3611.     </member>
  3612.     <member name="P:Microsoft.DirectX.Direct3D.Transforms.World1">
  3613.       <summary>Retrieves or sets the second world matrix.</summary>
  3614.     </member>
  3615.     <member name="P:Microsoft.DirectX.Direct3D.Transforms.World2">
  3616.       <summary>Retrieves or sets the third world matrix.</summary>
  3617.     </member>
  3618.     <member name="P:Microsoft.DirectX.Direct3D.Transforms.World3">
  3619.       <summary>Retrieves or sets the fourth world matrix.</summary>
  3620.     </member>
  3621.     <member name="T:Microsoft.DirectX.Direct3D.UnsupportedAlphaArgumentException">
  3622.       <summary>The device does not support a specified texture-blending argument for the alpha channel.</summary>
  3623.     </member>
  3624.     <member name="M:Microsoft.DirectX.Direct3D.UnsupportedAlphaArgumentException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  3625.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.UnsupportedAlphaArgumentException" /> class.</summary>
  3626.       <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds all of the data needed to serialize or deserialize the object.</param>
  3627.       <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that describes the source and destination serialized stream.</param>
  3628.     </member>
  3629.     <member name="M:Microsoft.DirectX.Direct3D.UnsupportedAlphaArgumentException.#ctor(System.String,System.Exception)">
  3630.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.UnsupportedAlphaArgumentException" /> class.</summary>
  3631.       <param name="message">String that contains the error message to display.</param>
  3632.       <param name="inner">An <see cref="T:System.Exception" /> object that represents errors that occur during application execution.</param>
  3633.     </member>
  3634.     <member name="M:Microsoft.DirectX.Direct3D.UnsupportedAlphaArgumentException.#ctor(System.String)">
  3635.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.UnsupportedAlphaArgumentException" /> class.</summary>
  3636.       <param name="message">String that contains the error message to display.</param>
  3637.     </member>
  3638.     <member name="M:Microsoft.DirectX.Direct3D.UnsupportedAlphaArgumentException.#ctor">
  3639.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.UnsupportedAlphaArgumentException" /> class.</summary>
  3640.     </member>
  3641.     <member name="T:Microsoft.DirectX.Direct3D.UnsupportedAlphaOperationException">
  3642.       <summary>The device does not support a specified texture-blending operation for the alpha channel.</summary>
  3643.     </member>
  3644.     <member name="M:Microsoft.DirectX.Direct3D.UnsupportedAlphaOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  3645.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.UnsupportedAlphaOperationException" /> class.</summary>
  3646.       <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds all of the data needed to serialize or deserialize the object.</param>
  3647.       <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that describes the source and destination serialized stream.</param>
  3648.     </member>
  3649.     <member name="M:Microsoft.DirectX.Direct3D.UnsupportedAlphaOperationException.#ctor(System.String,System.Exception)">
  3650.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.UnsupportedAlphaOperationException" /> class.</summary>
  3651.       <param name="message">String that contains the error message to display.</param>
  3652.       <param name="inner">An <see cref="T:System.Exception" /> object that represents errors that occur during application execution.</param>
  3653.     </member>
  3654.     <member name="M:Microsoft.DirectX.Direct3D.UnsupportedAlphaOperationException.#ctor(System.String)">
  3655.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.UnsupportedAlphaOperationException" /> class.</summary>
  3656.       <param name="message">String that contains the error message to display.</param>
  3657.     </member>
  3658.     <member name="M:Microsoft.DirectX.Direct3D.UnsupportedAlphaOperationException.#ctor">
  3659.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.UnsupportedAlphaOperationException" /> class.</summary>
  3660.     </member>
  3661.     <member name="T:Microsoft.DirectX.Direct3D.UnsupportedColorArgumentException">
  3662.       <summary>The device does not support a specified texture-blending argument for color values.</summary>
  3663.     </member>
  3664.     <member name="M:Microsoft.DirectX.Direct3D.UnsupportedColorArgumentException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  3665.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.UnsupportedColorArgumentException" /> class.</summary>
  3666.       <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds all of the data needed to serialize or deserialize the object.</param>
  3667.       <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that describes the source and destination serialized stream.</param>
  3668.     </member>
  3669.     <member name="M:Microsoft.DirectX.Direct3D.UnsupportedColorArgumentException.#ctor(System.String,System.Exception)">
  3670.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.UnsupportedColorArgumentException" /> class.</summary>
  3671.       <param name="message">String that contains the error message to display.</param>
  3672.       <param name="inner">An <see cref="T:System.Exception" /> object that represents errors that occur during application execution.</param>
  3673.     </member>
  3674.     <member name="M:Microsoft.DirectX.Direct3D.UnsupportedColorArgumentException.#ctor(System.String)">
  3675.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.UnsupportedColorArgumentException" /> class.</summary>
  3676.       <param name="message">String that contains the error message to display.</param>
  3677.     </member>
  3678.     <member name="M:Microsoft.DirectX.Direct3D.UnsupportedColorArgumentException.#ctor">
  3679.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.UnsupportedColorArgumentException" /> class.</summary>
  3680.     </member>
  3681.     <member name="T:Microsoft.DirectX.Direct3D.UnsupportedColorOperationException">
  3682.       <summary>The device does not support a specified texture-blending operation for color values.</summary>
  3683.     </member>
  3684.     <member name="M:Microsoft.DirectX.Direct3D.UnsupportedColorOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  3685.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.UnsupportedColorOperationException" /> class.</summary>
  3686.       <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds all of the data needed to serialize or deserialize the object.</param>
  3687.       <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that describes the source and destination serialized stream.</param>
  3688.     </member>
  3689.     <member name="M:Microsoft.DirectX.Direct3D.UnsupportedColorOperationException.#ctor(System.String,System.Exception)">
  3690.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.UnsupportedColorOperationException" /> class.</summary>
  3691.       <param name="message">String that contains the error message to display.</param>
  3692.       <param name="inner">An <see cref="T:System.Exception" /> object that represents errors that occur during application execution.</param>
  3693.     </member>
  3694.     <member name="M:Microsoft.DirectX.Direct3D.UnsupportedColorOperationException.#ctor(System.String)">
  3695.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.UnsupportedColorOperationException" /> class.</summary>
  3696.       <param name="message">String that contains the error message to display.</param>
  3697.     </member>
  3698.     <member name="M:Microsoft.DirectX.Direct3D.UnsupportedColorOperationException.#ctor">
  3699.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.UnsupportedColorOperationException" /> class.</summary>
  3700.     </member>
  3701.     <member name="T:Microsoft.DirectX.Direct3D.UnsupportedFactorValueException">
  3702.       <summary>The device does not support the specified texture factor value. Not used; provided only to support older drivers.</summary>
  3703.     </member>
  3704.     <member name="M:Microsoft.DirectX.Direct3D.UnsupportedFactorValueException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  3705.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.UnsupportedFactorValueException" /> class.</summary>
  3706.       <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds all of the data needed to serialize or deserialize the object.</param>
  3707.       <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that describes the source and destination serialized stream.</param>
  3708.     </member>
  3709.     <member name="M:Microsoft.DirectX.Direct3D.UnsupportedFactorValueException.#ctor(System.String,System.Exception)">
  3710.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.UnsupportedFactorValueException" /> class.</summary>
  3711.       <param name="message">String that contains the error message to display.</param>
  3712.       <param name="inner">An <see cref="T:System.Exception" /> object that represents errors that occur during application execution.</param>
  3713.     </member>
  3714.     <member name="M:Microsoft.DirectX.Direct3D.UnsupportedFactorValueException.#ctor(System.String)">
  3715.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.UnsupportedFactorValueException" /> class.</summary>
  3716.       <param name="message">String that contains the error message to display.</param>
  3717.     </member>
  3718.     <member name="M:Microsoft.DirectX.Direct3D.UnsupportedFactorValueException.#ctor">
  3719.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.UnsupportedFactorValueException" /> class.</summary>
  3720.     </member>
  3721.     <member name="T:Microsoft.DirectX.Direct3D.UnsupportedTextureFilterException">
  3722.       <summary>The device does not support the specified texture filter.</summary>
  3723.     </member>
  3724.     <member name="M:Microsoft.DirectX.Direct3D.UnsupportedTextureFilterException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  3725.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.UnsupportedTextureFilterException" /> class.</summary>
  3726.       <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds all of the data needed to serialize or deserialize the object.</param>
  3727.       <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that describes the source and destination serialized stream.</param>
  3728.     </member>
  3729.     <member name="M:Microsoft.DirectX.Direct3D.UnsupportedTextureFilterException.#ctor(System.String,System.Exception)">
  3730.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.UnsupportedTextureFilterException" /> class.</summary>
  3731.       <param name="message">String that contains the error message to display.</param>
  3732.       <param name="inner">An <see cref="T:System.Exception" /> object that represents errors that occur during application execution.</param>
  3733.     </member>
  3734.     <member name="M:Microsoft.DirectX.Direct3D.UnsupportedTextureFilterException.#ctor(System.String)">
  3735.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.UnsupportedTextureFilterException" /> class.</summary>
  3736.       <param name="message">String that contains the error message to display.</param>
  3737.     </member>
  3738.     <member name="M:Microsoft.DirectX.Direct3D.UnsupportedTextureFilterException.#ctor">
  3739.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.UnsupportedTextureFilterException" /> class.</summary>
  3740.     </member>
  3741.     <member name="T:Microsoft.DirectX.Direct3D.VertexBuffer">
  3742.       <summary>Manipulates vertex buffer resources.</summary>
  3743.     </member>
  3744.     <member name="E:Microsoft.DirectX.Direct3D.VertexBuffer.Created">
  3745.       <summary>Occurs after a device is reset and the <see cref="T:Microsoft.DirectX.Direct3D.VertexBuffer" /> is re-created.</summary>
  3746.     </member>
  3747.     <member name="E:Microsoft.DirectX.Direct3D.VertexBuffer.Disposing">
  3748.       <summary>Occurs when the <see cref="M:Microsoft.DirectX.Direct3D.VertexBuffer.Dispose" /> method is called or when the <see cref="T:Microsoft.DirectX.Direct3D.VertexBuffer" /> object is finalized and collected by the garbage collector of the Microsoft .NETcommon language runtime.</summary>
  3749.     </member>
  3750.     <member name="M:Microsoft.DirectX.Direct3D.VertexBuffer.#ctor(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVertexBuffer9)">
  3751.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.VertexBuffer" /> class.</summary>
  3752.       <param name="pInterop">Unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVertexBuffer9" /> interface pointer.</param>
  3753.     </member>
  3754.     <member name="M:Microsoft.DirectX.Direct3D.VertexBuffer.#ctor(System.IntPtr)">
  3755.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.VertexBuffer" /> class.</summary>
  3756.       <param name="unmanagedObject">Pointer to an unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVertexBuffer9" /> interface. This parameter is useful for working with unmanaged applications from managed code. Not supported.</param>
  3757.     </member>
  3758.     <member name="M:Microsoft.DirectX.Direct3D.VertexBuffer.#ctor(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVertexBuffer9,System.Type,System.Int32,Microsoft.DirectX.Direct3D.Device,Microsoft.DirectX.Direct3D.Usage,Microsoft.DirectX.Direct3D.VertexFormats,Microsoft.DirectX.Direct3D.Pool)">
  3759.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.VertexBuffer" /> class.</summary>
  3760.       <param name="lp">Unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVertexBuffer9" /> interface pointer.</param>
  3761.       <param name="tType" />
  3762.       <param name="iNumVerts" />
  3763.       <param name="device">The <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object to associate with the vertex buffer.</param>
  3764.       <param name="usage">Usage can be 0, which indicates no usage value. However, if usage is desired, use a combination of one or more <see cref="T:Microsoft.DirectX.Direct3D.Usage" /> flags. It is good practice to match the <see cref="M:Microsoft.DirectX.Direct3D.VertexBuffer.#ctor" /> parameter in the <see cref="M:Microsoft.DirectX.Direct3D.VertexBuffer.#ctor" /> constructor with the behavior flags in the <see cref="M:Microsoft.DirectX.Direct3D.Device.#ctor" /> constructor. See Remarks.</param>
  3765.       <param name="vertexFormat">Combination of <see cref="T:Microsoft.DirectX.Direct3D.VertexFormats" /> flags that describe the vertex format of the vertices in the buffer.</param>
  3766.       <param name="Pool" />
  3767.     </member>
  3768.     <member name="M:Microsoft.DirectX.Direct3D.VertexBuffer.#ctor(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVertexBuffer9,Microsoft.DirectX.Direct3D.Device,Microsoft.DirectX.Direct3D.Usage,Microsoft.DirectX.Direct3D.VertexFormats,Microsoft.DirectX.Direct3D.Pool)">
  3769.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.VertexBuffer" /> class.</summary>
  3770.       <param name="lp">Unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVertexBuffer9" /> interface pointer.</param>
  3771.       <param name="device">The <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object to associate with the vertex buffer.</param>
  3772.       <param name="usage">Usage can be 0, which indicates no usage value. However, if usage is desired, use a combination of one or more <see cref="T:Microsoft.DirectX.Direct3D.Usage" /> flags. It is good practice to match the <see cref="M:Microsoft.DirectX.Direct3D.VertexBuffer.#ctor" /> parameter in the <see cref="M:Microsoft.DirectX.Direct3D.VertexBuffer.#ctor" /> constructor with the behavior flags in the <see cref="M:Microsoft.DirectX.Direct3D.Device.#ctor" /> constructor. See Remarks.</param>
  3773.       <param name="vertexFormat">Combination of <see cref="T:Microsoft.DirectX.Direct3D.VertexFormats" /> flags that describe the vertex format of the vertices in the buffer.</param>
  3774.       <param name="pool">Member of the <see cref="T:Microsoft.DirectX.Direct3D.Pool" /> enumerated type that describes a valid memory class in which to place the resource.</param>
  3775.     </member>
  3776.     <member name="M:Microsoft.DirectX.Direct3D.VertexBuffer.#ctor(Microsoft.DirectX.Direct3D.Device,System.Int32,Microsoft.DirectX.Direct3D.Usage,Microsoft.DirectX.Direct3D.VertexFormats,Microsoft.DirectX.Direct3D.Pool)">
  3777.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.VertexBuffer" /> class.</summary>
  3778.       <param name="device">The <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object to associate with the vertex buffer.</param>
  3779.       <param name="sizeOfBufferInBytes">Size of the vertex buffer in bytes. If <see cref="M:Microsoft.DirectX.Direct3D.VertexBuffer.#ctor" /> is set to 0, <see cref="M:Microsoft.DirectX.Direct3D.VertexBuffer.#ctor" /> must be large enough to contain at least one vertex, but it need not be a multiple of the vertex size. If <see cref="M:Microsoft.DirectX.Direct3D.VertexBuffer.#ctor" /> is not set to 0, <see cref="M:Microsoft.DirectX.Direct3D.VertexBuffer.#ctor" /> is not validated. See Remarks.</param>
  3780.       <param name="usage">Usage can be 0, which indicates no usage value. However, if usage is desired, use a combination of one or more <see cref="T:Microsoft.DirectX.Direct3D.Usage" /> flags. It is good practice to match the <see cref="M:Microsoft.DirectX.Direct3D.VertexBuffer.#ctor" /> parameter in the <see cref="M:Microsoft.DirectX.Direct3D.VertexBuffer.#ctor" /> constructor with the behavior flags in the <see cref="M:Microsoft.DirectX.Direct3D.Device.#ctor" /> constructor. See Remarks.</param>
  3781.       <param name="vertexFormat">Combination of <see cref="T:Microsoft.DirectX.Direct3D.VertexFormats" /> flags that describe the vertex format of the vertices in the buffer.</param>
  3782.       <param name="pool">Member of the <see cref="T:Microsoft.DirectX.Direct3D.Pool" /> enumerated type that describes a valid memory class in which to place the resource.</param>
  3783.     </member>
  3784.     <member name="M:Microsoft.DirectX.Direct3D.VertexBuffer.#ctor(System.Type,System.Int32,Microsoft.DirectX.Direct3D.Device,Microsoft.DirectX.Direct3D.Usage,Microsoft.DirectX.Direct3D.VertexFormats,Microsoft.DirectX.Direct3D.Pool)">
  3785.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.VertexBuffer" /> class.</summary>
  3786.       <param name="typeVertexType">Member of the <see cref="T:System.Type" /> enumerated type that indicates the type of vertex data the buffer holds. This can be a value type or any type that contains only value types.</param>
  3787.       <param name="numVerts">Maximum number of vertices the buffer can hold.</param>
  3788.       <param name="device">The <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object to associate with the vertex buffer.</param>
  3789.       <param name="usage">Usage can be 0, which indicates no usage value. However, if usage is desired, use a combination of one or more <see cref="T:Microsoft.DirectX.Direct3D.Usage" /> flags. It is good practice to match the <see cref="M:Microsoft.DirectX.Direct3D.VertexBuffer.#ctor" /> parameter in the <see cref="M:Microsoft.DirectX.Direct3D.VertexBuffer.#ctor" /> constructor with the behavior flags in the <see cref="M:Microsoft.DirectX.Direct3D.Device.#ctor" /> constructor. See Remarks.</param>
  3790.       <param name="vertexFormat">Combination of <see cref="T:Microsoft.DirectX.Direct3D.VertexFormats" /> flags that describe the vertex format of the vertices in the buffer.</param>
  3791.       <param name="pool">Member of the <see cref="T:Microsoft.DirectX.Direct3D.Pool" /> enumerated type that describes a valid memory class in which to place the resource.</param>
  3792.     </member>
  3793.     <member name="M:Microsoft.DirectX.Direct3D.VertexBuffer.Dispose">
  3794.       <summary>Immediately releases the unmanaged resources used by the <see cref="T:Microsoft.DirectX.Direct3D.VertexBuffer" /> object.</summary>
  3795.       <returns />
  3796.     </member>
  3797.     <member name="M:Microsoft.DirectX.Direct3D.VertexBuffer.Finalize">
  3798.       <summary>Allows the <see cref="T:Microsoft.DirectX.Direct3D.VertexBuffer" /> object to free resources before it is destroyed by the garbage collector.</summary>
  3799.       <returns />
  3800.     </member>
  3801.     <member name="M:Microsoft.DirectX.Direct3D.VertexBuffer.GetObjectByValue(System.Int32)">
  3802.       <summary>This member supports the infrastructure for Microsoft DirectX 9.0 for Managed Code and is not intended to be used directly from your code.</summary>
  3803.       <param name="uniqueKey">Object identifier.</param>
  3804.       <returns>Pointer to the unmanaged Component Object Model (COM) interface, IDirect3DVertexBuffer9, which allows unmanaged COM clients to create an instance of the managed <see cref="T:Microsoft.DirectX.Direct3D.VertexBuffer" /> class. Not supported.</returns>
  3805.     </member>
  3806.     <member name="M:Microsoft.DirectX.Direct3D.VertexBuffer.Lock(System.Int32,Microsoft.DirectX.Direct3D.LockFlags)">
  3807.       <summary>Locks a range of vertex data and obtains the vertex buffer memory.</summary>
  3808.       <param name="offsetToLock">Offset into the vertex data to lock, in bytes. To lock the entire vertex buffer, specify 0 for both <see cref="M:Microsoft.DirectX.Direct3D.VertexBuffer.Lock" /> and <see cref="M:Microsoft.DirectX.Direct3D.VertexBuffer.Lock" />.</param>
  3809.       <param name="flags">Zero or more <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" /> locking flags that describe the type of lock to perform. For this method, the valid flags are <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.Discard" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoDirtyUpdate" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoSystemLock" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.ReadOnly" />, and <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" />. For a description of the flags, see <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" />.</param>
  3810.       <returns>An <see cref="T:System.Array" /> that represents the locked vertex buffer.</returns>
  3811.     </member>
  3812.     <member name="M:Microsoft.DirectX.Direct3D.VertexBuffer.Lock(System.Int32,System.Int32,Microsoft.DirectX.Direct3D.LockFlags)">
  3813.       <summary>Locks a range of vertex data and obtains the vertex buffer memory.</summary>
  3814.       <param name="offsetToLock">Offset into the vertex data to lock, in bytes. To lock the entire vertex buffer, specify 0 for both <see cref="M:Microsoft.DirectX.Direct3D.VertexBuffer.Lock" /> and <see cref="M:Microsoft.DirectX.Direct3D.VertexBuffer.Lock" />.</param>
  3815.       <param name="sizeToLock">Size of the vertex data to lock, in bytes. To lock the entire vertex buffer, specify 0 for both <see cref="M:Microsoft.DirectX.Direct3D.VertexBuffer.Lock" /> and <see cref="M:Microsoft.DirectX.Direct3D.VertexBuffer.Lock" />.</param>
  3816.       <param name="flags">Zero or more <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" /> locking flags that describe the type of lock to perform. For this method, the valid flags are <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.Discard" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoDirtyUpdate" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoSystemLock" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.ReadOnly" />, and <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" />. For a description of the flags, see <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" />.</param>
  3817.       <returns>A <see cref="T:Microsoft.DirectX.GraphicsStream" /> object that represents the locked vertex buffer.</returns>
  3818.     </member>
  3819.     <member name="M:Microsoft.DirectX.Direct3D.VertexBuffer.Lock(System.Int32,System.Type,Microsoft.DirectX.Direct3D.LockFlags,System.Int32[])">
  3820.       <summary>Locks a range of vertex data and obtains the vertex buffer memory.</summary>
  3821.       <param name="offsetToLock">Offset into the vertex data to lock, in bytes. To lock the entire vertex buffer, specify 0 for both <see cref="M:Microsoft.DirectX.Direct3D.VertexBuffer.Lock" /> and <see cref="M:Microsoft.DirectX.Direct3D.VertexBuffer.Lock" />.</param>
  3822.       <param name="typeVertex">A <see cref="T:System.Type" /> object that indicates the type of array data to return. This can be a value type or any type that contains only value types.</param>
  3823.       <param name="flags">Zero or more <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" /> locking flags that describe the type of lock to perform. For this method, the valid flags are <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.Discard" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoDirtyUpdate" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoSystemLock" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.ReadOnly" />, and <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" />. For a description of the flags, see <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" />.</param>
  3824.       <param name="ranks">Array of one to three <see cref="T:System.Int32" /> values that indicate the dimensions of the returning <see cref="T:System.Array" />.</param>
  3825.       <returns>An <see cref="T:System.Array" /> that represents the locked vertex buffer.</returns>
  3826.     </member>
  3827.     <member name="M:Microsoft.DirectX.Direct3D.VertexBuffer.raise_Created(System.Object,System.EventArgs)">
  3828.       <summary>Raises a <see cref="T:Microsoft.DirectX.Direct3D.VertexBuffer" />.<see cref="E:Microsoft.DirectX.Direct3D.VertexBuffer.Created" /> event when called from within a derived class.</summary>
  3829.       <param name="i1">Invoking object reference; should be this object.</param>
  3830.       <param name="i2">Arguments to pass into the event handler.</param>
  3831.       <returns />
  3832.     </member>
  3833.     <member name="M:Microsoft.DirectX.Direct3D.VertexBuffer.raise_Disposing(System.Object,System.EventArgs)">
  3834.       <summary>Raises the <see cref="E:Microsoft.DirectX.Direct3D.VertexBuffer.Disposing" /> event when called from within a derived class.</summary>
  3835.       <param name="i1">Invoking object reference; should be this object.</param>
  3836.       <param name="i2">Arguments to pass to the event handler.</param>
  3837.       <returns />
  3838.     </member>
  3839.     <member name="M:Microsoft.DirectX.Direct3D.VertexBuffer.SetData(System.Object,System.Int32,Microsoft.DirectX.Direct3D.LockFlags)">
  3840.       <summary>Locks, sets, and unlocks a range of vertex data.</summary>
  3841.       <param name="data">An <see cref="T:System.Object" /> that contains the data to copy into the vertex buffer. This can be any value type or any type that contains only value types.</param>
  3842.       <param name="lockAtOffset">Offset in the vertex buffer to set. To set the entire buffer, set this parameter to 0.</param>
  3843.       <param name="flags">Zero or more <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" /> locking flags that describe the type of lock to perform when setting the buffer. For this method, the valid flags are <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.Discard" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoDirtyUpdate" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoSystemLock" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.ReadOnly" />, and <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" />. For a description of the flags, see <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" />.</param>
  3844.       <returns />
  3845.     </member>
  3846.     <member name="M:Microsoft.DirectX.Direct3D.VertexBuffer.Unlock">
  3847.       <summary>Unlocks vertex data.</summary>
  3848.       <returns />
  3849.     </member>
  3850.     <member name="M:Microsoft.DirectX.Direct3D.VertexBuffer.UpdateUnmanagedPointer(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVertexBuffer9)">
  3851.       <summary>Updates the unmanaged pointer for this <see cref="T:Microsoft.DirectX.Direct3D.VertexBuffer" /> object. This method supports the Microsoft .NET Framework infrastructure and is not intended to be used directly in your code.</summary>
  3852.       <param name="pInterface">Pointer to the <see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVertexBuffer9" /> structure used to update the unmanaged pointer for this <see cref="T:Microsoft.DirectX.Direct3D.VertexBuffer" /> object.</param>
  3853.       <returns />
  3854.     </member>
  3855.     <member name="P:Microsoft.DirectX.Direct3D.VertexBuffer.Description">
  3856.       <summary>Retrieves a description of the vertex buffer resource.</summary>
  3857.     </member>
  3858.     <member name="P:Microsoft.DirectX.Direct3D.VertexBuffer.Disposed">
  3859.       <summary>Gets a value that indicates whether the object is disposed.</summary>
  3860.     </member>
  3861.     <member name="P:Microsoft.DirectX.Direct3D.VertexBuffer.SizeInBytes">
  3862.       <summary>Retrieves the size of the <see cref="T:Microsoft.DirectX.Direct3D.VertexBuffer" /> data, in bytes.</summary>
  3863.     </member>
  3864.     <member name="P:Microsoft.DirectX.Direct3D.VertexBuffer.UnmanagedComPointer">
  3865.       <summary>Returns the unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVertexBuffer9" /> interface pointer.</summary>
  3866.     </member>
  3867.     <member name="T:Microsoft.DirectX.Direct3D.VertexDeclaration">
  3868.       <summary>Encapsulates the vertex shader declaration.</summary>
  3869.     </member>
  3870.     <member name="E:Microsoft.DirectX.Direct3D.VertexDeclaration.Disposing">
  3871.       <summary>Occurs when the <see cref="M:Microsoft.DirectX.Direct3D.VertexDeclaration.Dispose" /> method is called or when the <see cref="T:Microsoft.DirectX.Direct3D.VertexDeclaration" /> object is finalized and collected by the garbage collector of the Microsoft .NETcommon language runtime.</summary>
  3872.     </member>
  3873.     <member name="M:Microsoft.DirectX.Direct3D.VertexDeclaration.#ctor(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVertexDeclaration9)">
  3874.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.VertexDeclaration" /> class.</summary>
  3875.       <param name="pUnk">Unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVertexDeclaration9" /> interface pointer.</param>
  3876.     </member>
  3877.     <member name="M:Microsoft.DirectX.Direct3D.VertexDeclaration.#ctor(System.IntPtr)">
  3878.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.VertexDeclaration" /> class.</summary>
  3879.       <param name="unmanagedObject">Pointer to an unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVertexDeclaration9" /> interface. This parameter is useful for working with unmanaged applications from managed code. Not supported.</param>
  3880.     </member>
  3881.     <member name="M:Microsoft.DirectX.Direct3D.VertexDeclaration.#ctor(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVertexDeclaration9,Microsoft.DirectX.Direct3D.Device)">
  3882.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.VertexDeclaration" /> class.</summary>
  3883.       <param name="lp">Unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVertexDeclaration9" /> interface pointer.</param>
  3884.       <param name="device">The <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object to associate with the <see cref="T:Microsoft.DirectX.Direct3D.VertexDeclaration" />.</param>
  3885.     </member>
  3886.     <member name="M:Microsoft.DirectX.Direct3D.VertexDeclaration.#ctor(Microsoft.DirectX.Direct3D.Device,Microsoft.DirectX.Direct3D.VertexElement[])">
  3887.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.VertexDeclaration" /> class.</summary>
  3888.       <param name="device">The <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object to associate with the <see cref="T:Microsoft.DirectX.Direct3D.VertexDeclaration" />.</param>
  3889.       <param name="vertexElements">Array of <see cref="T:Microsoft.DirectX.Direct3D.VertexElement" /> flags that make up a vertex shader declaration. The array must end with the value in the <see cref="F:Microsoft.DirectX.Direct3D.VertexElement.VertexDeclarationEnd" /> field.</param>
  3890.     </member>
  3891.     <member name="M:Microsoft.DirectX.Direct3D.VertexDeclaration.#ctor(Microsoft.DirectX.Direct3D.Device,Microsoft.DirectX.GraphicsStream)">
  3892.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.VertexDeclaration" /> class.</summary>
  3893.       <param name="device">The <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object to associate with the <see cref="T:Microsoft.DirectX.Direct3D.VertexDeclaration" />.</param>
  3894.       <param name="vertexElements">A <see cref="T:Microsoft.DirectX.GraphicsStream" /> object containing <see cref="T:Microsoft.DirectX.Direct3D.VertexElement" /> flags that make up a vertex shader declaration.</param>
  3895.     </member>
  3896.     <member name="M:Microsoft.DirectX.Direct3D.VertexDeclaration.Dispose">
  3897.       <summary>Immediately releases the unmanaged resources used by the <see cref="T:Microsoft.DirectX.Direct3D.VertexDeclaration" /> object.</summary>
  3898.       <returns />
  3899.     </member>
  3900.     <member name="M:Microsoft.DirectX.Direct3D.VertexDeclaration.Equals(System.Object)">
  3901.       <summary>Returns a value that indicates whether the current instance is equal to a specified object.</summary>
  3902.       <param name="compare">Object to compare to this object.</param>
  3903.       <returns>Returns true if the objects are the same; otherwise, false.</returns>
  3904.     </member>
  3905.     <member name="M:Microsoft.DirectX.Direct3D.VertexDeclaration.Finalize">
  3906.       <summary>Allows the <see cref="T:Microsoft.DirectX.Direct3D.VertexDeclaration" /> object to free resources before it is destroyed by the garbage collector.</summary>
  3907.       <returns />
  3908.     </member>
  3909.     <member name="M:Microsoft.DirectX.Direct3D.VertexDeclaration.GetDeclaration">
  3910.       <summary>Gets the vertex shader declaration.</summary>
  3911.       <returns>Array of vertex elements that make up a vertex shader declaration. The array ends with the value in the <see cref="F:Microsoft.DirectX.Direct3D.VertexElement.VertexDeclarationEnd" /> field.</returns>
  3912.     </member>
  3913.     <member name="M:Microsoft.DirectX.Direct3D.VertexDeclaration.GetHashCode">
  3914.       <summary>Returns the hash code for the current instance.</summary>
  3915.       <returns>Hash code for the instance.</returns>
  3916.     </member>
  3917.     <member name="M:Microsoft.DirectX.Direct3D.VertexDeclaration.GetObjectByValue(System.Int32)">
  3918.       <summary>This member supports the infrastructure for Microsoft DirectX 9.0 for Managed Code and is not intended to be used directly from your code.</summary>
  3919.       <param name="uniqueKey">Object identifier.</param>
  3920.       <returns>Pointer to the unmanaged Component Object Model (COM) interface, IDirect3DVertexDeclaration9, which allows unmanaged COM clients to create an instance of the managed <see cref="T:Microsoft.DirectX.Direct3D.VertexDeclaration" /> class. Not supported.</returns>
  3921.     </member>
  3922.     <member name="M:Microsoft.DirectX.Direct3D.VertexDeclaration.op_Equality(Microsoft.DirectX.Direct3D.VertexDeclaration,Microsoft.DirectX.Direct3D.VertexDeclaration)">
  3923.       <summary>Compares the current instance of a class to another instance to determine whether they are the same.</summary>
  3924.       <param name="left">The <see cref="T:Microsoft.DirectX.Direct3D.VertexDeclaration" /> object to the left of the equality operator.</param>
  3925.       <param name="right">The <see cref="T:Microsoft.DirectX.Direct3D.VertexDeclaration" /> object to the right of the equality operator.</param>
  3926.       <returns>Returns true if the objects are the same; otherwise, false.</returns>
  3927.     </member>
  3928.     <member name="M:Microsoft.DirectX.Direct3D.VertexDeclaration.op_Inequality(Microsoft.DirectX.Direct3D.VertexDeclaration,Microsoft.DirectX.Direct3D.VertexDeclaration)">
  3929.       <summary>Compares the current instance of a class to another instance to determine whether they are different.</summary>
  3930.       <param name="left">The <see cref="T:Microsoft.DirectX.Direct3D.VertexDeclaration" /> object to the left of the equality operator.</param>
  3931.       <param name="right">The <see cref="T:Microsoft.DirectX.Direct3D.VertexDeclaration" /> object to the right of the equality operator.</param>
  3932.       <returns>Returns true if the objects are different; otherwise, false.</returns>
  3933.     </member>
  3934.     <member name="M:Microsoft.DirectX.Direct3D.VertexDeclaration.raise_Disposing(System.Object,System.EventArgs)">
  3935.       <summary>Raises the <see cref="E:Microsoft.DirectX.Direct3D.VertexDeclaration.Disposing" /> event when called from within a derived class.</summary>
  3936.       <param name="i1">Invoking object reference; should be this object.</param>
  3937.       <param name="i2">Arguments to pass to the event handler.</param>
  3938.       <returns />
  3939.     </member>
  3940.     <member name="M:Microsoft.DirectX.Direct3D.VertexDeclaration.UpdateUnmanagedPointer(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVertexDeclaration9)">
  3941.       <summary>Updates the unmanaged pointer for this <see cref="T:Microsoft.DirectX.Direct3D.VertexDeclaration" /> object. This method supports the Microsoft .NET Framework infrastructure and is not intended to be used directly in your code.</summary>
  3942.       <param name="pInterface">Pointer to the <see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVertexDeclaration9" /> structure used to update the unmanaged pointer for this <see cref="T:Microsoft.DirectX.Direct3D.VertexDeclaration" /> object.</param>
  3943.       <returns />
  3944.     </member>
  3945.     <member name="P:Microsoft.DirectX.Direct3D.VertexDeclaration.Device">
  3946.       <summary>Retrieves the <see cref="T:Microsoft.DirectX.Direct3D.Device" /> used to create the current vertex declaration.</summary>
  3947.     </member>
  3948.     <member name="P:Microsoft.DirectX.Direct3D.VertexDeclaration.Disposed">
  3949.       <summary>Gets a value that indicates whether the object is disposed.</summary>
  3950.     </member>
  3951.     <member name="P:Microsoft.DirectX.Direct3D.VertexDeclaration.UnmanagedComPointer">
  3952.       <summary>Returns the unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVertexDeclaration9" /> interface pointer.</summary>
  3953.     </member>
  3954.     <member name="T:Microsoft.DirectX.Direct3D.VertexShader">
  3955.       <summary>Encapsulates the functionality of a vertex shader.</summary>
  3956.     </member>
  3957.     <member name="E:Microsoft.DirectX.Direct3D.VertexShader.Disposing">
  3958.       <summary>Occurs when the <see cref="M:Microsoft.DirectX.Direct3D.VertexShader.Dispose" /> method is called or when the <see cref="T:Microsoft.DirectX.Direct3D.VertexShader" /> object is finalized and collected by the garbage collector of the Microsoft .NETcommon language runtime.</summary>
  3959.     </member>
  3960.     <member name="M:Microsoft.DirectX.Direct3D.VertexShader.#ctor(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVertexShader9)">
  3961.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.VertexShader" /> class.</summary>
  3962.       <param name="pUnk">Unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVertexShader9" /> interface pointer.</param>
  3963.     </member>
  3964.     <member name="M:Microsoft.DirectX.Direct3D.VertexShader.#ctor(System.IntPtr)">
  3965.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.VertexShader" /> class.</summary>
  3966.       <param name="unmanagedObject">Pointer to an unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVertexShader9" /> interface. This parameter is useful for working with unmanaged applications from managed code. Not supported.</param>
  3967.     </member>
  3968.     <member name="M:Microsoft.DirectX.Direct3D.VertexShader.#ctor(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVertexShader9,Microsoft.DirectX.Direct3D.Device)">
  3969.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.VertexShader" /> class.</summary>
  3970.       <param name="lp">Unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVertexShader9" /> interface pointer.</param>
  3971.       <param name="device">Reference to an instance of a <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object.</param>
  3972.     </member>
  3973.     <member name="M:Microsoft.DirectX.Direct3D.VertexShader.#ctor(Microsoft.DirectX.Direct3D.Device,Microsoft.DirectX.GraphicsStream)">
  3974.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.VertexShader" /> class.</summary>
  3975.       <param name="device">Reference to an instance of a <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object.</param>
  3976.       <param name="functionToken">Reference to a <see cref="T:Microsoft.DirectX.GraphicsStream" /> object that represents the vertex shader function tokens to use.</param>
  3977.     </member>
  3978.     <member name="M:Microsoft.DirectX.Direct3D.VertexShader.#ctor(Microsoft.DirectX.Direct3D.Device,System.Int32[])">
  3979.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.VertexShader" /> class.</summary>
  3980.       <param name="device">Reference to an instance of a <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object.</param>
  3981.       <param name="functionToken">Integer array representing the vertex shader function tokens that specify the blending operations.</param>
  3982.     </member>
  3983.     <member name="M:Microsoft.DirectX.Direct3D.VertexShader.Dispose">
  3984.       <summary>Immediately releases the unmanaged resources used by the <see cref="T:Microsoft.DirectX.Direct3D.VertexShader" /> object.</summary>
  3985.       <returns />
  3986.     </member>
  3987.     <member name="M:Microsoft.DirectX.Direct3D.VertexShader.Equals(System.Object)">
  3988.       <summary>Returns a value that indicates whether the current instance is equal to a specified object.</summary>
  3989.       <param name="compare">Object to compare to this object.</param>
  3990.       <returns>Returns true if the objects are the same; otherwise, false.</returns>
  3991.     </member>
  3992.     <member name="M:Microsoft.DirectX.Direct3D.VertexShader.Finalize">
  3993.       <summary>Allows the <see cref="T:Microsoft.DirectX.Direct3D.VertexShader" /> object to free resources before it is destroyed by the garbage collector.</summary>
  3994.       <returns />
  3995.     </member>
  3996.     <member name="M:Microsoft.DirectX.Direct3D.VertexShader.GetFunction">
  3997.       <summary>Retrieves an array that contains shader data.</summary>
  3998.       <returns>Array that contains the shader data.</returns>
  3999.     </member>
  4000.     <member name="M:Microsoft.DirectX.Direct3D.VertexShader.GetHashCode">
  4001.       <summary>Returns the hash code for the current instance.</summary>
  4002.       <returns>Hash code for the instance.</returns>
  4003.     </member>
  4004.     <member name="M:Microsoft.DirectX.Direct3D.VertexShader.GetObjectByValue(System.Int32)">
  4005.       <summary>This member supports the infrastructure for Microsoft DirectX 9.0 for Managed Code and is not intended to be used directly from your code.</summary>
  4006.       <param name="uniqueKey">Object identifier.</param>
  4007.       <returns>Pointer to the unmanaged Component Object Model (COM) interface, IDirect3DVertexShader9, which allows unmanaged COM clients to create an instance of the managed <see cref="T:Microsoft.DirectX.Direct3D.VertexShader" /> class. Not supported.</returns>
  4008.     </member>
  4009.     <member name="M:Microsoft.DirectX.Direct3D.VertexShader.op_Equality(Microsoft.DirectX.Direct3D.VertexShader,Microsoft.DirectX.Direct3D.VertexShader)">
  4010.       <summary>Compares the current instance of a class to another instance to determine whether they are the same.</summary>
  4011.       <param name="left">The <see cref="T:Microsoft.DirectX.Direct3D.VertexShader" /> object to the left of the equality operator.</param>
  4012.       <param name="right">The <see cref="T:Microsoft.DirectX.Direct3D.VertexShader" /> object to the right of the equality operator.</param>
  4013.       <returns>Returns true if the objects are the same; otherwise, false.</returns>
  4014.     </member>
  4015.     <member name="M:Microsoft.DirectX.Direct3D.VertexShader.op_Inequality(Microsoft.DirectX.Direct3D.VertexShader,Microsoft.DirectX.Direct3D.VertexShader)">
  4016.       <summary>Compares the current instance of a class to another instance to determine whether they are different.</summary>
  4017.       <param name="left">The <see cref="T:Microsoft.DirectX.Direct3D.VertexShader" /> object to the left of the equality operator.</param>
  4018.       <param name="right">The <see cref="T:Microsoft.DirectX.Direct3D.VertexShader" /> object to the right of the equality operator.</param>
  4019.       <returns>Returns true if the objects are different; otherwise, false.</returns>
  4020.     </member>
  4021.     <member name="M:Microsoft.DirectX.Direct3D.VertexShader.raise_Disposing(System.Object,System.EventArgs)">
  4022.       <summary>Raises the <see cref="E:Microsoft.DirectX.Direct3D.VertexShader.Disposing" /> event when called from within a derived class.</summary>
  4023.       <param name="i1">Invoking object reference; should be this object.</param>
  4024.       <param name="i2">Arguments to pass to the event handler.</param>
  4025.       <returns />
  4026.     </member>
  4027.     <member name="M:Microsoft.DirectX.Direct3D.VertexShader.UpdateUnmanagedPointer(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVertexShader9)">
  4028.       <summary>Updates the unmanaged pointer for this <see cref="T:Microsoft.DirectX.Direct3D.VertexShader" /> object. This method supports the Microsoft .NET Framework infrastructure and is not intended to be used directly in your code.</summary>
  4029.       <param name="pInterface">Pointer to the <see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVertexShader9" /> structure used to update the unmanaged pointer for this <see cref="T:Microsoft.DirectX.Direct3D.VertexShader" /> object.</param>
  4030.       <returns />
  4031.     </member>
  4032.     <member name="P:Microsoft.DirectX.Direct3D.VertexShader.Device">
  4033.       <summary>Retrieves the Microsoft Direct3D device associated with a vertex shader object.</summary>
  4034.     </member>
  4035.     <member name="P:Microsoft.DirectX.Direct3D.VertexShader.Disposed">
  4036.       <summary>Gets a value that indicates whether the object is disposed.</summary>
  4037.     </member>
  4038.     <member name="P:Microsoft.DirectX.Direct3D.VertexShader.UnmanagedComPointer">
  4039.       <summary>Returns the unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVertexShader9" /> interface pointer.</summary>
  4040.     </member>
  4041.     <member name="T:Microsoft.DirectX.Direct3D.VertexTextureCoordinate">
  4042.       <summary>Constructs bit patterns that are used to identify texture coordinate formats in a flexible vertex format description.</summary>
  4043.     </member>
  4044.     <member name="M:Microsoft.DirectX.Direct3D.VertexTextureCoordinate.Size1(System.Int32)">
  4045.       <summary>Constructs bit patterns that are used to identify texture coordinate size-1 formats within a flexible vertex format description.</summary>
  4046.       <param name="coordIndex">Value that identifies the texture coordinate set to which the texture coordinate size (1-, 2-, 3-, or 4-dimensional) applies.</param>
  4047.       <returns>One or more <see cref="T:Microsoft.DirectX.Direct3D.VertexFormats" /> flags that indicate the texture coordinate.</returns>
  4048.     </member>
  4049.     <member name="M:Microsoft.DirectX.Direct3D.VertexTextureCoordinate.Size2">
  4050.       <summary>Constructs bit patterns that are used to identify texture coordinate size-2 formats within a flexible vertex format description.</summary>
  4051.       <returns>One or more <see cref="T:Microsoft.DirectX.Direct3D.VertexFormats" /> flags that indicate the texture coordinate.</returns>
  4052.     </member>
  4053.     <member name="M:Microsoft.DirectX.Direct3D.VertexTextureCoordinate.Size3(System.Int32)">
  4054.       <summary>Constructs bit patterns that are used to identify texture coordinate size-3 formats within a flexible vertex format description.</summary>
  4055.       <param name="coordIndex">Value that identifies the texture coordinate set to which the texture coordinate size (1-, 2-, 3-, or 4-dimensional) applies.</param>
  4056.       <returns>One or more <see cref="T:Microsoft.DirectX.Direct3D.VertexFormats" /> flags that indicate the texture coordinate.</returns>
  4057.     </member>
  4058.     <member name="M:Microsoft.DirectX.Direct3D.VertexTextureCoordinate.Size4(System.Int32)">
  4059.       <summary>Constructs bit patterns that are used to identify texture coordinate size-4 formats within a flexible vertex format description.</summary>
  4060.       <param name="coordIndex">Value that identifies the texture coordinate set to which the texture coordinate size (1-, 2-, 3-, or 4-dimensional) applies.</param>
  4061.       <returns>One or more <see cref="T:Microsoft.DirectX.Direct3D.VertexFormats" /> flags that indicate the texture coordinate.</returns>
  4062.     </member>
  4063.     <member name="T:Microsoft.DirectX.Direct3D.Volume">
  4064.       <summary>Manipulates volume resources.</summary>
  4065.     </member>
  4066.     <member name="E:Microsoft.DirectX.Direct3D.Volume.Disposing">
  4067.       <summary>Occurs when the <see cref="M:Microsoft.DirectX.Direct3D.Volume.Dispose" /> method is called or when the <see cref="T:Microsoft.DirectX.Direct3D.Volume" /> object is finalized and collected by the garbage collector of the Microsoft .NETcommon language runtime.</summary>
  4068.     </member>
  4069.     <member name="M:Microsoft.DirectX.Direct3D.Volume.#ctor(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVolume9)">
  4070.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.Volume" /> class.</summary>
  4071.       <param name="pUnk">Unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVolume9" /> interface pointer.</param>
  4072.     </member>
  4073.     <member name="M:Microsoft.DirectX.Direct3D.Volume.#ctor(System.IntPtr)">
  4074.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.Volume" /> class.</summary>
  4075.       <param name="unmanagedObject">Pointer to an unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVolume9" /> interface. This parameter is useful for working with unmanaged applications from managed code. Not supported.</param>
  4076.     </member>
  4077.     <member name="M:Microsoft.DirectX.Direct3D.Volume.#ctor(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVolume9,Microsoft.DirectX.Direct3D.VolumeTexture)">
  4078.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.Volume" /> class.</summary>
  4079.       <param name="lp">Unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVolume9" /> interface pointer.</param>
  4080.       <param name="device">A <see cref="T:Microsoft.DirectX.Direct3D.VolumeTexture" /> associated with the volume.</param>
  4081.     </member>
  4082.     <member name="M:Microsoft.DirectX.Direct3D.Volume.Dispose">
  4083.       <summary>Immediately releases the unmanaged resources used by the <see cref="T:Microsoft.DirectX.Direct3D.Volume" /> object.</summary>
  4084.       <returns />
  4085.     </member>
  4086.     <member name="M:Microsoft.DirectX.Direct3D.Volume.Finalize">
  4087.       <summary>Allows the <see cref="T:Microsoft.DirectX.Direct3D.Volume" /> object to free resources before it is destroyed by the garbage collector.</summary>
  4088.       <returns />
  4089.     </member>
  4090.     <member name="M:Microsoft.DirectX.Direct3D.Volume.FreePrivateData(System.Guid)">
  4091.       <summary>Frees the specified private data associated with the current volume.</summary>
  4092.       <param name="guidData">A <see cref="T:System.Guid" /> that identifies the private data to free.</param>
  4093.       <returns />
  4094.     </member>
  4095.     <member name="M:Microsoft.DirectX.Direct3D.Volume.GetContainer(System.Guid)">
  4096.       <summary>Provides access to the parent volume texture object, if the current surface is a child level of a volume texture.</summary>
  4097.       <param name="interfaceId" />
  4098.       <returns>An <see cref="T:System.Object" /> that represents the returned container.</returns>
  4099.     </member>
  4100.     <member name="M:Microsoft.DirectX.Direct3D.Volume.GetObjectByValue(System.Int32)">
  4101.       <summary>This member supports the infrastructure for Microsoft DirectX 9.0 for Managed Code and is not intended to be used directly from your code.</summary>
  4102.       <param name="uniqueKey">Object identifier.</param>
  4103.       <returns>Pointer to the unmanaged Component Object Model (COM) interface, IDirect3DVolume9, which allows unmanaged COM clients to create an instance of the managed <see cref="T:Microsoft.DirectX.Direct3D.Volume" /> class. Not supported.</returns>
  4104.     </member>
  4105.     <member name="M:Microsoft.DirectX.Direct3D.Volume.GetPrivateData(System.Guid)">
  4106.       <summary>Copies the private data associated with the volume to a provided buffer.</summary>
  4107.       <param name="guidData">A <see cref="T:System.Guid" /> that represents the identifier of the private data being requested.</param>
  4108.       <returns>A <see cref="T:System.Byte" /> array that contains the requested data.</returns>
  4109.     </member>
  4110.     <member name="M:Microsoft.DirectX.Direct3D.Volume.LockBox(Microsoft.DirectX.Direct3D.Box,Microsoft.DirectX.Direct3D.LockFlags,Microsoft.DirectX.Direct3D.LockedBox@)">
  4111.       <summary>Locks a box on a volume resource.</summary>
  4112.       <param name="box">A <see cref="T:Microsoft.DirectX.Direct3D.Box" /> object that represents the box to lock.</param>
  4113.       <param name="flags">Combination of zero or more <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" /> that describe the type of lock to perform. See Remarks.</param>
  4114.       <param name="lockedVolume">A <see cref="T:Microsoft.DirectX.Direct3D.LockedBox" /> object that describes the locked region.</param>
  4115.       <returns>A <see cref="T:Microsoft.DirectX.GraphicsStream" /> that represents the locked box region.</returns>
  4116.     </member>
  4117.     <member name="M:Microsoft.DirectX.Direct3D.Volume.LockBox(Microsoft.DirectX.Direct3D.LockFlags,Microsoft.DirectX.Direct3D.LockedBox@)">
  4118.       <summary>Locks a box on a volume resource.</summary>
  4119.       <param name="flags">Combination of zero or more <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" /> that describe the type of lock to perform. See Remarks.</param>
  4120.       <param name="lockedVolume">A <see cref="T:Microsoft.DirectX.Direct3D.LockedBox" /> object that describes the locked region.</param>
  4121.       <returns>A <see cref="T:Microsoft.DirectX.GraphicsStream" /> that represents the locked box region.</returns>
  4122.     </member>
  4123.     <member name="M:Microsoft.DirectX.Direct3D.Volume.LockBox(Microsoft.DirectX.Direct3D.Box,Microsoft.DirectX.Direct3D.LockFlags)">
  4124.       <summary>Locks a box on a volume resource.</summary>
  4125.       <param name="box">A <see cref="T:Microsoft.DirectX.Direct3D.Box" /> object that represents the box to lock.</param>
  4126.       <param name="flags">Combination of zero or more <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" /> that describe the type of lock to perform. See Remarks.</param>
  4127.       <returns>A <see cref="T:Microsoft.DirectX.GraphicsStream" /> that represents the locked box region.</returns>
  4128.     </member>
  4129.     <member name="M:Microsoft.DirectX.Direct3D.Volume.LockBox(Microsoft.DirectX.Direct3D.LockFlags)">
  4130.       <summary>Locks a box on a volume resource.</summary>
  4131.       <param name="flags">Combination of zero or more <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" /> that describe the type of lock to perform. See Remarks.</param>
  4132.       <returns>A <see cref="T:Microsoft.DirectX.GraphicsStream" /> that represents the locked box region.</returns>
  4133.     </member>
  4134.     <member name="M:Microsoft.DirectX.Direct3D.Volume.LockBox(System.Type,Microsoft.DirectX.Direct3D.Box,Microsoft.DirectX.Direct3D.LockFlags,Microsoft.DirectX.Direct3D.LockedBox@,System.Int32[])">
  4135.       <summary>Locks a box on a volume resource.</summary>
  4136.       <param name="typeLock">Value that specifies the <see cref="T:System.Type" /> of the lock.</param>
  4137.       <param name="box">A <see cref="T:Microsoft.DirectX.Direct3D.Box" /> object that represents the box to lock.</param>
  4138.       <param name="flags">Combination of zero or more <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" /> that describe the type of lock to perform. See Remarks.</param>
  4139.       <param name="lockedVolume">A <see cref="T:Microsoft.DirectX.Direct3D.LockedBox" /> object that describes the locked region.</param>
  4140.       <param name="ranks">Array of one to three <see cref="T:System.Int32" /> values that indicate the dimensions of the returned array. The maximum number of <see cref="M:Microsoft.DirectX.Direct3D.Volume.LockBox" /> allowed is three.</param>
  4141.       <returns>An <see cref="T:System.Array" /> that represents the locked box region.</returns>
  4142.     </member>
  4143.     <member name="M:Microsoft.DirectX.Direct3D.Volume.LockBox(System.Type,Microsoft.DirectX.Direct3D.LockFlags,Microsoft.DirectX.Direct3D.LockedBox@,System.Int32[])">
  4144.       <summary>Locks a box on a volume resource.</summary>
  4145.       <param name="typeLock">Value that specifies the <see cref="T:System.Type" /> of the lock.</param>
  4146.       <param name="flags">Combination of zero or more <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" /> that describe the type of lock to perform. See Remarks.</param>
  4147.       <param name="lockedVolume">A <see cref="T:Microsoft.DirectX.Direct3D.LockedBox" /> object that describes the locked region.</param>
  4148.       <param name="ranks">Array of one to three <see cref="T:System.Int32" /> values that indicate the dimensions of the returned array. The maximum number of <see cref="M:Microsoft.DirectX.Direct3D.Volume.LockBox" /> allowed is three.</param>
  4149.       <returns>An <see cref="T:System.Array" /> that represents the locked box region.</returns>
  4150.     </member>
  4151.     <member name="M:Microsoft.DirectX.Direct3D.Volume.LockBox(System.Type,Microsoft.DirectX.Direct3D.Box,Microsoft.DirectX.Direct3D.LockFlags,System.Int32[])">
  4152.       <summary>Locks a box on a volume resource.</summary>
  4153.       <param name="typeLock">Value that specifies the <see cref="T:System.Type" /> of the lock.</param>
  4154.       <param name="box">A <see cref="T:Microsoft.DirectX.Direct3D.Box" /> object that represents the box to lock.</param>
  4155.       <param name="flags">Combination of zero or more <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" /> that describe the type of lock to perform. See Remarks.</param>
  4156.       <param name="ranks">Array of one to three <see cref="T:System.Int32" /> values that indicate the dimensions of the returned array. The maximum number of <see cref="M:Microsoft.DirectX.Direct3D.Volume.LockBox" /> allowed is three.</param>
  4157.       <returns>An <see cref="T:System.Array" /> that represents the locked box region.</returns>
  4158.     </member>
  4159.     <member name="M:Microsoft.DirectX.Direct3D.Volume.LockBox(System.Type,Microsoft.DirectX.Direct3D.LockFlags,System.Int32[])">
  4160.       <summary>Locks a box on a volume resource.</summary>
  4161.       <param name="typeLock">Value that specifies the <see cref="T:System.Type" /> of the lock.</param>
  4162.       <param name="flags">Combination of zero or more <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" /> that describe the type of lock to perform. See Remarks.</param>
  4163.       <param name="ranks">Array of one to three <see cref="T:System.Int32" /> values that indicate the dimensions of the returned array. The maximum number of <see cref="M:Microsoft.DirectX.Direct3D.Volume.LockBox" /> allowed is three.</param>
  4164.       <returns>An <see cref="T:System.Array" /> that represents the locked box region.</returns>
  4165.     </member>
  4166.     <member name="M:Microsoft.DirectX.Direct3D.Volume.raise_Disposing(System.Object,System.EventArgs)">
  4167.       <summary>Raises the <see cref="E:Microsoft.DirectX.Direct3D.Volume.Disposing" /> event when called from within a derived class.</summary>
  4168.       <param name="i1">Invoking object reference; should be this object.</param>
  4169.       <param name="i2">Arguments to pass to the event handler.</param>
  4170.       <returns />
  4171.     </member>
  4172.     <member name="M:Microsoft.DirectX.Direct3D.Volume.SetPrivateData(System.Guid,System.Byte[])">
  4173.       <summary>Associates data with the volume that is intended for use by the application, not by Microsoft Direct3D.</summary>
  4174.       <param name="guidData">A <see cref="T:System.Guid" /> that represents the identifier of the private data to set.</param>
  4175.       <param name="privateData">A <see cref="T:System.Byte" /> array that contains the private data for the current volume.</param>
  4176.       <returns />
  4177.     </member>
  4178.     <member name="M:Microsoft.DirectX.Direct3D.Volume.UnlockBox">
  4179.       <summary>Unlocks a box on a volume resource.</summary>
  4180.       <returns />
  4181.     </member>
  4182.     <member name="M:Microsoft.DirectX.Direct3D.Volume.UpdateUnmanagedPointer(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVolume9)">
  4183.       <summary>Updates the unmanaged pointer for this <see cref="T:Microsoft.DirectX.Direct3D.Volume" /> object. This method supports the Microsoft .NET Framework infrastructure and is not intended to be used directly in your code.</summary>
  4184.       <param name="pInterface">Pointer to the <see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVolume9" /> structure used to update the unmanaged pointer for this <see cref="T:Microsoft.DirectX.Direct3D.Volume" /> object.</param>
  4185.       <returns />
  4186.     </member>
  4187.     <member name="P:Microsoft.DirectX.Direct3D.Volume.Description">
  4188.       <summary>Retrieves the description of a volume.</summary>
  4189.     </member>
  4190.     <member name="P:Microsoft.DirectX.Direct3D.Volume.Device">
  4191.       <summary>Retrieves the Microsoft Direct3D device associated with a sprite object.</summary>
  4192.     </member>
  4193.     <member name="P:Microsoft.DirectX.Direct3D.Volume.Disposed">
  4194.       <summary>Gets a value that indicates whether the object is disposed.</summary>
  4195.     </member>
  4196.     <member name="P:Microsoft.DirectX.Direct3D.Volume.UnmanagedComPointer">
  4197.       <summary>Returns the unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVolume9" /> interface pointer.</summary>
  4198.     </member>
  4199.     <member name="T:Microsoft.DirectX.Direct3D.VolumeTexture">
  4200.       <summary>Manipulates a volume texture resource.</summary>
  4201.     </member>
  4202.     <member name="E:Microsoft.DirectX.Direct3D.VolumeTexture.Disposing">
  4203.       <summary>Occurs when the <see cref="M:Microsoft.DirectX.Direct3D.VolumeTexture.Dispose" /> method is called or when the <see cref="T:Microsoft.DirectX.Direct3D.VolumeTexture" /> object is finalized and collected by the garbage collector of the Microsoft .NETcommon language runtime.</summary>
  4204.     </member>
  4205.     <member name="M:Microsoft.DirectX.Direct3D.VolumeTexture.AddDirtyBox(Microsoft.DirectX.Direct3D.Box)">
  4206.       <summary>Adds a dirty region to a volume texture resource.</summary>
  4207.       <param name="box">A <see cref="T:Microsoft.DirectX.Direct3D.Box" /> structure that specifies the dirty region to add. Omitting this parameter expands the dirty region to cover the entire volume texture.</param>
  4208.       <returns />
  4209.     </member>
  4210.     <member name="M:Microsoft.DirectX.Direct3D.VolumeTexture.AddDirtyBox">
  4211.       <summary>Adds a dirty region to a volume texture resource.</summary>
  4212.       <returns />
  4213.     </member>
  4214.     <member name="M:Microsoft.DirectX.Direct3D.VolumeTexture.#ctor(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVolumeTexture9)">
  4215.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.VolumeTexture" /> class.</summary>
  4216.       <param name="pInterop">Unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVolumeTexture9" /> interface pointer.</param>
  4217.     </member>
  4218.     <member name="M:Microsoft.DirectX.Direct3D.VolumeTexture.#ctor(System.IntPtr)">
  4219.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.VolumeTexture" /> class.</summary>
  4220.       <param name="unmanagedObject">Pointer to an unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVolumeTexture9" /> interface. This parameter is useful for working with unmanaged applications from managed code. Not supported.</param>
  4221.     </member>
  4222.     <member name="M:Microsoft.DirectX.Direct3D.VolumeTexture.#ctor(Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVolumeTexture9,Microsoft.DirectX.Direct3D.Device,Microsoft.DirectX.Direct3D.Pool)">
  4223.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.VolumeTexture" /> class.</summary>
  4224.       <param name="lp">Unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVolumeTexture9" /> interface pointer.</param>
  4225.       <param name="device">A <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object to associate with the <see cref="T:Microsoft.DirectX.Direct3D.VolumeTexture" /> object.</param>
  4226.       <param name="pool">Member of the <see cref="T:Microsoft.DirectX.Direct3D.Pool" /> enumerated type that describes the memory class into which the volume texture should be placed.</param>
  4227.     </member>
  4228.     <member name="M:Microsoft.DirectX.Direct3D.VolumeTexture.#ctor(Microsoft.DirectX.Direct3D.Device,System.Int32,System.Int32,System.Int32,System.Int32,Microsoft.DirectX.Direct3D.Usage,Microsoft.DirectX.Direct3D.Format,Microsoft.DirectX.Direct3D.Pool)">
  4229.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.VolumeTexture" /> class.</summary>
  4230.       <param name="device">A <see cref="T:Microsoft.DirectX.Direct3D.Device" /> object to associate with the <see cref="T:Microsoft.DirectX.Direct3D.VolumeTexture" /> object.</param>
  4231.       <param name="width">Width of the top level of the volume texture, in pixels. This value must be a power of two if the <see cref="T:Microsoft.DirectX.Direct3D.Caps" />.<see cref="P:Microsoft.DirectX.Direct3D.TextureCaps.SupportsVolumeMapPower2" /> member is set. See Remarks.</param>
  4232.       <param name="height">Height of the top level of the volume texture, in pixels. This value must be a power of two if the <see cref="T:Microsoft.DirectX.Direct3D.Caps" />.<see cref="P:Microsoft.DirectX.Direct3D.TextureCaps.SupportsVolumeMapPower2" /> member is set. See Remarks.</param>
  4233.       <param name="depth">Depth of the top level of the volume texture, in pixels. This value must be a power of two if the <see cref="T:Microsoft.DirectX.Direct3D.Caps" />.<see cref="P:Microsoft.DirectX.Direct3D.TextureCaps.SupportsVolumeMapPower2" /> member is set. See Remarks.</param>
  4234.       <param name="numLevels">Number of levels in the texture. If this value is 0, Microsoft Direct3D generates all texture sublevels down to 1x1 pixels for hardware that supports mipmapped volume textures. Check the <see cref="P:Microsoft.DirectX.Direct3D.BaseTexture.LevelCount" /> parameter for the number of levels generated.</param>
  4235.       <param name="usage">Usage type for this <see cref="M:Microsoft.DirectX.Direct3D.VolumeTexture.#ctor" />.</param>
  4236.       <param name="format">Member of the <see cref="T:Microsoft.DirectX.Direct3D.Format" /> enumerated type that describes the format of all levels in the volume texture.</param>
  4237.       <param name="pool">Member of the <see cref="T:Microsoft.DirectX.Direct3D.Pool" /> enumerated type that describes the memory class into which the volume texture should be placed.</param>
  4238.     </member>
  4239.     <member name="M:Microsoft.DirectX.Direct3D.VolumeTexture.Dispose">
  4240.       <summary>Immediately releases the unmanaged resources used by the <see cref="T:Microsoft.DirectX.Direct3D.VolumeTexture" /> object.</summary>
  4241.       <returns />
  4242.     </member>
  4243.     <member name="M:Microsoft.DirectX.Direct3D.VolumeTexture.Equals(System.Object)">
  4244.       <summary>Returns a value that indicates whether the current instance is equal to a specified object.</summary>
  4245.       <param name="compare">Object to compare to this object.</param>
  4246.       <returns>Returns true if the objects are the same; otherwise, false.</returns>
  4247.     </member>
  4248.     <member name="M:Microsoft.DirectX.Direct3D.VolumeTexture.Finalize">
  4249.       <summary>Allows the <see cref="T:Microsoft.DirectX.Direct3D.VolumeTexture" /> object to free resources before it is destroyed by the garbage collector.</summary>
  4250.       <returns />
  4251.     </member>
  4252.     <member name="M:Microsoft.DirectX.Direct3D.VolumeTexture.GetHashCode">
  4253.       <summary>Returns the hash code for the current instance.</summary>
  4254.       <returns>Hash code for the instance.</returns>
  4255.     </member>
  4256.     <member name="M:Microsoft.DirectX.Direct3D.VolumeTexture.GetLevelDescription(System.Int32)">
  4257.       <summary>Retrieves a level description of a volume texture resource.</summary>
  4258.       <param name="level">Value that identifies a level of the volume texture resource.</param>
  4259.       <returns>A <see cref="T:Microsoft.DirectX.Direct3D.VolumeDescription" /> structure that describes the returned volume texture level.</returns>
  4260.     </member>
  4261.     <member name="M:Microsoft.DirectX.Direct3D.VolumeTexture.GetObjectByValue(System.Int32)">
  4262.       <summary>This member supports the infrastructure for Microsoft DirectX 9.0 for Managed Code and is not intended to be used directly from your code.</summary>
  4263.       <param name="uniqueKey">Object identifier.</param>
  4264.       <returns>Pointer to the unmanaged Component Object Model (COM) interface, IDirect3DVolumeTexture9, which allows unmanaged COM clients to create an instance of the managed <see cref="T:Microsoft.DirectX.Direct3D.VolumeTexture" /> class. Not supported.</returns>
  4265.     </member>
  4266.     <member name="M:Microsoft.DirectX.Direct3D.VolumeTexture.GetVolumeLevel(System.Int32)">
  4267.       <summary>Retrieves the specified volume texture level.</summary>
  4268.       <param name="level">Value that identifies a level of the volume texture resource.</param>
  4269.       <returns>A <see cref="T:Microsoft.DirectX.Direct3D.Volume" /> object that represents the returned volume level.</returns>
  4270.     </member>
  4271.     <member name="M:Microsoft.DirectX.Direct3D.VolumeTexture.LockBox(System.Int32,Microsoft.DirectX.Direct3D.Box,Microsoft.DirectX.Direct3D.LockFlags,Microsoft.DirectX.Direct3D.LockedBox@)">
  4272.       <summary>Locks a box on a volume texture resource.</summary>
  4273.       <param name="level">Value that specifies a  level of the texture resource to lock.</param>
  4274.       <param name="box">A <see cref="T:Microsoft.DirectX.Direct3D.Box" /> structure that indicates the region to lock. Omitting this parameter locks the entire volume level.</param>
  4275.       <param name="flags">Zero or more locking flags that describe the type of lock to perform. For this method, the valid flags are <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.Discard" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoDirtyUpdate" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoSystemLock" />, and <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.ReadOnly" />. For a description of the flags, see <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" />.</param>
  4276.       <param name="lockedVolume">A <see cref="T:Microsoft.DirectX.Direct3D.LockedBox" /> structure that describes the locked region.</param>
  4277.       <returns>A <see cref="T:Microsoft.DirectX.GraphicsStream" /> object that describes the locked region.</returns>
  4278.     </member>
  4279.     <member name="M:Microsoft.DirectX.Direct3D.VolumeTexture.LockBox(System.Int32,Microsoft.DirectX.Direct3D.LockFlags,Microsoft.DirectX.Direct3D.LockedBox@)">
  4280.       <summary>Locks a box on a volume texture resource.</summary>
  4281.       <param name="level">Value that specifies a  level of the texture resource to lock.</param>
  4282.       <param name="flags">Zero or more locking flags that describe the type of lock to perform. For this method, the valid flags are <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.Discard" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoDirtyUpdate" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoSystemLock" />, and <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.ReadOnly" />. For a description of the flags, see <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" />.</param>
  4283.       <param name="lockedVolume">A <see cref="T:Microsoft.DirectX.Direct3D.LockedBox" /> structure that describes the locked region.</param>
  4284.       <returns>A <see cref="T:Microsoft.DirectX.GraphicsStream" /> object that describes the locked region.</returns>
  4285.     </member>
  4286.     <member name="M:Microsoft.DirectX.Direct3D.VolumeTexture.LockBox(System.Int32,Microsoft.DirectX.Direct3D.Box,Microsoft.DirectX.Direct3D.LockFlags)">
  4287.       <summary>Locks a box on a volume texture resource.</summary>
  4288.       <param name="level">Value that specifies a  level of the texture resource to lock.</param>
  4289.       <param name="box">A <see cref="T:Microsoft.DirectX.Direct3D.Box" /> structure that indicates the region to lock. Omitting this parameter locks the entire volume level.</param>
  4290.       <param name="flags">Zero or more locking flags that describe the type of lock to perform. For this method, the valid flags are <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.Discard" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoDirtyUpdate" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoSystemLock" />, and <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.ReadOnly" />. For a description of the flags, see <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" />.</param>
  4291.       <returns>A <see cref="T:Microsoft.DirectX.GraphicsStream" /> object that describes the locked region.</returns>
  4292.     </member>
  4293.     <member name="M:Microsoft.DirectX.Direct3D.VolumeTexture.LockBox(System.Int32,Microsoft.DirectX.Direct3D.LockFlags)">
  4294.       <summary>Locks a box on a volume texture resource.</summary>
  4295.       <param name="level">Value that specifies a  level of the texture resource to lock.</param>
  4296.       <param name="flags">Zero or more locking flags that describe the type of lock to perform. For this method, the valid flags are <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.Discard" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoDirtyUpdate" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoSystemLock" />, and <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.ReadOnly" />. For a description of the flags, see <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" />.</param>
  4297.       <returns>A <see cref="T:Microsoft.DirectX.GraphicsStream" /> object that describes the locked region.</returns>
  4298.     </member>
  4299.     <member name="M:Microsoft.DirectX.Direct3D.VolumeTexture.LockBox(System.Type,System.Int32,Microsoft.DirectX.Direct3D.Box,Microsoft.DirectX.Direct3D.LockFlags,Microsoft.DirectX.Direct3D.LockedBox@,System.Int32[])">
  4300.       <summary>Locks a box on a volume texture resource.</summary>
  4301.       <param name="typeLock">A <see cref="T:System.Type" /> object that indicates the type of data to return. This can be a value type or any type that contains only value types.</param>
  4302.       <param name="level">Value that specifies a  level of the texture resource to lock.</param>
  4303.       <param name="box">A <see cref="T:Microsoft.DirectX.Direct3D.Box" /> structure that indicates the region to lock. Omitting this parameter locks the entire volume level.</param>
  4304.       <param name="flags">Zero or more locking flags that describe the type of lock to perform. For this method, the valid flags are <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.Discard" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoDirtyUpdate" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoSystemLock" />, and <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.ReadOnly" />. For a description of the flags, see <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" />.</param>
  4305.       <param name="lockedVolume">A <see cref="T:Microsoft.DirectX.Direct3D.LockedBox" /> structure that describes the locked region.</param>
  4306.       <param name="ranks">Array of one to three <see cref="T:System.Int32" /> values that indicate the dimensions of the returning <see cref="T:System.Array" />.</param>
  4307.       <returns>An <see cref="T:System.Array" /> object that describes the locked region.</returns>
  4308.     </member>
  4309.     <member name="M:Microsoft.DirectX.Direct3D.VolumeTexture.LockBox(System.Type,System.Int32,Microsoft.DirectX.Direct3D.LockFlags,Microsoft.DirectX.Direct3D.LockedBox@,System.Int32[])">
  4310.       <summary>Locks a box on a volume texture resource.</summary>
  4311.       <param name="typeLock">A <see cref="T:System.Type" /> object that indicates the type of data to return. This can be a value type or any type that contains only value types.</param>
  4312.       <param name="level">Value that specifies a  level of the texture resource to lock.</param>
  4313.       <param name="flags">Zero or more locking flags that describe the type of lock to perform. For this method, the valid flags are <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.Discard" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoDirtyUpdate" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoSystemLock" />, and <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.ReadOnly" />. For a description of the flags, see <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" />.</param>
  4314.       <param name="lockedVolume">A <see cref="T:Microsoft.DirectX.Direct3D.LockedBox" /> structure that describes the locked region.</param>
  4315.       <param name="ranks">Array of one to three <see cref="T:System.Int32" /> values that indicate the dimensions of the returning <see cref="T:System.Array" />.</param>
  4316.       <returns>An <see cref="T:System.Array" /> object that describes the locked region.</returns>
  4317.     </member>
  4318.     <member name="M:Microsoft.DirectX.Direct3D.VolumeTexture.LockBox(System.Type,System.Int32,Microsoft.DirectX.Direct3D.Box,Microsoft.DirectX.Direct3D.LockFlags,System.Int32[])">
  4319.       <summary>Locks a box on a volume texture resource.</summary>
  4320.       <param name="typeLock">A <see cref="T:System.Type" /> object that indicates the type of data to return. This can be a value type or any type that contains only value types.</param>
  4321.       <param name="level">Value that specifies a  level of the texture resource to lock.</param>
  4322.       <param name="box">A <see cref="T:Microsoft.DirectX.Direct3D.Box" /> structure that indicates the region to lock. Omitting this parameter locks the entire volume level.</param>
  4323.       <param name="flags">Zero or more locking flags that describe the type of lock to perform. For this method, the valid flags are <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.Discard" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoDirtyUpdate" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoSystemLock" />, and <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.ReadOnly" />. For a description of the flags, see <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" />.</param>
  4324.       <param name="ranks">Array of one to three <see cref="T:System.Int32" /> values that indicate the dimensions of the returning <see cref="T:System.Array" />.</param>
  4325.       <returns>An <see cref="T:System.Array" /> object that describes the locked region.</returns>
  4326.     </member>
  4327.     <member name="M:Microsoft.DirectX.Direct3D.VolumeTexture.LockBox(System.Type,System.Int32,Microsoft.DirectX.Direct3D.LockFlags,System.Int32[])">
  4328.       <summary>Locks a box on a volume texture resource.</summary>
  4329.       <param name="typeLock">A <see cref="T:System.Type" /> object that indicates the type of data to return. This can be a value type or any type that contains only value types.</param>
  4330.       <param name="level">Value that specifies a  level of the texture resource to lock.</param>
  4331.       <param name="flags">Zero or more locking flags that describe the type of lock to perform. For this method, the valid flags are <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.Discard" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoDirtyUpdate" />, <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.NoSystemLock" />, and <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.ReadOnly" />. For a description of the flags, see <see cref="T:Microsoft.DirectX.Direct3D.LockFlags" />.</param>
  4332.       <param name="ranks">Array of one to three <see cref="T:System.Int32" /> values that indicate the dimensions of the returning <see cref="T:System.Array" />.</param>
  4333.       <returns>An <see cref="T:System.Array" /> object that describes the locked region.</returns>
  4334.     </member>
  4335.     <member name="M:Microsoft.DirectX.Direct3D.VolumeTexture.op_Equality(Microsoft.DirectX.Direct3D.VolumeTexture,Microsoft.DirectX.Direct3D.VolumeTexture)">
  4336.       <summary>Compares the current instance of a class to another instance to determine whether they are the same.</summary>
  4337.       <param name="left">The <see cref="T:Microsoft.DirectX.Direct3D.VolumeTexture" /> object to the left of the equality operator.</param>
  4338.       <param name="right">The <see cref="T:Microsoft.DirectX.Direct3D.VolumeTexture" /> object to the right of the equality operator.</param>
  4339.       <returns>Returns true if the objects are the same; otherwise, false.</returns>
  4340.     </member>
  4341.     <member name="M:Microsoft.DirectX.Direct3D.VolumeTexture.op_Inequality(Microsoft.DirectX.Direct3D.VolumeTexture,Microsoft.DirectX.Direct3D.VolumeTexture)">
  4342.       <summary>Compares the current instance of a class to another instance to determine whether they are different.</summary>
  4343.       <param name="left">The <see cref="T:Microsoft.DirectX.Direct3D.VolumeTexture" /> object to the left of the equality operator.</param>
  4344.       <param name="right">The <see cref="T:Microsoft.DirectX.Direct3D.VolumeTexture" /> object to the right of the equality operator.</param>
  4345.       <returns>Returns true if the objects are different; otherwise, false.</returns>
  4346.     </member>
  4347.     <member name="M:Microsoft.DirectX.Direct3D.VolumeTexture.raise_Disposing(System.Object,System.EventArgs)">
  4348.       <summary>Raises the <see cref="E:Microsoft.DirectX.Direct3D.VolumeTexture.Disposing" /> event when called from within a derived class.</summary>
  4349.       <param name="i1">Invoking object reference; should be this object.</param>
  4350.       <param name="i2">Arguments to pass to the event handler.</param>
  4351.       <returns />
  4352.     </member>
  4353.     <member name="M:Microsoft.DirectX.Direct3D.VolumeTexture.UnlockBox(System.Int32)">
  4354.       <summary>Unlocks a box on a volume texture resource.</summary>
  4355.       <param name="level">Value that specifies a  level of the volume texture resource to unlock.</param>
  4356.       <returns />
  4357.     </member>
  4358.     <member name="P:Microsoft.DirectX.Direct3D.VolumeTexture.Disposed">
  4359.       <summary>Gets a value that indicates whether the object is disposed.</summary>
  4360.     </member>
  4361.     <member name="P:Microsoft.DirectX.Direct3D.VolumeTexture.UnmanagedComPointer">
  4362.       <summary>Returns the unmanaged Component Object Model (COM)<see cref="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVolumeTexture9" /> interface pointer.</summary>
  4363.     </member>
  4364.     <member name="T:Microsoft.DirectX.Direct3D.WasStillDrawingException">
  4365.       <summary>The device was still drawing.</summary>
  4366.     </member>
  4367.     <member name="M:Microsoft.DirectX.Direct3D.WasStillDrawingException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  4368.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.WasStillDrawingException" /> class.</summary>
  4369.       <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds all of the data needed to serialize or deserialize the object.</param>
  4370.       <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that describes the source and destination serialized stream.</param>
  4371.     </member>
  4372.     <member name="M:Microsoft.DirectX.Direct3D.WasStillDrawingException.#ctor(System.String,System.Exception)">
  4373.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.WasStillDrawingException" /> class.</summary>
  4374.       <param name="message">String that contains the error message to display.</param>
  4375.       <param name="inner">An <see cref="T:System.Exception" /> object that represents errors that occur during application execution.</param>
  4376.     </member>
  4377.     <member name="M:Microsoft.DirectX.Direct3D.WasStillDrawingException.#ctor(System.String)">
  4378.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.WasStillDrawingException" /> class.</summary>
  4379.       <param name="message">String that contains the error message to display.</param>
  4380.     </member>
  4381.     <member name="M:Microsoft.DirectX.Direct3D.WasStillDrawingException.#ctor">
  4382.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.WasStillDrawingException" /> class.</summary>
  4383.     </member>
  4384.     <member name="T:Microsoft.DirectX.Direct3D.WrongTextureFormatException">
  4385.       <summary>The pixel format of the texture surface is not valid.</summary>
  4386.     </member>
  4387.     <member name="M:Microsoft.DirectX.Direct3D.WrongTextureFormatException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  4388.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.WrongTextureFormatException" /> class.</summary>
  4389.       <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object that holds all of the data needed to serialize or deserialize the object.</param>
  4390.       <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> object that describes the source and destination serialized stream.</param>
  4391.     </member>
  4392.     <member name="M:Microsoft.DirectX.Direct3D.WrongTextureFormatException.#ctor(System.String,System.Exception)">
  4393.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.WrongTextureFormatException" /> class.</summary>
  4394.       <param name="message">String that contains the error message to display.</param>
  4395.       <param name="inner">An <see cref="T:System.Exception" /> object that represents errors that occur during application execution.</param>
  4396.     </member>
  4397.     <member name="M:Microsoft.DirectX.Direct3D.WrongTextureFormatException.#ctor(System.String)">
  4398.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.WrongTextureFormatException" /> class.</summary>
  4399.       <param name="message">String that contains the error message to display.</param>
  4400.     </member>
  4401.     <member name="M:Microsoft.DirectX.Direct3D.WrongTextureFormatException.#ctor">
  4402.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.WrongTextureFormatException" /> class.</summary>
  4403.     </member>
  4404.     <member name="T:Microsoft.DirectX.Direct3D.BackBufferType">
  4405.       <summary>Defines constants that identify the type of back buffers in a swap chain.</summary>
  4406.     </member>
  4407.     <member name="F:Microsoft.DirectX.Direct3D.BackBufferType.">
  4408.       <summary>Not supported.</summary>
  4409.     </member>
  4410.     <member name="F:Microsoft.DirectX.Direct3D.BackBufferType.">
  4411.       <summary>Not supported.</summary>
  4412.     </member>
  4413.     <member name="F:Microsoft.DirectX.Direct3D.BackBufferType.">
  4414.       <summary>Nonstereo swap chain (one or more nonstereo back buffers).</summary>
  4415.     </member>
  4416.     <member name="T:Microsoft.DirectX.Direct3D.BasisType">
  4417.       <summary>Defines the basis type of a high-order patch surface.</summary>
  4418.     </member>
  4419.     <member name="F:Microsoft.DirectX.Direct3D.BasisType.">
  4420.       <summary>An interpolating basis defines the surface so that it passes through all of the specified input vertices.</summary>
  4421.     </member>
  4422.     <member name="F:Microsoft.DirectX.Direct3D.BasisType.">
  4423.       <summary>Input vertices are treated as control points of a B-spline surface. In general, the generated surface does not contain the specified control vertices.</summary>
  4424.     </member>
  4425.     <member name="F:Microsoft.DirectX.Direct3D.BasisType.">
  4426.       <summary>Input vertices are treated as a series of Bezier patches. The number of vertices specified must be divisible by 3 + 1; portions of the mesh beyond this criterion are not rendered. Full continuity is assumed between sub-patches in the interior of the surface rendered by each call. Only the vertices at the corners of each sub-patch are guaranteed to lie on the resulting surface.</summary>
  4427.     </member>
  4428.     <member name="T:Microsoft.DirectX.Direct3D.Blend">
  4429.       <summary>Defines the supported . (The RGBA values of the source and destination are indicated by the subscripts s and d.)</summary>
  4430.     </member>
  4431.     <member name="F:Microsoft.DirectX.Direct3D.Blend.">
  4432.       <summary>Blend factor is (0, 0, 0, 0).</summary>
  4433.     </member>
  4434.     <member name="F:Microsoft.DirectX.Direct3D.Blend.">
  4435.       <summary>Inverted constant color blending factor used by the frame-buffer blender. This blend mode is supported only if the <see cref="T:Microsoft.DirectX.Direct3D.BlendCaps" />.<see cref="P:Microsoft.DirectX.Direct3D.BlendCaps.SupportsBlendFactor" /> property is set to true.</summary>
  4436.     </member>
  4437.     <member name="F:Microsoft.DirectX.Direct3D.Blend.">
  4438.       <summary>Constant color blending factor used by the frame-buffer blender. This blend mode is supported only if the <see cref="T:Microsoft.DirectX.Direct3D.BlendCaps" />.<see cref="P:Microsoft.DirectX.Direct3D.BlendCaps.SupportsBlendFactor" /> property is set to true.</summary>
  4439.     </member>
  4440.     <member name="F:Microsoft.DirectX.Direct3D.Blend.">
  4441.       <summary>Source blend factor is (1 - As, 1 - As, 1 - As, 1 - As), and destination blend factor is (As, As, As, As); the destination blend selection is overridden. This blend mode is supported only if the <see cref="T:Microsoft.DirectX.Direct3D.RenderStateManager" />.<see cref="P:Microsoft.DirectX.Direct3D.RenderStateManager.SourceBlend" /> property is set to true.</summary>
  4442.     </member>
  4443.     <member name="F:Microsoft.DirectX.Direct3D.Blend.">
  4444.       <summary>Obsolete. To achieve the same effect, set the source and destination blend factors to <see cref="F:Microsoft.DirectX.Direct3D.Blend.SourceAlpha" /> and <see cref="F:Microsoft.DirectX.Direct3D.Blend.InvSourceAlpha" /> in separate calls.</summary>
  4445.     </member>
  4446.     <member name="F:Microsoft.DirectX.Direct3D.Blend.">
  4447.       <summary>Blend factor is (f, f, f, 1); f = min(A, 1 - Ad).</summary>
  4448.     </member>
  4449.     <member name="F:Microsoft.DirectX.Direct3D.Blend.">
  4450.       <summary>Blend factor is (1 - Rd, 1 - Gd, 1 - Bd, 1 - Ad).</summary>
  4451.     </member>
  4452.     <member name="F:Microsoft.DirectX.Direct3D.Blend.">
  4453.       <summary>Blend factor is (Rd, Gd, Bd, Ad).</summary>
  4454.     </member>
  4455.     <member name="F:Microsoft.DirectX.Direct3D.Blend.">
  4456.       <summary>Blend factor is (1 - Ad, 1 - Ad, 1 - Ad, 1 - Ad).</summary>
  4457.     </member>
  4458.     <member name="F:Microsoft.DirectX.Direct3D.Blend.">
  4459.       <summary>Blend factor is (Ad, Ad, Ad, Ad).</summary>
  4460.     </member>
  4461.     <member name="F:Microsoft.DirectX.Direct3D.Blend.">
  4462.       <summary>Blend factor is ( 1 - As, 1 - As, 1 - As, 1 - As).</summary>
  4463.     </member>
  4464.     <member name="F:Microsoft.DirectX.Direct3D.Blend.">
  4465.       <summary>Blend factor is (As, As, As, As).</summary>
  4466.     </member>
  4467.     <member name="F:Microsoft.DirectX.Direct3D.Blend.">
  4468.       <summary>Blend factor is (1 - Rs, 1 - Gs, 1 - Bs, 1 - As).</summary>
  4469.     </member>
  4470.     <member name="F:Microsoft.DirectX.Direct3D.Blend.">
  4471.       <summary>Blend factor is (Rs, Gs, Bs, As).</summary>
  4472.     </member>
  4473.     <member name="F:Microsoft.DirectX.Direct3D.Blend.">
  4474.       <summary>Blend factor is (1, 1, 1, 1).</summary>
  4475.     </member>
  4476.     <member name="T:Microsoft.DirectX.Direct3D.BlendOperation">
  4477.       <summary>Defines the supported blend operations.</summary>
  4478.     </member>
  4479.     <member name="F:Microsoft.DirectX.Direct3D.BlendOperation.">
  4480.       <summary>Result is the destination subtracted from the source. Result = Source - Destination</summary>
  4481.     </member>
  4482.     <member name="F:Microsoft.DirectX.Direct3D.BlendOperation.">
  4483.       <summary>Result is the maximum of the source and destination. Result = MAX(Source, Destination)</summary>
  4484.     </member>
  4485.     <member name="F:Microsoft.DirectX.Direct3D.BlendOperation.">
  4486.       <summary>Result is the minimum of the source and destination. Result = MIN(Source, Destination)</summary>
  4487.     </member>
  4488.     <member name="F:Microsoft.DirectX.Direct3D.BlendOperation.">
  4489.       <summary>Result is the source subtracted from the destination. Result = Destination - Source</summary>
  4490.     </member>
  4491.     <member name="F:Microsoft.DirectX.Direct3D.BlendOperation.">
  4492.       <summary>Result is the destination added to the source. Result = Source + Destination</summary>
  4493.     </member>
  4494.     <member name="T:Microsoft.DirectX.Direct3D.ClearFlags">
  4495.       <summary>Specifies the buffer to use when calling the <see cref="T:Microsoft.DirectX.Direct3D.Device" />.<see cref="M:Microsoft.DirectX.Direct3D.Device.Clear" /> method.</summary>
  4496.     </member>
  4497.     <member name="F:Microsoft.DirectX.Direct3D.ClearFlags.">
  4498.       <summary>Specifies a render target.</summary>
  4499.     </member>
  4500.     <member name="F:Microsoft.DirectX.Direct3D.ClearFlags.">
  4501.       <summary>Specifies a stencil buffer.</summary>
  4502.     </member>
  4503.     <member name="F:Microsoft.DirectX.Direct3D.ClearFlags.">
  4504.       <summary>Specifies a z-buffer.</summary>
  4505.     </member>
  4506.     <member name="T:Microsoft.DirectX.Direct3D.ClipStatusFlags">
  4507.       <summary>Defines the current clip status.</summary>
  4508.     </member>
  4509.     <member name="F:Microsoft.DirectX.Direct3D.ClipStatusFlags.">
  4510.       <summary>All vertices are clipped by the back plane of the viewing frustum.</summary>
  4511.     </member>
  4512.     <member name="F:Microsoft.DirectX.Direct3D.ClipStatusFlags.">
  4513.       <summary>All vertices are clipped by the front plane of the viewing frustum.</summary>
  4514.     </member>
  4515.     <member name="F:Microsoft.DirectX.Direct3D.ClipStatusFlags.">
  4516.       <summary>All vertices are clipped by the application-defined clipping plane.</summary>
  4517.     </member>
  4518.     <member name="F:Microsoft.DirectX.Direct3D.ClipStatusFlags.">
  4519.       <summary>All vertices are clipped by the application-defined clipping plane.</summary>
  4520.     </member>
  4521.     <member name="F:Microsoft.DirectX.Direct3D.ClipStatusFlags.">
  4522.       <summary>All vertices are clipped by the application-defined clipping plane.</summary>
  4523.     </member>
  4524.     <member name="F:Microsoft.DirectX.Direct3D.ClipStatusFlags.">
  4525.       <summary>All vertices are clipped by the application-defined clipping plane.</summary>
  4526.     </member>
  4527.     <member name="F:Microsoft.DirectX.Direct3D.ClipStatusFlags.">
  4528.       <summary>All vertices are clipped by the application-defined clipping plane.</summary>
  4529.     </member>
  4530.     <member name="F:Microsoft.DirectX.Direct3D.ClipStatusFlags.">
  4531.       <summary>All vertices are clipped by the application-defined clipping plane.</summary>
  4532.     </member>
  4533.     <member name="F:Microsoft.DirectX.Direct3D.ClipStatusFlags.">
  4534.       <summary>Combination of all clip flags.</summary>
  4535.     </member>
  4536.     <member name="F:Microsoft.DirectX.Direct3D.ClipStatusFlags.">
  4537.       <summary>All vertices are clipped by the bottom plane of the viewing frustum.</summary>
  4538.     </member>
  4539.     <member name="F:Microsoft.DirectX.Direct3D.ClipStatusFlags.">
  4540.       <summary>All vertices are clipped by the top plane of the viewing frustum.</summary>
  4541.     </member>
  4542.     <member name="F:Microsoft.DirectX.Direct3D.ClipStatusFlags.">
  4543.       <summary>All vertices are clipped by the right plane of the viewing frustum.</summary>
  4544.     </member>
  4545.     <member name="F:Microsoft.DirectX.Direct3D.ClipStatusFlags.">
  4546.       <summary>All vertices are clipped by the left plane of the viewing frustum.</summary>
  4547.     </member>
  4548.     <member name="T:Microsoft.DirectX.Direct3D.ColorSource">
  4549.       <summary>Defines the location at which a color or color component must be accessed for lighting calculations.</summary>
  4550.     </member>
  4551.     <member name="F:Microsoft.DirectX.Direct3D.ColorSource.">
  4552.       <summary>Use the specular vertex color.</summary>
  4553.     </member>
  4554.     <member name="F:Microsoft.DirectX.Direct3D.ColorSource.">
  4555.       <summary>Use the diffuse vertex color.</summary>
  4556.     </member>
  4557.     <member name="F:Microsoft.DirectX.Direct3D.ColorSource.">
  4558.       <summary>Use the color from the current material.</summary>
  4559.     </member>
  4560.     <member name="T:Microsoft.DirectX.Direct3D.ColorWriteEnable">
  4561.       <summary>Defines values that are used to specify a channel in the <see cref="T:Microsoft.DirectX.Direct3D.RenderStateManager" /> class type.</summary>
  4562.     </member>
  4563.     <member name="F:Microsoft.DirectX.Direct3D.ColorWriteEnable.">
  4564.       <summary>Alpha channel of a buffer.</summary>
  4565.     </member>
  4566.     <member name="F:Microsoft.DirectX.Direct3D.ColorWriteEnable.">
  4567.       <summary>Blue channel of a buffer.</summary>
  4568.     </member>
  4569.     <member name="F:Microsoft.DirectX.Direct3D.ColorWriteEnable.">
  4570.       <summary>Green channel of a buffer.</summary>
  4571.     </member>
  4572.     <member name="F:Microsoft.DirectX.Direct3D.ColorWriteEnable.">
  4573.       <summary>Red channel of a buffer.</summary>
  4574.     </member>
  4575.     <member name="F:Microsoft.DirectX.Direct3D.ColorWriteEnable.">
  4576.       <summary>All channels of a buffer.</summary>
  4577.     </member>
  4578.     <member name="F:Microsoft.DirectX.Direct3D.ColorWriteEnable.">
  4579.       <summary>The red, green, and blue channels of a buffer.</summary>
  4580.     </member>
  4581.     <member name="T:Microsoft.DirectX.Direct3D.Compare">
  4582.       <summary>Defines the supported compare functions in the <see cref="T:Microsoft.DirectX.Direct3D.RenderStateManager" /> class type.</summary>
  4583.     </member>
  4584.     <member name="F:Microsoft.DirectX.Direct3D.Compare.">
  4585.       <summary>Always pass the test.</summary>
  4586.     </member>
  4587.     <member name="F:Microsoft.DirectX.Direct3D.Compare.">
  4588.       <summary>Always fail the test.</summary>
  4589.     </member>
  4590.     <member name="F:Microsoft.DirectX.Direct3D.Compare.">
  4591.       <summary>Accept the new pixel if its value is greater than or equal to the value of the current pixel.</summary>
  4592.     </member>
  4593.     <member name="F:Microsoft.DirectX.Direct3D.Compare.">
  4594.       <summary>Accept the new pixel if its value does not equal the value of the current pixel.</summary>
  4595.     </member>
  4596.     <member name="F:Microsoft.DirectX.Direct3D.Compare.">
  4597.       <summary>Accept the new pixel if its value is greater than the value of the current pixel.</summary>
  4598.     </member>
  4599.     <member name="F:Microsoft.DirectX.Direct3D.Compare.">
  4600.       <summary>Accept the new pixel if its value is less than or equal to the value of the current pixel.</summary>
  4601.     </member>
  4602.     <member name="F:Microsoft.DirectX.Direct3D.Compare.">
  4603.       <summary>Accept the new pixel if its value is equal to the value of the current pixel.</summary>
  4604.     </member>
  4605.     <member name="F:Microsoft.DirectX.Direct3D.Compare.">
  4606.       <summary>Accept the new pixel if its value is less than the value of the current pixel.</summary>
  4607.     </member>
  4608.     <member name="T:Microsoft.DirectX.Direct3D.CreateFlags">
  4609.       <summary>Defines the flags to use when creating a device.</summary>
  4610.     </member>
  4611.     <member name="F:Microsoft.DirectX.Direct3D.CreateFlags.">
  4612.       <summary>Indicates to the Microsoft Direct3D runtime not to alter the focus window in any way. Use with caution! The burden of supporting focus management events (ALT-TAB, and so on) falls on the application, and appropriate responses (switching display mode, and so on) should be coded.</summary>
  4613.     </member>
  4614.     <member name="F:Microsoft.DirectX.Direct3D.CreateFlags.">
  4615.       <summary>Specifies that resources be managed by Microsoft Direct3D instead of the driver. Microsoft Direct3D calls will fail for resource errors such as insufficient video memory.</summary>
  4616.     </member>
  4617.     <member name="F:Microsoft.DirectX.Direct3D.CreateFlags.">
  4618.       <summary>The application requests that the device drive all heads that the master adapter owns (this flag is illegal on nonmaster adapters). If the flag is set, the presentation parameters passed to <see cref="M:Microsoft.DirectX.Direct3D.Device.#ctor" /> should be an array of <see cref="T:Microsoft.DirectX.Direct3D.PresentParameters" /> that contains exactly <see cref="P:Microsoft.DirectX.Direct3D.Caps.NumberOfAdaptersInGroup" /> elements. The runtime assigns each element to each head in <see cref="P:Microsoft.DirectX.Direct3D.Caps.AdapterOrdinalInGroup" /> numeric order.</summary>
  4619.     </member>
  4620.     <member name="F:Microsoft.DirectX.Direct3D.CreateFlags.">
  4621.       <summary>Specifies that resources be managed by Microsoft Direct3D instead of the driver. Microsoft Direct3D calls will not fail for resource errors such as insufficient video memory.</summary>
  4622.     </member>
  4623.     <member name="F:Microsoft.DirectX.Direct3D.CreateFlags.">
  4624.       <summary>Specifies mixed vertex processing (both software and hardware).</summary>
  4625.     </member>
  4626.     <member name="F:Microsoft.DirectX.Direct3D.CreateFlags.">
  4627.       <summary>Specifies hardware vertex processing.</summary>
  4628.     </member>
  4629.     <member name="F:Microsoft.DirectX.Direct3D.CreateFlags.">
  4630.       <summary>Specifies software vertex processing.</summary>
  4631.     </member>
  4632.     <member name="F:Microsoft.DirectX.Direct3D.CreateFlags.">
  4633.       <summary>Specifies that Microsoft Direct3D not support Get calls for anything that can be stored in a state block. Also instructs Microsoft Direct3D to withhold emulation services for vertex processing, which means that if the device does not support vertex processing, the application can use only post-transformed vertices.</summary>
  4634.     </member>
  4635.     <member name="F:Microsoft.DirectX.Direct3D.CreateFlags.">
  4636.       <summary>Indicates that the application requested multithread safety in Microsoft Direct3D. This causes Microsoft Direct3D to check its global critical section more frequently, which can degrade performance. Starting in the Microsoft DirectX 9.0 SDK Update (Summer 2003), this enumerated value is always specified unless the <see cref="P:Microsoft.DirectX.Direct3D.PresentParameters.ForceNoMultiThreadedFlag" /> is set to true.</summary>
  4637.     </member>
  4638.     <member name="F:Microsoft.DirectX.Direct3D.CreateFlags.">
  4639.       <summary>Indicates that the application needs either floating-point unit (FPU) exceptions or double-precision FPU exceptions enabled. By default, Microsoft Direct3D uses single precision.Because Microsoft Direct3D sets the FPU state every time it is called, setting this flag reduces Microsoft Direct3D performance.</summary>
  4640.     </member>
  4641.     <member name="T:Microsoft.DirectX.Direct3D.CubeMapFace">
  4642.       <summary>Defines the faces of a cube map in the <see cref="T:Microsoft.DirectX.Direct3D.CubeTexture" /> class type.</summary>
  4643.     </member>
  4644.     <member name="F:Microsoft.DirectX.Direct3D.CubeMapFace.">
  4645.       <summary>Negative z-face of the cube map.</summary>
  4646.     </member>
  4647.     <member name="F:Microsoft.DirectX.Direct3D.CubeMapFace.">
  4648.       <summary>Positive z-face of the cube map.</summary>
  4649.     </member>
  4650.     <member name="F:Microsoft.DirectX.Direct3D.CubeMapFace.">
  4651.       <summary>Negative y-face of the cube map.</summary>
  4652.     </member>
  4653.     <member name="F:Microsoft.DirectX.Direct3D.CubeMapFace.">
  4654.       <summary>Positive y-face of the cube map.</summary>
  4655.     </member>
  4656.     <member name="F:Microsoft.DirectX.Direct3D.CubeMapFace.">
  4657.       <summary>Negative x-face of the cube map.</summary>
  4658.     </member>
  4659.     <member name="F:Microsoft.DirectX.Direct3D.CubeMapFace.">
  4660.       <summary>Positive x-face of the cube map.</summary>
  4661.     </member>
  4662.     <member name="T:Microsoft.DirectX.Direct3D.Cull">
  4663.       <summary>Defines the supported culling modes, which specify how back faces are culled during geometry rendering.</summary>
  4664.     </member>
  4665.     <member name="F:Microsoft.DirectX.Direct3D.Cull.">
  4666.       <summary>Cull back faces with counterclockwise vertices.</summary>
  4667.     </member>
  4668.     <member name="F:Microsoft.DirectX.Direct3D.Cull.">
  4669.       <summary>Cull back faces with clockwise vertices.</summary>
  4670.     </member>
  4671.     <member name="F:Microsoft.DirectX.Direct3D.Cull.">
  4672.       <summary>Do not cull back faces.</summary>
  4673.     </member>
  4674.     <member name="T:Microsoft.DirectX.Direct3D.DeclarationMethod">
  4675.       <summary>Defines the declaration methods for a vertex declaration.</summary>
  4676.     </member>
  4677.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationMethod.">
  4678.       <summary>Looks up a pre-sampled displacement map. The input type must be set to <see cref="F:Microsoft.DirectX.Direct3D.DeclarationType.Unused" />, and the stream index and stream offset must be set to 0. The output type for this operation is always <see cref="F:Microsoft.DirectX.Direct3D.DeclarationType.Float1" />. The device must support displacement mapping. This constant is supported only by the programmable pipeline on N-patch data, if N-patches are enabled.</summary>
  4679.     </member>
  4680.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationMethod.">
  4681.       <summary>Looks up a displacement map. The input type can be <see cref="F:Microsoft.DirectX.Direct3D.DeclarationType.Float2" />, <see cref="F:Microsoft.DirectX.Direct3D.DeclarationType.Float3" />, or <see cref="F:Microsoft.DirectX.Direct3D.DeclarationType.Float4" />. Only the .x and .y components are used for the texture map lookup. The output type is always <see cref="F:Microsoft.DirectX.Direct3D.DeclarationType.Float1" />. The device must support displacement mapping. This constant is supported only by the programmable pipeline on N-patch data, if N-patches are enabled.</summary>
  4682.     </member>
  4683.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationMethod.">
  4684.       <summary>Copies out the u and v values at a point on the rectangle or triangle patch. This results in a 2-D float. The input type must be set to <see cref="F:Microsoft.DirectX.Direct3D.DeclarationType.Unused" />; the output type is always <see cref="F:Microsoft.DirectX.Direct3D.DeclarationType.Float2" />. The input stream and offset also are unused, but must be set to 0.</summary>
  4685.     </member>
  4686.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationMethod.">
  4687.       <summary>Computes the normal at a point on the rectangle or triangle patch as the cross product of the two tangents. The input type can be any of the <see cref="T:Microsoft.DirectX.Direct3D.DeclarationType" /> float values, <see cref="F:Microsoft.DirectX.Direct3D.DeclarationType.Color" />, <see cref="F:Microsoft.DirectX.Direct3D.DeclarationType.Ubyte4" />, or <see cref="F:Microsoft.DirectX.Direct3D.DeclarationType.Short4" />. The output type is always <see cref="F:Microsoft.DirectX.Direct3D.DeclarationType.Float3" />.</summary>
  4688.     </member>
  4689.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationMethod.">
  4690.       <summary>Computes the tangent at a point on the rectangle or triangle patch in the v direction. The input type can be <see cref="F:Microsoft.DirectX.Direct3D.DeclarationType.Float3" />, <see cref="F:Microsoft.DirectX.Direct3D.DeclarationType.Float4" />, <see cref="F:Microsoft.DirectX.Direct3D.DeclarationType.Color" />, <see cref="F:Microsoft.DirectX.Direct3D.DeclarationType.Ubyte4" />, or <see cref="F:Microsoft.DirectX.Direct3D.DeclarationType.Short4" />. The output type is always <see cref="F:Microsoft.DirectX.Direct3D.DeclarationType.Float3" />.</summary>
  4691.     </member>
  4692.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationMethod.">
  4693.       <summary>Computes the tangent at a point on the rectangle or triangle patch in the u direction. The input type can be <see cref="F:Microsoft.DirectX.Direct3D.DeclarationType.Float3" />, <see cref="F:Microsoft.DirectX.Direct3D.DeclarationType.Float4" />, <see cref="F:Microsoft.DirectX.Direct3D.DeclarationType.Color" />, <see cref="F:Microsoft.DirectX.Direct3D.DeclarationType.Ubyte4" />, or <see cref="F:Microsoft.DirectX.Direct3D.DeclarationType.Short4" />. The output type is always <see cref="F:Microsoft.DirectX.Direct3D.DeclarationType.Float3" />.</summary>
  4694.     </member>
  4695.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationMethod.">
  4696.       <summary>Default value. The tessellator copies the vertex data (or the spline data if it is operating on a patch) without performing additional calculations on it. The input and output types can be any value. When the tessellator is used, this element is interpolated; otherwise, vertex data is copied into the input register.</summary>
  4697.     </member>
  4698.     <member name="T:Microsoft.DirectX.Direct3D.DeclarationType">
  4699.       <summary>Defines declaration types for a vertex declaration.</summary>
  4700.     </member>
  4701.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationType.">
  4702.       <summary>Four 16-bit floating-point values expanded to (value, value, value, value). This type is valid for vertex shader version 2.0 or higher.</summary>
  4703.     </member>
  4704.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationType.">
  4705.       <summary>Two 16-bit floating-point values expanded to (value, value, 0, 1). This type is valid for vertex shader version 2.0 or higher.</summary>
  4706.     </member>
  4707.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationType.">
  4708.       <summary>3-D signed 10 10 10 format, normalized and expanded to (v[0]/511.0, v[1]/511.0, v[2]/511.0, 1).</summary>
  4709.     </member>
  4710.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationType.">
  4711.       <summary>3-D unsigned 10 10 10 format, expanded to (value, value, value, 1).</summary>
  4712.     </member>
  4713.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationType.">
  4714.       <summary>Normalized 4-D unsigned short, expanded to (First byte/65535.0, second byte/65535.0, third byte/65535.0, fourth byte/65535.0). This type is valid for vertex shader version 2.0 or higher.</summary>
  4715.     </member>
  4716.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationType.">
  4717.       <summary>Normalized, 2-D unsigned short, expanded to (First byte/65535.0, second byte/65535.0, 0, 1). This type is valid for vertex shader version 2.0 or higher.</summary>
  4718.     </member>
  4719.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationType.">
  4720.       <summary>Normalized, 4-D signed short, expanded to (First byte/32767.0, second byte/32767.0, third byte/32767.0, fourth byte/32767.0). This type is valid for vertex shader version 2.0 or higher.</summary>
  4721.     </member>
  4722.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationType.">
  4723.       <summary>Normalized, 2-D signed short, expanded to (First byte/32767.0, second byte/32767.0, 0, 1). This type is valid for vertex shader version 2.0 or higher.</summary>
  4724.     </member>
  4725.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationType.">
  4726.       <summary>Each of 4 bytes is normalized by dividing to 255.0. This type is valid for vertex shader version 2.0 or higher.</summary>
  4727.     </member>
  4728.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationType.">
  4729.       <summary>4-D signed short, expanded to (value, value, value, value).</summary>
  4730.     </member>
  4731.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationType.">
  4732.       <summary>2-D signed short, expanded to (value, value, 0, 1).</summary>
  4733.     </member>
  4734.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationType.">
  4735.       <summary>4-D unsigned byte.</summary>
  4736.     </member>
  4737.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationType.">
  4738.       <summary>4-D float, expanded to (float, float, float, float).</summary>
  4739.     </member>
  4740.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationType.">
  4741.       <summary>3-D float, expanded to (float, float, float, 1).</summary>
  4742.     </member>
  4743.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationType.">
  4744.       <summary>2-D float, expanded to (float, float, 0, 1).</summary>
  4745.     </member>
  4746.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationType.">
  4747.       <summary>1-D float, expanded to (float, 0, 0, 1).</summary>
  4748.     </member>
  4749.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationType.">
  4750.       <summary>Type field in the declaration is unused. This is designed for use with <see cref="F:Microsoft.DirectX.Direct3D.DeclarationMethod.UV" /> and <see cref="F:Microsoft.DirectX.Direct3D.DeclarationMethod.LookUpPresampled" />.</summary>
  4751.     </member>
  4752.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationType.">
  4753.       <summary>4-D packed unsigned bytes, mapped to 0 to 1 range. Input is in <see cref="T:System.Int32" /> format (ARGB) expanded to (R, G, B, A).</summary>
  4754.     </member>
  4755.     <member name="T:Microsoft.DirectX.Direct3D.DeclarationUsage">
  4756.       <summary>Defines declaration usage for a vertex declaration.</summary>
  4757.     </member>
  4758.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationUsage.">
  4759.       <summary>Vertex data contains depth data.</summary>
  4760.     </member>
  4761.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationUsage.">
  4762.       <summary>Vertex data contains sampler data. (<see cref="F:Microsoft.DirectX.Direct3D.DeclarationUsage.Sample" /> with <see cref="T:Microsoft.DirectX.Direct3D.VertexElement" />.<see cref="P:Microsoft.DirectX.Direct3D.VertexElement.UsageIndex" /> = 0) specifies the displacement value to look up. This flag can be used only with <see cref="F:Microsoft.DirectX.Direct3D.DeclarationMethod.LookUpPresampled" /> or <see cref="F:Microsoft.DirectX.Direct3D.DeclarationMethod.LookUp" />.</summary>
  4763.     </member>
  4764.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationUsage.">
  4765.       <summary>Vertex data contains fog data. (<see cref="F:Microsoft.DirectX.Direct3D.DeclarationUsage.Fog" /> with <see cref="T:Microsoft.DirectX.Direct3D.VertexElement" />.<see cref="P:Microsoft.DirectX.Direct3D.VertexElement.UsageIndex" /> = 0) specifies a fog blend value to use after pixel shading is finished. This flag applies to pixel shaders prior to version ps_3_0.</summary>
  4766.     </member>
  4767.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationUsage.">
  4768.       <summary>Vertex data contains transformed position data. (<see cref="F:Microsoft.DirectX.Direct3D.DeclarationUsage.PositionTransformed" /> with <see cref="T:Microsoft.DirectX.Direct3D.VertexElement" />.<see cref="P:Microsoft.DirectX.Direct3D.VertexElement.UsageIndex" /> = 0) specifies the transformed position. When a declaration that contains this flag is set, the pipeline does not perform vertex processing.</summary>
  4769.     </member>
  4770.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationUsage.">
  4771.       <summary>Single positive floating-point value. (<see cref="F:Microsoft.DirectX.Direct3D.DeclarationUsage.TessellateFactor" /> with <see cref="T:Microsoft.DirectX.Direct3D.VertexElement" />.<see cref="P:Microsoft.DirectX.Direct3D.VertexElement.UsageIndex" /> = 0) specifies a tessellation factor used in the tessellation unit to control the rate of tessellation. For more information about the data type, see <see cref="F:Microsoft.DirectX.Direct3D.DeclarationType.Float1" />.</summary>
  4772.     </member>
  4773.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationUsage.">
  4774.       <summary>Vertex binormal data.</summary>
  4775.     </member>
  4776.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationUsage.">
  4777.       <summary>Vertex tangent data.</summary>
  4778.     </member>
  4779.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationUsage.">
  4780.       <summary>Texture coordinate data. (<see cref="F:Microsoft.DirectX.Direct3D.DeclarationUsage.TextureCoordinate" />, n) specifies texture coordinates in fixed function vertex processing and in pixel shaders prior to ps_3_0. These coordinates can be used to pass user-defined data.</summary>
  4781.     </member>
  4782.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationUsage.">
  4783.       <summary>Blending indices data. (<see cref="F:Microsoft.DirectX.Direct3D.DeclarationUsage.BlendIndices" /> with <see cref="T:Microsoft.DirectX.Direct3D.VertexElement" />.<see cref="P:Microsoft.DirectX.Direct3D.VertexElement.UsageIndex" /> = 0) specifies matrix indices for fixed function vertex processing using indexed paletted skinning.</summary>
  4784.     </member>
  4785.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationUsage.">
  4786.       <summary>Blending weight data. (<see cref="F:Microsoft.DirectX.Direct3D.DeclarationUsage.BlendWeight" /> with <see cref="T:Microsoft.DirectX.Direct3D.VertexElement" />.<see cref="P:Microsoft.DirectX.Direct3D.VertexElement.UsageIndex" /> = 0) specifies the blend weights in fixed function vertex processing.</summary>
  4787.     </member>
  4788.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationUsage.">
  4789.       <summary>Vertex data contains diffuse or specular color. (<see cref="F:Microsoft.DirectX.Direct3D.DeclarationUsage.Color" /> with <see cref="T:Microsoft.DirectX.Direct3D.VertexElement" />.<see cref="P:Microsoft.DirectX.Direct3D.VertexElement.UsageIndex" /> = 0) specifies the diffuse color in the fixed function vertex shader and in pixel shaders prior to ps_3_0. (<see cref="F:Microsoft.DirectX.Direct3D.DeclarationUsage.Color" /> with <see cref="T:Microsoft.DirectX.Direct3D.VertexElement" />.<see cref="P:Microsoft.DirectX.Direct3D.VertexElement.UsageIndex" /> = 1) specifies the specular color in the fixed function vertex shader and in pixel shaders prior to ps_3_0.</summary>
  4790.     </member>
  4791.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationUsage.">
  4792.       <summary>Point size data. (<see cref="F:Microsoft.DirectX.Direct3D.DeclarationUsage.PointSize" /> with <see cref="T:Microsoft.DirectX.Direct3D.VertexElement" />.<see cref="P:Microsoft.DirectX.Direct3D.VertexElement.UsageIndex" /> = 0) specifies the point-size attribute used by the setup engine of the rasterizer to expand a point into a quad for the point-sprite functionality.</summary>
  4793.     </member>
  4794.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationUsage.">
  4795.       <summary>Vertex normal data. (<see cref="F:Microsoft.DirectX.Direct3D.DeclarationUsage.Normal" /> with <see cref="T:Microsoft.DirectX.Direct3D.VertexElement" />.<see cref="P:Microsoft.DirectX.Direct3D.VertexElement.UsageIndex" /> = 0) specifies vertex normals for fixed function vertex processing and the N-patch tessellator. (<see cref="F:Microsoft.DirectX.Direct3D.DeclarationUsage.Normal" /> with <see cref="T:Microsoft.DirectX.Direct3D.VertexElement" />.<see cref="P:Microsoft.DirectX.Direct3D.VertexElement.UsageIndex" /> = 1) specifies vertex normals for fixed function vertex processing for skinning.</summary>
  4796.     </member>
  4797.     <member name="F:Microsoft.DirectX.Direct3D.DeclarationUsage.">
  4798.       <summary>Position data. (<see cref="F:Microsoft.DirectX.Direct3D.DeclarationUsage.Position" /> with <see cref="T:Microsoft.DirectX.Direct3D.VertexElement" />.<see cref="P:Microsoft.DirectX.Direct3D.VertexElement.UsageIndex" /> = 0 ) specifies the nontransformed position in fixed function vertex processing and the N-patch tessellator. (<see cref="F:Microsoft.DirectX.Direct3D.DeclarationUsage.Position" /> with <see cref="T:Microsoft.DirectX.Direct3D.VertexElement" />.<see cref="P:Microsoft.DirectX.Direct3D.VertexElement.UsageIndex" /> = 1) specifies the nontransformed position in the fixed function vertex shader for skinning.</summary>
  4799.     </member>
  4800.     <member name="T:Microsoft.DirectX.Direct3D.DegreeType">
  4801.       <summary>Defines the degree of the variables in an equation that describes a curve.</summary>
  4802.     </member>
  4803.     <member name="F:Microsoft.DirectX.Direct3D.DegreeType.">
  4804.       <summary>Curve is described by variables of fourth order.</summary>
  4805.     </member>
  4806.     <member name="F:Microsoft.DirectX.Direct3D.DegreeType.">
  4807.       <summary>Curve is described by variables of third order.</summary>
  4808.     </member>
  4809.     <member name="F:Microsoft.DirectX.Direct3D.DegreeType.">
  4810.       <summary>Curve is described by variables of second order.</summary>
  4811.     </member>
  4812.     <member name="F:Microsoft.DirectX.Direct3D.DegreeType.">
  4813.       <summary>Curve is described by variables of first order.</summary>
  4814.     </member>
  4815.     <member name="T:Microsoft.DirectX.Direct3D.DepthFormat">
  4816.       <summary>Defines depth buffer formats.</summary>
  4817.     </member>
  4818.     <member name="F:Microsoft.DirectX.Direct3D.DepthFormat.">
  4819.       <summary>Format is unknown.</summary>
  4820.     </member>
  4821.     <member name="F:Microsoft.DirectX.Direct3D.DepthFormat.">
  4822.       <summary>A 32-bit z-buffer bit depth that uses 24 bits for the depth channel and 8 bits for the stencil channel.</summary>
  4823.     </member>
  4824.     <member name="F:Microsoft.DirectX.Direct3D.DepthFormat.">
  4825.       <summary>A lockable format in which the depth value is represented as a standard IEEE floating-point number.</summary>
  4826.     </member>
  4827.     <member name="F:Microsoft.DirectX.Direct3D.DepthFormat.">
  4828.       <summary>A 32-bit z-buffer bit depth that uses 24 bits for the depth channel and 4 bits for the stencil channel.</summary>
  4829.     </member>
  4830.     <member name="F:Microsoft.DirectX.Direct3D.DepthFormat.">
  4831.       <summary>A 32-bit z-buffer bit depth that uses 24 bits for the depth channel.</summary>
  4832.     </member>
  4833.     <member name="F:Microsoft.DirectX.Direct3D.DepthFormat.">
  4834.       <summary>A 16-bit luminance format.</summary>
  4835.     </member>
  4836.     <member name="F:Microsoft.DirectX.Direct3D.DepthFormat.">
  4837.       <summary>A 16-bit z-buffer bit depth.</summary>
  4838.     </member>
  4839.     <member name="F:Microsoft.DirectX.Direct3D.DepthFormat.">
  4840.       <summary>A nonlockable format that contains 24 bits of depth (in a 24-bit floating-point format - 20E4) and 8 bits of stencil.</summary>
  4841.     </member>
  4842.     <member name="F:Microsoft.DirectX.Direct3D.DepthFormat.">
  4843.       <summary>A 16-bit z-buffer bit depth in which 15 bits are reserved for the depth channel and 1 bit is reserved for the stencil channel.</summary>
  4844.     </member>
  4845.     <member name="F:Microsoft.DirectX.Direct3D.DepthFormat.">
  4846.       <summary>A 32-bit z-buffer bit depth.</summary>
  4847.     </member>
  4848.     <member name="F:Microsoft.DirectX.Direct3D.DepthFormat.">
  4849.       <summary>A 16-bit z-buffer bit depth.</summary>
  4850.     </member>
  4851.     <member name="T:Microsoft.DirectX.Direct3D.DeviceType">
  4852.       <summary>Specifies a device type.</summary>
  4853.     </member>
  4854.     <member name="F:Microsoft.DirectX.Direct3D.DeviceType.">
  4855.       <summary>A null version of the reference rasterizer.</summary>
  4856.     </member>
  4857.     <member name="F:Microsoft.DirectX.Direct3D.DeviceType.">
  4858.       <summary>A pluggable software device.</summary>
  4859.     </member>
  4860.     <member name="F:Microsoft.DirectX.Direct3D.DeviceType.">
  4861.       <summary>Microsoft Direct3D features are implemented in software; however, the reference rasterizer uses special CPU instructions whenever possible.</summary>
  4862.     </member>
  4863.     <member name="F:Microsoft.DirectX.Direct3D.DeviceType.">
  4864.       <summary>Hardware rasterization. Shading is done with software, hardware, or mixed transform and lighting.</summary>
  4865.     </member>
  4866.     <member name="T:Microsoft.DirectX.Direct3D.DisplacementMap">
  4867.       <summary>Identifies a texture sampler stage.</summary>
  4868.     </member>
  4869.     <member name="F:Microsoft.DirectX.Direct3D.DisplacementMap.">
  4870.       <summary>Texture sampler stage 3.</summary>
  4871.     </member>
  4872.     <member name="F:Microsoft.DirectX.Direct3D.DisplacementMap.">
  4873.       <summary>Texture sampler stage 2.</summary>
  4874.     </member>
  4875.     <member name="F:Microsoft.DirectX.Direct3D.DisplacementMap.">
  4876.       <summary>Texture sampler stage 1.</summary>
  4877.     </member>
  4878.     <member name="F:Microsoft.DirectX.Direct3D.DisplacementMap.">
  4879.       <summary>Texture sampler stage 0.</summary>
  4880.     </member>
  4881.     <member name="F:Microsoft.DirectX.Direct3D.DisplacementMap.">
  4882.       <summary>Internal constant used by the texture sampler in the tessellator.</summary>
  4883.     </member>
  4884.     <member name="T:Microsoft.DirectX.Direct3D.FillMode">
  4885.       <summary>Defines constants that describe the fill mode.</summary>
  4886.     </member>
  4887.     <member name="F:Microsoft.DirectX.Direct3D.FillMode.">
  4888.       <summary>Fill solids.</summary>
  4889.     </member>
  4890.     <member name="F:Microsoft.DirectX.Direct3D.FillMode.">
  4891.       <summary>Fill wireframes.</summary>
  4892.     </member>
  4893.     <member name="F:Microsoft.DirectX.Direct3D.FillMode.">
  4894.       <summary>Fill points.</summary>
  4895.     </member>
  4896.     <member name="T:Microsoft.DirectX.Direct3D.FogMode">
  4897.       <summary>Defines constants that describe the fog mode.</summary>
  4898.     </member>
  4899.     <member name="F:Microsoft.DirectX.Direct3D.FogMode.">
  4900.       <summary>Fog effect intensifies in a linear manner between the start and end points, according to the following formula. </summary>
  4901.     </member>
  4902.     <member name="F:Microsoft.DirectX.Direct3D.FogMode.">
  4903.       <summary>Fog effect intensifies exponentially with the square of the distance, according to the following formula. </summary>
  4904.     </member>
  4905.     <member name="F:Microsoft.DirectX.Direct3D.FogMode.">
  4906.       <summary>Fog effect intensifies exponentially, according to the following formula. </summary>
  4907.     </member>
  4908.     <member name="F:Microsoft.DirectX.Direct3D.FogMode.">
  4909.       <summary>No fog effect.</summary>
  4910.     </member>
  4911.     <member name="T:Microsoft.DirectX.Direct3D.Format">
  4912.       <summary>Defines various types of surface formats. For a more complete discussion, see <see cref="N:SurfaceFormats" />.</summary>
  4913.     </member>
  4914.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  4915.       <summary>Nonlockable format that contains 24 bits of depth (in a 24-bit floating-point format - 20e4) and 8 bits of stencil.</summary>
  4916.     </member>
  4917.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  4918.       <summary>Lockable format in which the depth value is represented as a standard IEEE floating-point number.</summary>
  4919.     </member>
  4920.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  4921.       <summary>A 32-bit z-buffer bit depth that uses 24 bits for the depth channel and 4 bits for the stencil channel.</summary>
  4922.     </member>
  4923.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  4924.       <summary>A 2-bit z-buffer bit depth that uses 24 bits for the depth channel.</summary>
  4925.     </member>
  4926.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  4927.       <summary>16-bit luminance only.</summary>
  4928.     </member>
  4929.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  4930.       <summary>A 16-bit z-buffer bit depth.</summary>
  4931.     </member>
  4932.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  4933.       <summary>A 32-bit z-buffer bit depth that uses 24 bits for the depth channel and 8 bits for the stencil channel.</summary>
  4934.     </member>
  4935.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  4936.       <summary>A 16-bit z-buffer bit depth that reserves 15 bits for the depth channel and 1 bit for the stencil channel.</summary>
  4937.     </member>
  4938.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  4939.       <summary>A 32-bit z-buffer bit depth.</summary>
  4940.     </member>
  4941.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  4942.       <summary>A 16-bit z-buffer bit depth.</summary>
  4943.     </member>
  4944.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  4945.       <summary>A 16-bit packed RGB format analogous to YUY2 (Y0U0, Y1V0, Y2U2, etc.). It requires a pixel pair to properly represent the color value. The first pixel in the pair contains 8 bits of green (in the high 8 bits) and 8 bits of red (in the low 8 bits). The second pixel contains 8 bits of green (in the high 8 bits) and 8 bits of blue (in the low 8 bits). Together, the two pixels share the red and blue components, and each has a unique green component (G0R0, G1B0, G2R2, etc.). The texture sampler does not normalize the colors when looking up into a pixel shader; they remain in the range of 0.0f to 255.0f. This is true for all programmable pixel shader models. For the fixed function pixel shader, the hardware should normalize to the range of 0.f to 1.f and treat it as the YUY2 texture. Hardware that exposes this format must have <see cref="P:Microsoft.DirectX.Direct3D.Caps.PixelShader1xMaxValue" /> set to a value capable of handling that range.</summary>
  4946.     </member>
  4947.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  4948.       <summary>A 16-bit packed RGB format analogous to UYVY (U0Y0, V0Y1, U2Y2, etc.). It requires a pixel pair to properly represent the color value. The first pixel in the pair contains 8 bits of green (in the low 8 bits) and 8 bits of red (in the high 8 bits). The second pixel contains 8 bits of green (in the low 8 bits) and 8 bits of blue (in the high 8 bits). Together, the two pixels share the red and blue components, and each has a unique green component (R0G0, B0G1, R2G2, etc.). The texture sampler does not normalize the colors when looking up into a pixel shader; they remain in the range of 0.0f to 255.0f. This is true for all programmable pixel shader models. For the fixed function pixel shader, the hardware should normalize to the range of 0.f to 1.f and treat it as the YUY2 texture. Hardware that exposes this format must have <see cref="P:Microsoft.DirectX.Direct3D.Caps.PixelShader1xMaxValue" /> set to a value capable of handling that range.</summary>
  4949.     </member>
  4950.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  4951.       <summary>A 32-bit normal compression format. The texture sampler computes the C channel from the signed most significant byte and least significant byte values.</summary>
  4952.     </member>
  4953.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  4954.       <summary>Floating-point surface format that uses 32 bits per channel.</summary>
  4955.     </member>
  4956.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  4957.       <summary>Floating-point surface format that uses 32 bits per channel.</summary>
  4958.     </member>
  4959.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  4960.       <summary>Floating-point surface format that uses 32 bits per channel.</summary>
  4961.     </member>
  4962.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  4963.       <summary>A 64-bit float format that uses 16 bits per channel (alpha, blue, green, red).</summary>
  4964.     </member>
  4965.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  4966.       <summary>Floating-point surface format that uses 16 bits per channel.</summary>
  4967.     </member>
  4968.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  4969.       <summary>Floating-point surface format that uses 16 bits per channel.</summary>
  4970.     </member>
  4971.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  4972.       <summary>MET1 compression texture format.</summary>
  4973.     </member>
  4974.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  4975.       <summary>A 64-bit bump-map format that uses 16 bits for each component.</summary>
  4976.     </member>
  4977.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  4978.       <summary>Vertex buffer surface.</summary>
  4979.     </member>
  4980.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  4981.       <summary>DXT5 compression texture format.</summary>
  4982.     </member>
  4983.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  4984.       <summary>DXT4 compression texture format.</summary>
  4985.     </member>
  4986.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  4987.       <summary>DXT3 compression texture format.</summary>
  4988.     </member>
  4989.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  4990.       <summary>DXT2 compression texture format.</summary>
  4991.     </member>
  4992.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  4993.       <summary>DXT1 compression texture format.</summary>
  4994.     </member>
  4995.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  4996.       <summary>YUY2 format (PC98 compliance).</summary>
  4997.     </member>
  4998.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  4999.       <summary>UYVY format (PC98 compliance).</summary>
  5000.     </member>
  5001.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  5002.       <summary>A 32-bit bump-map format that uses 2 bits for alpha and 10 bits each for w, v, and u data.</summary>
  5003.     </member>
  5004.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  5005.       <summary>A 32-bit bump-map format that uses 16 bits per channel.</summary>
  5006.     </member>
  5007.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  5008.       <summary>A 32-bit bump-map format that uses 8 bits per channel.</summary>
  5009.     </member>
  5010.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  5011.       <summary>A 32-bit bump-map format with luminance that uses 8 bits per channel.</summary>
  5012.     </member>
  5013.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  5014.       <summary>A 16-bit bump-map format with luminance that uses 6 bits for luminance and 5 bits each for v and u data.</summary>
  5015.     </member>
  5016.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  5017.       <summary>A 16-bit bump-map format that uses 8 bits each for u and v data.</summary>
  5018.     </member>
  5019.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  5020.       <summary>An 8-bit format that uses 4 bits each for alpha and luminance.</summary>
  5021.     </member>
  5022.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  5023.       <summary>A 16-bit format that uses 8 bits each for alpha and luminance.</summary>
  5024.     </member>
  5025.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  5026.       <summary>An 8-bit format with luminance only.</summary>
  5027.     </member>
  5028.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  5029.       <summary>An 8-bit format, color indexed.</summary>
  5030.     </member>
  5031.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  5032.       <summary>An 8-bit format, color indexed with 8 bits of alpha.</summary>
  5033.     </member>
  5034.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  5035.       <summary>A 64-bit pixel format that uses 16 bits per component.</summary>
  5036.     </member>
  5037.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  5038.       <summary>A 32-bit pixel format that uses 10 bits each for red, green, and blue, and 2 bits for alpha.</summary>
  5039.     </member>
  5040.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  5041.       <summary>A 32-bit pixel format that uses 16 bits each for green and red.</summary>
  5042.     </member>
  5043.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  5044.       <summary>A 32-bit RGB pixel format that reserves 8 bits for each color.</summary>
  5045.     </member>
  5046.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  5047.       <summary>A 32-bit ARGB pixel format, with alpha, that uses 8 bits per channel.</summary>
  5048.     </member>
  5049.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  5050.       <summary>A 32-bit pixel format that uses 10 bits for each color and 2 bits for alpha.</summary>
  5051.     </member>
  5052.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  5053.       <summary>A 16-bit RGB pixel format that uses 4 bits per color.</summary>
  5054.     </member>
  5055.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  5056.       <summary>A 16-bit ARGB texture format that uses 8 bits for alpha, 3 bits each for red and green, and 2 bits for blue.</summary>
  5057.     </member>
  5058.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  5059.       <summary>8-bit alpha only.</summary>
  5060.     </member>
  5061.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  5062.       <summary>An 8-bit RGB texture format that uses 3 bits for red, 3 bits for green, and 2 bits for blue.</summary>
  5063.     </member>
  5064.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  5065.       <summary>A 16-bit ARGB pixel format that uses 4 bits per channel.</summary>
  5066.     </member>
  5067.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  5068.       <summary>A 16-bit pixel format that reserves 5 bits for each color and 1 bit for alpha.</summary>
  5069.     </member>
  5070.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  5071.       <summary>A 16-bit pixel format that reserves 5 bits for each color.</summary>
  5072.     </member>
  5073.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  5074.       <summary>A 16-bit RGB pixel format that uses 5 bits for red, 6 bits for green, and 5 bits for blue.</summary>
  5075.     </member>
  5076.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  5077.       <summary>A 32-bit RGB pixel format that reserves 8 bits for each color.</summary>
  5078.     </member>
  5079.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  5080.       <summary>A 32-bit ARGB pixel format, with alpha, that uses 8 bits per channel.</summary>
  5081.     </member>
  5082.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  5083.       <summary>A 24-bit RGB pixel format that uses 8 bits per channel.</summary>
  5084.     </member>
  5085.     <member name="F:Microsoft.DirectX.Direct3D.Format.">
  5086.       <summary>Unknown surface format.</summary>
  5087.     </member>
  5088.     <member name="T:Microsoft.DirectX.Direct3D.IssueFlags">
  5089.       <summary>Defines issue flags.</summary>
  5090.     </member>
  5091.     <member name="F:Microsoft.DirectX.Direct3D.IssueFlags.">
  5092.       <summary>Specifies that the runtime issue the end of a query.</summary>
  5093.     </member>
  5094.     <member name="F:Microsoft.DirectX.Direct3D.IssueFlags.">
  5095.       <summary>Specifies that the runtime issue the beginning of a query.</summary>
  5096.     </member>
  5097.     <member name="T:Microsoft.DirectX.Direct3D.LightType">
  5098.       <summary>Defines the light type.</summary>
  5099.     </member>
  5100.     <member name="F:Microsoft.DirectX.Direct3D.LightType.">
  5101.       <summary>Light is a directional light source. It is equivalent to using a point light source at an infinite distance.</summary>
  5102.     </member>
  5103.     <member name="F:Microsoft.DirectX.Direct3D.LightType.">
  5104.       <summary>Light is a spotlight source. It is similar to a point light, except that the area of illumination is limited to a cone. This light type has a direction and several other parameters that determine the shape of the cone it produces. For more information, see the <see cref="T:Microsoft.DirectX.Direct3D.Light" /> class.</summary>
  5105.     </member>
  5106.     <member name="F:Microsoft.DirectX.Direct3D.LightType.">
  5107.       <summary>Light is a point source. The light has a position in space and radiates light in all directions.</summary>
  5108.     </member>
  5109.     <member name="T:Microsoft.DirectX.Direct3D.LockFlags">
  5110.       <summary>Defines the type of lock to perform.</summary>
  5111.     </member>
  5112.     <member name="F:Microsoft.DirectX.Direct3D.LockFlags.">
  5113.       <summary>The application overwrites every location within the region being locked, using a write-only operation. This is a valid option when using dynamic textures, dynamic vertex buffers, and dynamic index buffers. For vertex and index buffers, the application discards the entire buffer. A pointer to a new memory area is returned so that the direct memory access (DMA) and rendering from the previous area do not stall. For textures, the application overwrites every location within the region being locked, using a write-only operation.</summary>
  5114.     </member>
  5115.     <member name="F:Microsoft.DirectX.Direct3D.LockFlags.">
  5116.       <summary>The application is allowed to gain back CPU cycles if the driver cannot lock the surface immediately. When this is the case, the lock call throws <see cref="T:Microsoft.DirectX.Direct3D.WasStillDrawingException" />. This flag can be used only when calling <see cref="T:Microsoft.DirectX.Direct3D.Surface" />.<see cref="M:Microsoft.DirectX.Direct3D.Surface.LockRectangle" /> on surfaces created using <see cref="T:Microsoft.DirectX.Direct3D.Device" />.<see cref="M:Microsoft.DirectX.Direct3D.Device.CreateOffscreenPlainSurface(System.Int32,System.Int32,Microsoft.DirectX.Direct3D.Format,Microsoft.DirectX.Direct3D.Pool)" />, <see cref="T:Microsoft.DirectX.Direct3D.Device" />.<see cref="M:Microsoft.DirectX.Direct3D.Device.CreateRenderTarget(System.Int32,System.Int32,Microsoft.DirectX.Direct3D.Format,Microsoft.DirectX.Direct3D.MultiSampleType,System.Int32,System.Boolean)" />, or <see cref="T:Microsoft.DirectX.Direct3D.Device" />.<see cref="M:Microsoft.DirectX.Direct3D.Device.CreateDepthStencilSurface(System.Int32,System.Int32,Microsoft.DirectX.Direct3D.DepthFormat,Microsoft.DirectX.Direct3D.MultiSampleType,System.Int32,System.Boolean)" />. It also can be used with a back buffer.</summary>
  5117.     </member>
  5118.     <member name="F:Microsoft.DirectX.Direct3D.LockFlags.">
  5119.       <summary>By default, a lock on a resource adds a dirty region to that resource. This flag prevents any changes to the dirty state of the resource. Applications should use this flag when they have additional information about the set of regions changed during the lock operation.</summary>
  5120.     </member>
  5121.     <member name="F:Microsoft.DirectX.Direct3D.LockFlags.">
  5122.       <summary>By default, a video memory lock reserves a system-wide critical section, guaranteeing that no display mode changes will occur for the duration of the lock. This flag prevents the system-wide critical section from being held while the lock is on. While the lock operation is time-consuming, it enables the system to perform other duties, such as moving the mouse cursor. This flag is useful for locks of long duration; for example, locking the back buffer for software rendering that otherwise would slow the system.</summary>
  5123.     </member>
  5124.     <member name="F:Microsoft.DirectX.Direct3D.LockFlags.">
  5125.       <summary>The application is guaranteed not to overwrite any data in the vertex and index buffers. This flag allows the driver to return immediately and continue rendering, using this vertex buffer. If the flag is not used, the driver must finish rendering before returning from locking.</summary>
  5126.     </member>
  5127.     <member name="F:Microsoft.DirectX.Direct3D.LockFlags.">
  5128.       <summary>The application does not write to the buffer. This flag enables resources stored in non-native formats to save the recompression step when unlocking.</summary>
  5129.     </member>
  5130.     <member name="F:Microsoft.DirectX.Direct3D.LockFlags.">
  5131.       <summary>Use no locks.</summary>
  5132.     </member>
  5133.     <member name="T:Microsoft.DirectX.Direct3D.MultiSampleType">
  5134.       <summary>Defines the levels of full-scene multisampling that the device can apply.</summary>
  5135.     </member>
  5136.     <member name="F:Microsoft.DirectX.Direct3D.MultiSampleType.">
  5137.       <summary>Enables 16 levels of full-scene multisampling.</summary>
  5138.     </member>
  5139.     <member name="F:Microsoft.DirectX.Direct3D.MultiSampleType.">
  5140.       <summary>Enables 15 levels of full-scene multisampling.</summary>
  5141.     </member>
  5142.     <member name="F:Microsoft.DirectX.Direct3D.MultiSampleType.">
  5143.       <summary>Enables 14 levels of full-scene multisampling.</summary>
  5144.     </member>
  5145.     <member name="F:Microsoft.DirectX.Direct3D.MultiSampleType.">
  5146.       <summary>Enables 13 levels of full-scene multisampling.</summary>
  5147.     </member>
  5148.     <member name="F:Microsoft.DirectX.Direct3D.MultiSampleType.">
  5149.       <summary>Enables 12 levels of full-scene multisampling.</summary>
  5150.     </member>
  5151.     <member name="F:Microsoft.DirectX.Direct3D.MultiSampleType.">
  5152.       <summary>Enables 11 levels of full-scene multisampling.</summary>
  5153.     </member>
  5154.     <member name="F:Microsoft.DirectX.Direct3D.MultiSampleType.">
  5155.       <summary>Enables 10 levels of full-scene multisampling.</summary>
  5156.     </member>
  5157.     <member name="F:Microsoft.DirectX.Direct3D.MultiSampleType.">
  5158.       <summary>Enables nine levels of full-scene multisampling.</summary>
  5159.     </member>
  5160.     <member name="F:Microsoft.DirectX.Direct3D.MultiSampleType.">
  5161.       <summary>Enables eight levels of full-scene multisampling.</summary>
  5162.     </member>
  5163.     <member name="F:Microsoft.DirectX.Direct3D.MultiSampleType.">
  5164.       <summary>Enables seven levels of full-scene multisampling.</summary>
  5165.     </member>
  5166.     <member name="F:Microsoft.DirectX.Direct3D.MultiSampleType.">
  5167.       <summary>Enables six levels of full-scene multisampling.</summary>
  5168.     </member>
  5169.     <member name="F:Microsoft.DirectX.Direct3D.MultiSampleType.">
  5170.       <summary>Enables five levels of full-scene multisampling.</summary>
  5171.     </member>
  5172.     <member name="F:Microsoft.DirectX.Direct3D.MultiSampleType.">
  5173.       <summary>Enables four levels of full-scene multisampling.</summary>
  5174.     </member>
  5175.     <member name="F:Microsoft.DirectX.Direct3D.MultiSampleType.">
  5176.       <summary>Enables three levels of full-scene multisampling.</summary>
  5177.     </member>
  5178.     <member name="F:Microsoft.DirectX.Direct3D.MultiSampleType.">
  5179.       <summary>Enables two levels of full-scene multisampling.</summary>
  5180.     </member>
  5181.     <member name="F:Microsoft.DirectX.Direct3D.MultiSampleType.">
  5182.       <summary>Enables the multisample quality value.</summary>
  5183.     </member>
  5184.     <member name="F:Microsoft.DirectX.Direct3D.MultiSampleType.">
  5185.       <summary>Specifies no full-scene multisampling, and enables swap effects other than <see cref="F:Microsoft.DirectX.Direct3D.SwapEffect.SwapEffect.Discard" />.</summary>
  5186.     </member>
  5187.     <member name="T:Microsoft.DirectX.Direct3D.PatchEdge">
  5188.       <summary>Defines whether the current tessellation mode is discrete or continuous.</summary>
  5189.     </member>
  5190.     <member name="F:Microsoft.DirectX.Direct3D.PatchEdge.">
  5191.       <summary>Continuous edge style. Tessellation is specified as float values, which can be varied smoothly to reduce popping artifacts.</summary>
  5192.     </member>
  5193.     <member name="F:Microsoft.DirectX.Direct3D.PatchEdge.">
  5194.       <summary>Discrete edge style. Tessellation can be specified as float values, but they will be truncated to integers.</summary>
  5195.     </member>
  5196.     <member name="T:Microsoft.DirectX.Direct3D.Pool">
  5197.       <summary>Defines the memory class that holds buffers for a resource.</summary>
  5198.     </member>
  5199.     <member name="F:Microsoft.DirectX.Direct3D.Pool.">
  5200.       <summary>Resources are placed in system RAM and do not need to be re-created when a device is lost. These resources are not bound by device size or format restrictions; therefore, they cannot be accessed by the Microsoft Direct3D device or set as textures or render targets. They can, however, always be created, locked, and copied.</summary>
  5201.     </member>
  5202.     <member name="F:Microsoft.DirectX.Direct3D.Pool.">
  5203.       <summary>Resources consume system RAM but do not reduce pageable RAM. System memory is not typically accessible by the 3-D device. These resources do not need to be re-created when a device is lost. They can be locked and also used as the source for a <see cref="T:Microsoft.DirectX.Direct3D.Device" />.<see cref="M:Microsoft.DirectX.Direct3D.Device.UpdateSurface" /> or <see cref="T:Microsoft.DirectX.Direct3D.Device" />.<see cref="M:Microsoft.DirectX.Direct3D.Device.UpdateTexture(Microsoft.DirectX.Direct3D.BaseTexture,Microsoft.DirectX.Direct3D.BaseTexture)" /> operation to a memory resource created with <see cref="F:Microsoft.DirectX.Direct3D.Pool.Default" />.</summary>
  5204.     </member>
  5205.     <member name="F:Microsoft.DirectX.Direct3D.Pool.">
  5206.       <summary>Resources are copied automatically to device-accessible memory as needed. Managed resources are backed by system memory and do not need to be re-created when a device is lost. For more information, see <see cref="N:ManagingResources" />.</summary>
  5207.     </member>
  5208.     <member name="F:Microsoft.DirectX.Direct3D.Pool.">
  5209.       <summary>Resources are placed in the memory pool most appropriate for the set of usages requested for the given resource. This is usually video memory, including both local video memory and accelerated graphics port memory. The <see cref="F:Microsoft.DirectX.Direct3D.Pool.Default" /> pool is separate from <see cref="F:Microsoft.DirectX.Direct3D.Pool.Managed" /> and <see cref="F:Microsoft.DirectX.Direct3D.Pool.SystemMemory" />, and it specifies that the resource be placed in the preferred memory for device access. Note that <see cref="F:Microsoft.DirectX.Direct3D.Pool.Default" /> never indicates that either <see cref="F:Microsoft.DirectX.Direct3D.Pool.Managed" /> or <see cref="F:Microsoft.DirectX.Direct3D.Pool.SystemMemory" /> should be chosen as the memory pool type for this resource. Textures placed in the <see cref="F:Microsoft.DirectX.Direct3D.Pool.Default" /> pool cannot be locked unless they are dynamic textures or private four-character code (FOURCC) driver formats. Accessing unlockable textures requires the use of functions such as <see cref="T:Microsoft.DirectX.Direct3D.Device" />.<see cref="M:Microsoft.DirectX.Direct3D.Device.UpdateSurface" /> or <see cref="T:Microsoft.DirectX.Direct3D.Device" />.<see cref="M:Microsoft.DirectX.Direct3D.Device.UpdateTexture(Microsoft.DirectX.Direct3D.BaseTexture,Microsoft.DirectX.Direct3D.BaseTexture)" />. <see cref="F:Microsoft.DirectX.Direct3D.Pool.Managed" /> is probably a better choice than <see cref="F:Microsoft.DirectX.Direct3D.Pool.Default" /> for most applications. Some textures can be locked; for example, those created in driver proprietary pixel formats that are unknown to the Microsoft Direct3D runtime. Swap-chain back buffers, render targets, vertex buffers, and index buffers can be locked. When a device is lost, resources created using <see cref="F:Microsoft.DirectX.Direct3D.Pool.Default" /> must be disposed of before calling <see cref="T:Microsoft.DirectX.Direct3D.Device" />.<see cref="M:Microsoft.DirectX.Direct3D.Device.Reset(Microsoft.DirectX.Direct3D.PresentParameters[])" />. Microsoft DirectX 9.0 for Managed Code automatically handles disposal of resources that need it, provided the <see cref="T:Microsoft.DirectX.Direct3D.Device" />.<see cref="P:Microsoft.DirectX.Direct3D.Device.IsUsingEventHandlers" /> property is set to true (the default setting). For more information, see <see cref="N:LostDevices" />.</summary>
  5210.     </member>
  5211.     <member name="T:Microsoft.DirectX.Direct3D.Present">
  5212.       <summary>Defines flags that allow the application to request that the <see cref="T:Microsoft.DirectX.Direct3D.SwapChain" />.<see cref="M:Microsoft.DirectX.Direct3D.SwapChain.Present" /> return immediately when the driver reports that it cannot schedule a presentation.</summary>
  5213.     </member>
  5214.     <member name="F:Microsoft.DirectX.Direct3D.Present.">
  5215.       <summary>Performs gamma correction from linear space to sRGB for windowed swap chains. This flag takes effect only when the driver exposes <see cref="P:Microsoft.DirectX.Direct3D.DriverCaps.SupportsLinearToSrgbPresentation" />.</summary>
  5216.     </member>
  5217.     <member name="F:Microsoft.DirectX.Direct3D.Present.">
  5218.       <summary>Performs the presentation operation without waiting. If the hardware is busy processing or waiting for a vertical sync interval, the method throws <see cref="T:Microsoft.DirectX.Direct3D.WasStillDrawingException" />.</summary>
  5219.     </member>
  5220.     <member name="F:Microsoft.DirectX.Direct3D.Present.">
  5221.       <summary>Returns the maximum number of back buffers supported.</summary>
  5222.     </member>
  5223.     <member name="T:Microsoft.DirectX.Direct3D.PresentFlag">
  5224.       <summary>Defines flags that control a <see cref="T:Microsoft.DirectX.Direct3D.Device" />.<see cref="M:Microsoft.DirectX.Direct3D.Device.Present" /> operation.</summary>
  5225.     </member>
  5226.     <member name="F:Microsoft.DirectX.Direct3D.PresentFlag.">
  5227.       <summary>Informs the driver that the back buffers contain video data.</summary>
  5228.     </member>
  5229.     <member name="F:Microsoft.DirectX.Direct3D.PresentFlag.">
  5230.       <summary>Clips a windowed <see cref="T:Microsoft.DirectX.Direct3D.Device" />.<see cref="M:Microsoft.DirectX.Direct3D.Device.Present" />blit into the window client area, within the monitor screen area of the video adapter that created the Microsoft Direct3D device. This flag works only on Microsoft Windows 2000 and Windows XP.</summary>
  5231.     </member>
  5232.     <member name="F:Microsoft.DirectX.Direct3D.PresentFlag.">
  5233.       <summary>Enables z-buffer discarding if set when the device or swap chain is created. When this flag is set, the contents of the depth stencil buffer are invalid after either <see cref="T:Microsoft.DirectX.Direct3D.Device" />.<see cref="M:Microsoft.DirectX.Direct3D.Device.Present" /> or <see cref="T:Microsoft.DirectX.Direct3D.Device" />.<see cref="P:Microsoft.DirectX.Direct3D.Device.DepthStencilSurface" /> are called. Discarding z-buffer data can increase performance and is dependent on the driver. The debug runtime enforces discarding by clearing the z-buffer to some constant value after calling either <see cref="T:Microsoft.DirectX.Direct3D.Device" />.<see cref="M:Microsoft.DirectX.Direct3D.Device.Present" /> or <see cref="T:Microsoft.DirectX.Direct3D.Device" />.<see cref="P:Microsoft.DirectX.Direct3D.Device.DepthStencilSurface" /> with a different depth surface. Discarding z-buffer data is illegal for all lockable formats, <see cref="F:Microsoft.DirectX.Direct3D.DepthFormat.D16Lockable" />, and <see cref="T:Microsoft.DirectX.Direct3D.DepthFormat" />. Using <see cref="T:Microsoft.DirectX.Direct3D.Device" />.<see cref="M:Microsoft.DirectX.Direct3D.Device.#ctor" /> to specify a lockable format and z-buffer discarding will result in failure. For more information about formats, see <see cref="T:Microsoft.DirectX.Direct3D.Format" />.</summary>
  5234.     </member>
  5235.     <member name="F:Microsoft.DirectX.Direct3D.PresentFlag.">
  5236.       <summary>Gives the application the ability to lock the back buffer directly. Note that back buffers are not lockable unless the application specifies <see cref="F:Microsoft.DirectX.Direct3D.PresentFlag.LockableBackBuffer" /> when calling <see cref="T:Microsoft.DirectX.Direct3D.Device" />.<see cref="M:Microsoft.DirectX.Direct3D.Device.#ctor" /> or <see cref="T:Microsoft.DirectX.Direct3D.Device" />.<see cref="M:Microsoft.DirectX.Direct3D.Device.Reset(Microsoft.DirectX.Direct3D.PresentParameters[])" />. Lockable back buffers incur a performance cost on some graphics hardware configurations. Performing a lock operation (or using <see cref="T:Microsoft.DirectX.Direct3D.Device" />.<see cref="M:Microsoft.DirectX.Direct3D.Device.UpdateSurface" /> to write on the lockable back buffer) decreases performance on many cards. In this case, consider using textured triangles to move data to the back buffer.</summary>
  5237.     </member>
  5238.     <member name="F:Microsoft.DirectX.Direct3D.PresentFlag.">
  5239.       <summary>Use no presentation flags.</summary>
  5240.     </member>
  5241.     <member name="T:Microsoft.DirectX.Direct3D.PresentInterval">
  5242.       <summary>Defines flags that describe the relationship between the adapter refresh rate and the rate at which <see cref="T:Microsoft.DirectX.Direct3D.Device" />.<see cref="M:Microsoft.DirectX.Direct3D.Device.Present" /> operations are completed.</summary>
  5243.     </member>
  5244.     <member name="F:Microsoft.DirectX.Direct3D.PresentInterval.">
  5245.       <summary>The runtime updates the window client area immediately, and might do so more than once during the adapter refresh period. <see cref="T:Microsoft.DirectX.Direct3D.Device" />.<see cref="M:Microsoft.DirectX.Direct3D.Device.Present" /> operations might be affected immediately. This option is always available for both windowed and full-screen swap chains.</summary>
  5246.     </member>
  5247.     <member name="F:Microsoft.DirectX.Direct3D.PresentInterval.">
  5248.       <summary>The driver waits for the vertical retrace period. <see cref="T:Microsoft.DirectX.Direct3D.Device" />.<see cref="M:Microsoft.DirectX.Direct3D.Device.Present" /> operations are not affected more frequently than every fourth screen refresh. Check the <see cref="T:Microsoft.DirectX.Direct3D.Caps" />.<see cref="P:Microsoft.DirectX.Direct3D.Caps.PresentationIntervals" /> property to determine whether the driver supports this option.</summary>
  5249.     </member>
  5250.     <member name="F:Microsoft.DirectX.Direct3D.PresentInterval.">
  5251.       <summary>The driver waits for the vertical retrace period. <see cref="T:Microsoft.DirectX.Direct3D.Device" />.<see cref="M:Microsoft.DirectX.Direct3D.Device.Present" /> operations are not affected more frequently than every third screen refresh. Check the <see cref="T:Microsoft.DirectX.Direct3D.Caps" />.<see cref="P:Microsoft.DirectX.Direct3D.Caps.PresentationIntervals" /> property to determine whether the driver supports this option.</summary>
  5252.     </member>
  5253.     <member name="F:Microsoft.DirectX.Direct3D.PresentInterval.">
  5254.       <summary>The driver waits for the vertical retrace period. <see cref="T:Microsoft.DirectX.Direct3D.Device" />.<see cref="M:Microsoft.DirectX.Direct3D.Device.Present" /> operations are not affected more frequently than every second screen refresh. Check the <see cref="T:Microsoft.DirectX.Direct3D.Caps" />.<see cref="P:Microsoft.DirectX.Direct3D.Caps.PresentationIntervals" /> property to determine whether the driver supports this option.</summary>
  5255.     </member>
  5256.     <member name="F:Microsoft.DirectX.Direct3D.PresentInterval.">
  5257.       <summary>The driver waits for the vertical retrace period (the runtime will beam trace to prevent tearing). <see cref="T:Microsoft.DirectX.Direct3D.Device" />.<see cref="M:Microsoft.DirectX.Direct3D.Device.Present" /> operations are not affected more frequently than the screen refresh rate; the runtime completes one <see cref="T:Microsoft.DirectX.Direct3D.Device" />.<see cref="M:Microsoft.DirectX.Direct3D.Device.Present" /> operation per adapter refresh period, at most. This option is always available for both windowed and full-screen swap chains.</summary>
  5258.     </member>
  5259.     <member name="F:Microsoft.DirectX.Direct3D.PresentInterval.">
  5260.       <summary>Equivalent to setting <see cref="F:Microsoft.DirectX.Direct3D.PresentInterval.One" />.</summary>
  5261.     </member>
  5262.     <member name="T:Microsoft.DirectX.Direct3D.PrimitiveType">
  5263.       <summary>Defines the primitives supported by Microsoft Direct3D.</summary>
  5264.     </member>
  5265.     <member name="F:Microsoft.DirectX.Direct3D.PrimitiveType.">
  5266.       <summary>Renders the vertices as a triangle fan.</summary>
  5267.     </member>
  5268.     <member name="F:Microsoft.DirectX.Direct3D.PrimitiveType.">
  5269.       <summary>Renders the vertices as a triangle strip. The back face culling flag is flipped automatically on even-numbered triangles.</summary>
  5270.     </member>
  5271.     <member name="F:Microsoft.DirectX.Direct3D.PrimitiveType.">
  5272.       <summary>Renders the specified vertices as a sequence of isolated triangles. Each group of three vertices defines a separate triangle. Back face culling is affected by the current winding-order render state.</summary>
  5273.     </member>
  5274.     <member name="F:Microsoft.DirectX.Direct3D.PrimitiveType.">
  5275.       <summary>Renders the vertices as a single polyline. Calls that use this primitive type fail if the count is less than two.</summary>
  5276.     </member>
  5277.     <member name="F:Microsoft.DirectX.Direct3D.PrimitiveType.">
  5278.       <summary>Renders the vertices as a list of isolated straight line segments. Calls that use this primitive type fail if the count is less than two or is odd.</summary>
  5279.     </member>
  5280.     <member name="F:Microsoft.DirectX.Direct3D.PrimitiveType.">
  5281.       <summary>Renders the vertices as a collection of isolated points. This value is unsupported for indexed primitives.</summary>
  5282.     </member>
  5283.     <member name="T:Microsoft.DirectX.Direct3D.QueryType">
  5284.       <summary>Defines the query type.</summary>
  5285.     </member>
  5286.     <member name="F:Microsoft.DirectX.Direct3D.QueryType.">
  5287.       <summary>Queries for any asynchronous events issued from application programming interface (API) calls.</summary>
  5288.     </member>
  5289.     <member name="F:Microsoft.DirectX.Direct3D.QueryType.">
  5290.       <summary>Queries for the cache hit rate performance measurement for textures and indexed vertices.</summary>
  5291.     </member>
  5292.     <member name="F:Microsoft.DirectX.Direct3D.QueryType.">
  5293.       <summary>Queries throughput measurement comparisons for help in understanding the performance of an application.</summary>
  5294.     </member>
  5295.     <member name="F:Microsoft.DirectX.Direct3D.QueryType.">
  5296.       <summary>Queries for the percentage of time spent processing pixel shader data.</summary>
  5297.     </member>
  5298.     <member name="F:Microsoft.DirectX.Direct3D.QueryType.">
  5299.       <summary>Queries for the percentage of time spent processing vertex shader data.</summary>
  5300.     </member>
  5301.     <member name="F:Microsoft.DirectX.Direct3D.QueryType.">
  5302.       <summary>Queries for the percentage of time spent processing data in the driver.</summary>
  5303.     </member>
  5304.     <member name="F:Microsoft.DirectX.Direct3D.QueryType.">
  5305.       <summary>Queries for the percentage of time spent processing pipeline data.</summary>
  5306.     </member>
  5307.     <member name="F:Microsoft.DirectX.Direct3D.QueryType.">
  5308.       <summary>This query result is true if the values from <see cref="F:Microsoft.DirectX.Direct3D.QueryType.TimeStamp" /> queries cannot be guarenteed to be continuous throughout the duration of the <see cref="F:Microsoft.DirectX.Direct3D.QueryType.TimeStampDisjoint" /> query. Otherwise, the query result is false.</summary>
  5309.     </member>
  5310.     <member name="F:Microsoft.DirectX.Direct3D.QueryType.">
  5311.       <summary>This query notifies an application if the counter frequency has changed from the <see cref="F:Microsoft.DirectX.Direct3D.QueryType.TimeStamp" />.</summary>
  5312.     </member>
  5313.     <member name="F:Microsoft.DirectX.Direct3D.QueryType.">
  5314.       <summary>Returns a 64-bit timestamp.</summary>
  5315.     </member>
  5316.     <member name="F:Microsoft.DirectX.Direct3D.QueryType.">
  5317.       <summary>Queries for the number of pixels that pass z-testing. These pixels are for primitives drawn between <see cref="F:Microsoft.DirectX.Direct3D.IssueFlags.Begin" /> and <see cref="F:Microsoft.DirectX.Direct3D.IssueFlags.End" />. This option enables an application to check the occlusion result against zero. Zero is fully occluded, which means the pixels are not visible from the current camera position.</summary>
  5318.     </member>
  5319.     <member name="F:Microsoft.DirectX.Direct3D.QueryType.">
  5320.       <summary>Queries vertex statistics. For more information, see <see cref="T:Microsoft.DirectX.Direct3D.VertexStats" />.</summary>
  5321.     </member>
  5322.     <member name="F:Microsoft.DirectX.Direct3D.QueryType.">
  5323.       <summary>Queries for driver hints about data layout for vertex caching.</summary>
  5324.     </member>
  5325.     <member name="F:Microsoft.DirectX.Direct3D.QueryType.">
  5326.       <summary>Queries the resource manager. For more information, see <see cref="T:Microsoft.DirectX.Direct3D.ResourceManager" />.</summary>
  5327.     </member>
  5328.     <member name="T:Microsoft.DirectX.Direct3D.RenderStates">
  5329.       <summary>Defines device render states.</summary>
  5330.     </member>
  5331.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5332.       <summary>See <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.Wrap0" /></summary>
  5333.     </member>
  5334.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5335.       <summary>See <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.Wrap0" /></summary>
  5336.     </member>
  5337.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5338.       <summary>See <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.Wrap0" /></summary>
  5339.     </member>
  5340.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5341.       <summary>See <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.Wrap0" /></summary>
  5342.     </member>
  5343.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5344.       <summary>See <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.Wrap0" /></summary>
  5345.     </member>
  5346.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5347.       <summary>See <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.Wrap0" /></summary>
  5348.     </member>
  5349.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5350.       <summary>See <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.Wrap0" /></summary>
  5351.     </member>
  5352.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5353.       <summary>See <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.Wrap0" /></summary>
  5354.     </member>
  5355.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5356.       <summary>Controls the distance-based size attenuation for point primitives. The default value is 1.0f.This render state is active only when <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.PointScaleEnable" /> is set to true. The range for this value is greater than or equal to 0.0f.</summary>
  5357.     </member>
  5358.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5359.       <summary>Controls how point sprites are rendered. When set to true, texture coordinates of point sprites are set so that full textures are mapped on each point. When set to false, the vertex texture coordinates are used for the entire point.The default value is false.</summary>
  5360.     </member>
  5361.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5362.       <summary>Controls how point sprites are rendered. When set to true, texture coordinates of point sprites are set so that full textures are mapped on each point. When set to false, the vertex texture coordinates are used for the entire point.The default value is false.</summary>
  5363.     </member>
  5364.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5365.       <summary>Specifies the minimum size to which point sprites can be set. The default value is 1.0f. The range for this value is greater than or equal to 0.0f.Point sprites are clamped to the specified size during rendering. Setting the size to less than 1.0 results in points dropping out, if the point does not cover a pixel center and antialiasing is disabled.Points also will drop out if the size is less than 1.0, if they are being rendered with reduced intensity, and if antialiasing is enabled.</summary>
  5366.     </member>
  5367.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5368.       <summary>Emissive color source for lighting calculations. Valid values are members of the <see cref="T:Microsoft.DirectX.Direct3D.ColorSource" /> enumeration. The default value is <see cref="F:Microsoft.DirectX.Direct3D.ColorSource.ColorSource.Material" />.</summary>
  5369.     </member>
  5370.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5371.       <summary>Ambient color source for lighting calculations. Valid values are members of the <see cref="T:Microsoft.DirectX.Direct3D.ColorSource" /> enumeration. The default value is <see cref="F:Microsoft.DirectX.Direct3D.ColorSource.ColorSource.Material" />.</summary>
  5372.     </member>
  5373.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5374.       <summary>Specular color source for lighting calculations. Valid values are members of the <see cref="T:Microsoft.DirectX.Direct3D.ColorSource" /> enumeration. The default value is <see cref="F:Microsoft.DirectX.Direct3D.ColorSource.ColorSource.Color2" />.</summary>
  5375.     </member>
  5376.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5377.       <summary>Diffuse color source for lighting calculations. Valid values are members of the <see cref="T:Microsoft.DirectX.Direct3D.ColorSource" /> enumerated type. The default value is <see cref="F:Microsoft.DirectX.Direct3D.ColorSource.ColorSource.Color1" />. The value for this render state is used only if <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.ColorVertex" /> is set to true.</summary>
  5378.     </member>
  5379.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5380.       <summary>Enables or disables automatic normalization of vertex normals. Set to true to enable normalization of vertex normals, or false to disable it. The default value is false.Enabling this feature causes the system to normalize the vertex normals for vertices after transforming them to camera space, an operation that can slow down the system.</summary>
  5381.     </member>
  5382.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5383.       <summary>Specifies whether to use camera-relative specular highlights or orthogonal specular highlights. Set to true to enable camera-relative specular highlights, or false to use orthogonal specular highlights. The default value is true. Applications that use orthogonal projection should specify false.</summary>
  5384.     </member>
  5385.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5386.       <summary>Enables or disables per-vertex color. Set to true to enable per-vertex color, or false to disable it. The default value is true.Enabling per-vertex color allows the system to include the color defined for individual vertices in its lighting calculations. For more information, see the following topics.<see cref="F:Microsoft.DirectX.Direct3D.RenderStates.AmbientMaterialSource" /><see cref="F:Microsoft.DirectX.Direct3D.RenderStates.DiffuseMaterialSource" /><see cref="F:Microsoft.DirectX.Direct3D.RenderStates.EmissiveMaterialSource" /><see cref="F:Microsoft.DirectX.Direct3D.RenderStates.SpecularMaterialSource" /></summary>
  5387.     </member>
  5388.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5389.       <summary>The fog formula to use for vertex fog. Valid values are from the <see cref="T:Microsoft.DirectX.Direct3D.FogMode" /> enumeration. The default fog mode is <see cref="F:Microsoft.DirectX.Direct3D.FogMode.FogMode.None" />. See <see cref="N:Fog" />.</summary>
  5390.     </member>
  5391.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5392.       <summary>Ambient light color. This value is a <see cref="T:System.Drawing.Color" /> object that specifies the ambient color value. The default value is 0.</summary>
  5393.     </member>
  5394.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5395.       <summary>Enables or disables Microsoft Direct3D lighting. Set to true to enable Microsoft Direct3D lighting, or false to disable it. The default value is true.Only vertices that include a vertex normal are properly lit; vertices that do not contain a vertex normal employ a dot product of 0 in all lighting calculations.</summary>
  5396.     </member>
  5397.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5398.       <summary>Enables or disables primitive clipping by Microsoft Direct3D. Set to true to enable primitive clipping, or false to disable it. The default value is true.</summary>
  5399.     </member>
  5400.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5401.       <summary>See <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.Wrap0" /></summary>
  5402.     </member>
  5403.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5404.       <summary>See <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.Wrap0" /></summary>
  5405.     </member>
  5406.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5407.       <summary>See <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.Wrap0" /></summary>
  5408.     </member>
  5409.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5410.       <summary>See <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.Wrap0" /></summary>
  5411.     </member>
  5412.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5413.       <summary>See <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.Wrap0" /></summary>
  5414.     </member>
  5415.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5416.       <summary>See <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.Wrap0" /></summary>
  5417.     </member>
  5418.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5419.       <summary>See <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.Wrap0" /></summary>
  5420.     </member>
  5421.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5422.       <summary>Texture-wrapping behavior for multiple sets of texture coordinates.Valid values for this render state can be any combination of <see cref="F:Microsoft.DirectX.Direct3D.WrapCoordinates.WrapCoordinates.Zero" /> (or <see cref="F:Microsoft.DirectX.Direct3D.Wrap.Wrap.U" />), <see cref="F:Microsoft.DirectX.Direct3D.WrapCoordinates.WrapCoordinates.One" /> (or <see cref="F:Microsoft.DirectX.Direct3D.Wrap.Wrap.V" />), <see cref="F:Microsoft.DirectX.Direct3D.WrapCoordinates.WrapCoordinates.Two" /> (or <see cref="F:Microsoft.DirectX.Direct3D.Wrap.Wrap.W" />), and <see cref="F:Microsoft.DirectX.Direct3D.WrapCoordinates.WrapCoordinates.Three" />. These cause the system to wrap in the direction of the first, second, third, and fourth dimensions, sometimes referred to as the s, t, r, and q directions, for a given texture.The default value for this render state is 0 (wrapping disabled in all directions).</summary>
  5423.     </member>
  5424.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5425.       <summary>Specifies the color used for multiple-texture blending with the <see cref="F:Microsoft.DirectX.Direct3D.TextureArgument.TextureArgument.TFactor" /> texture blending argument or the <see cref="F:Microsoft.DirectX.Direct3D.TextureOperation.TextureOperation.BlendFactorAlpha" /> texture blending operation. The default value is 0.</summary>
  5426.     </member>
  5427.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5428.       <summary>Specifies the write mask applied to values written into the stencil buffer. The default mask is 0xFFFFFFFF.</summary>
  5429.     </member>
  5430.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5431.       <summary>Specifies the stencil mask to apply to the reference value and each stencil buffer entry to determine the significant bits for the stencil test. The default mask is 0xFFFFFFFF.</summary>
  5432.     </member>
  5433.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5434.       <summary>Specifies a reference value to use for the stencil test. The default value is 0.</summary>
  5435.     </member>
  5436.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5437.       <summary>Specifies the comparison function to use for the stencil test. Valid values are members of the <see cref="T:Microsoft.DirectX.Direct3D.Compare" /> enumeration. The default value is <see cref="F:Microsoft.DirectX.Direct3D.Compare.Compare.Always" />.The comparison function is used to compare the reference value to a stencil buffer entry. This comparison applies only to the bits in the reference value and stencil buffer entry that are set in the stencil mask (by <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.StencilMask" />).If the comparison is true, the stencil test passes.</summary>
  5438.     </member>
  5439.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5440.       <summary>Specifies the stencil operation to perform if both the stencil test and the depth test (z-test) pass. Valid values are members of the <see cref="T:Microsoft.DirectX.Direct3D.StencilOperation" /> enumeration. The default value is <see cref="F:Microsoft.DirectX.Direct3D.StencilOperation.StencilOperation.Keep" />.</summary>
  5441.     </member>
  5442.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5443.       <summary>Specifies the stencil operation to perform if the stencil test passes and the depth test (z-test) fails. Valid values are members of the <see cref="T:Microsoft.DirectX.Direct3D.StencilOperation" /> enumeration. The default value is <see cref="F:Microsoft.DirectX.Direct3D.StencilOperation.StencilOperation.Keep" />.</summary>
  5444.     </member>
  5445.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5446.       <summary>Specifies the stencil operation to perform if the stencil test fails. Valid values are from the <see cref="T:Microsoft.DirectX.Direct3D.StencilOperation" /> enumeration. The default value is <see cref="F:Microsoft.DirectX.Direct3D.StencilOperation.StencilOperation.Keep" />.</summary>
  5447.     </member>
  5448.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5449.       <summary>Enables or disables stenciling. Set to true to enable stenciling, or false to disable it. The default value is false.</summary>
  5450.     </member>
  5451.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5452.       <summary>Enables or disables range-based vertex fog. Set to true to enable range-based vertex fog, or false to use depth-based fog. The default value is false.In range-based fog, the distance of an object from the viewer is used to compute fog effects, not the depth of the object (that is, the z-coordinate) in the scene. All fog methods work as usual, except that they use range instead of depth in the computations. See <see cref="N:Fog" />.Range is the correct factor to use for fog computations, but depth is commonly used instead because it is generally already available, and range is resource-intensive to compute. Using depth to calculate fog has the undesirable effect of making the fogginess of peripheral objects change as the viewer's eye moves; in this case, the depth changes and the range remains constant. Because no hardware currently supports per-pixel range-based fog, range correction is offered only for <see cref="N:VertexFog" />.</summary>
  5453.     </member>
  5454.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5455.       <summary>Fog density for pixel or vertex fog used in exponential fog modes. Valid fog density values range from 0.0 through 1.0. The default value is 1.0. See <see cref="N:Fog" />.</summary>
  5456.     </member>
  5457.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5458.       <summary>The depth at which pixel or vertex fog effects end for linear fog mode. The default value is 1.0f.Depth is specified in world space for vertex fog, and in either device space [0.0, 1.0] or world space for pixel fog. For pixel fog, these values are in device space when the system uses z for fog calculations, or in world space when the system uses eye-relative fog (w-fog). See <see cref="N:Fog" />.</summary>
  5459.     </member>
  5460.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5461.       <summary>The depth at which pixel or vertex fog effects begin for linear fog mode. The default value is 0.0f.Depth is specified in world space for vertex fog, and in either device space [0.0, 1.0] or world space for pixel fog. For pixel fog, these values are in device space when the system uses z for fog calculations, or in world space when the system uses eye-relative fog (w-fog). See <see cref="N:Fog" />.</summary>
  5462.     </member>
  5463.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5464.       <summary>The fog formula to use for pixel fog. Valid values are from the <see cref="T:Microsoft.DirectX.Direct3D.FogMode" /> enumeration. The default fog mode is <see cref="F:Microsoft.DirectX.Direct3D.FogMode.FogMode.None" />. See <see cref="N:Fog" />.</summary>
  5465.     </member>
  5466.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5467.       <summary>Enables or disables specular highlights. Set to true to enable specular highlights, or false to disable them. The default value is false.Specular highlights are calculated as though every vertex in the object being lit is at the object's origin. This gives the expected results as long as the object is modeled around the origin and the distance from the light to the object is relatively large. In other cases, the results are undefined.When this state is set to true, the specular color is added to the base color after the texture cascade but before alpha blending.</summary>
  5468.     </member>
  5469.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5470.       <summary>Enables or disables fog blending. Set to true to enable fog blending, or false to disable it. The default value is false. See <see cref="N:Fog" />.</summary>
  5471.     </member>
  5472.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5473.       <summary>Set to true to enable alpha-blended transparency, or false to disable it.The default value is false. The type of alpha blending is determined by the <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.SourceBlend" /> and <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.DestinationBlend" /> render states.</summary>
  5474.     </member>
  5475.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5476.       <summary>Enables or disables dither. Set to true to enable dithering, or false to disable it. The default value is false.</summary>
  5477.     </member>
  5478.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5479.       <summary>A member of the <see cref="T:Microsoft.DirectX.Direct3D.Compare" /> enumeration that represents the alpha comparison function.The default value is <see cref="F:Microsoft.DirectX.Direct3D.Compare.Compare.Always" />.The <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.AlphaFunction" /> member enables an application to accept or reject a pixel based on its alpha value.</summary>
  5480.     </member>
  5481.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5482.       <summary>Specifies a reference alpha value against which pixels are tested when alpha testing is enabled. The default value is 0. Values can range from 0x00000000 to 0x000000FF.</summary>
  5483.     </member>
  5484.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5485.       <summary>Specifies the comparison function for the z-buffer test. Valid values are members of the <see cref="T:Microsoft.DirectX.Direct3D.Compare" /> enumeration.The depth value of the pixel is compared to the depth-buffer value. If the depth value of the pixel passes the comparison function, the pixel is written.</summary>
  5486.     </member>
  5487.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5488.       <summary>Specifies how back-facing triangles are culled, if at all. Set to a member of the <see cref="T:Microsoft.DirectX.Direct3D.Cull" /> enumeration that specifies the culling mode. The default value is <see cref="F:Microsoft.DirectX.Direct3D.Cull.Cull.CounterClockwise" />.</summary>
  5489.     </member>
  5490.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5491.       <summary>Contains a member of the <see cref="T:Microsoft.DirectX.Direct3D.Blend" /> enumeration that represents the destination . The default value is <see cref="F:Microsoft.DirectX.Direct3D.Blend.Blend.Zero" />.</summary>
  5492.     </member>
  5493.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5494.       <summary>Contains a member of the <see cref="T:Microsoft.DirectX.Direct3D.Blend" /> enumeration that represents the source . The default value is <see cref="F:Microsoft.DirectX.Direct3D.Blend.Blend.One" />.</summary>
  5495.     </member>
  5496.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5497.       <summary>Enables or disables drawing of the last pixel in a line. Set to true to enable drawing of the last pixel in a line, or false to prevent it. The default value is true.</summary>
  5498.     </member>
  5499.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5500.       <summary>Enables a per-pixel alpha test. Set to true to enable per-pixel alpha testing, or false to disable it.If the test passes, the pixel is processed by the frame buffer. Otherwise, all frame-buffer processing is skipped for the pixel.The test is done by comparing the incoming alpha value with the reference alpha value, using the comparison function provided by <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.AlphaFunction" />. The reference alpha value is determined by the value set for <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.ReferenceAlpha" />.The default value is false.</summary>
  5501.     </member>
  5502.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5503.       <summary>Set to true to enable writing to the depth buffer, or false to disable it.The default value is true.This member enables an application to prevent the system from updating the depth buffer with new depth values.If false, depth comparisons are still made according to the render state <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.ZBufferFunction" />, assuming that depth buffering is taking place, but depth values are not written to the buffer.</summary>
  5504.     </member>
  5505.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5506.       <summary>Value used to select the arithmetic operation applied to separate alpha blend when the render state, <see cref="T:Microsoft.DirectX.Direct3D.RenderStates" />, is set to true.Valid values are defined by the <see cref="T:Microsoft.DirectX.Direct3D.BlendOperation" /> enumeration. The default value is <see cref="F:Microsoft.DirectX.Direct3D.BlendOperation.BlendOperation.Add" />.If the <see cref="P:Microsoft.DirectX.Direct3D.MiscCaps.SupportsBlendOperation" /> device capability is not supported, <see cref="F:Microsoft.DirectX.Direct3D.BlendOperation.BlendOperation.Add" /> is performed.</summary>
  5507.     </member>
  5508.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5509.       <summary>A member of the <see cref="T:Microsoft.DirectX.Direct3D.Blend" /> enumeration that represents the destination .This value is ignored unless <see cref="T:Microsoft.DirectX.Direct3D.RenderStates" /> is true.The default value is <see cref="F:Microsoft.DirectX.Direct3D.Blend.Blend.Zero" />.</summary>
  5510.     </member>
  5511.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5512.       <summary>A member of the <see cref="T:Microsoft.DirectX.Direct3D.Blend" /> enumeration that represents the source .This value is ignored unless <see cref="T:Microsoft.DirectX.Direct3D.RenderStates" /> is true.The default value is <see cref="F:Microsoft.DirectX.Direct3D.Blend.Blend.One" />.</summary>
  5513.     </member>
  5514.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5515.       <summary>Enables or disables the separate for the alpha channel. Set to true to enable separate alpha blend, or false disable it. The default value is false.When set to false, the render targetblending factors and operations applied to alpha are forced to be the same as those defined for color. This mode is effectively hardwired to false on implementations that do not set <see cref="P:Microsoft.DirectX.Direct3D.MiscCaps.SupportsSeparateAlphaBlend" />.The type of separate alpha blending is determined by <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.SourceBlendAlpha" /> and <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.DestinationBlendAlpha" />.</summary>
  5516.     </member>
  5517.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5518.       <summary>Sets or retrieves the depth bias for polygons.The <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.DepthBias" /> value is an integer in the range of 0 through 16 which causes polygons that are physically coplanar to appear separate. Polygons with a high z-bias value appear in front of polygons with a low value, without requiring sorting for drawing order. For example, polygons with a value of 1 appear in front of polygons with a value of 0.</summary>
  5519.     </member>
  5520.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5521.       <summary>Enables render-target writes to be gamma corrected to sRGB. Set to true to enable sRGB writes, or false to disable them. The default value is false.</summary>
  5522.     </member>
  5523.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5524.       <summary>A <see cref="T:System.Drawing.Color" /> object used for a constant blend factor during alpha blending.<see cref="F:Microsoft.DirectX.Direct3D.RenderStates.BlendFactor" /> member is available if <see cref="P:Microsoft.DirectX.Direct3D.BlendCaps.SupportsBlendFactor" /> is set in <see cref="P:Microsoft.DirectX.Direct3D.Caps.SourceBlendCaps" /> or <see cref="P:Microsoft.DirectX.Direct3D.Caps.DestinationBlendCaps" /> for the device.</summary>
  5525.     </member>
  5526.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5527.       <summary>Additional <see cref="T:Microsoft.DirectX.Direct3D.ColorWriteEnable" /> values for a device. See <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.ColorWriteEnable" />.<see cref="F:Microsoft.DirectX.Direct3D.RenderStates.ColorWriteEnable3" /> is available if <see cref="P:Microsoft.DirectX.Direct3D.MiscCaps.SupportsIndependentWriteMasks" /> is set in <see cref="P:Microsoft.DirectX.Direct3D.Caps.PrimitiveMiscCaps" /> for the device.</summary>
  5528.     </member>
  5529.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5530.       <summary>Additional <see cref="T:Microsoft.DirectX.Direct3D.ColorWriteEnable" /> values for a device. See <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.ColorWriteEnable" />.<see cref="F:Microsoft.DirectX.Direct3D.RenderStates.ColorWriteEnable2" /> is available if <see cref="P:Microsoft.DirectX.Direct3D.MiscCaps.SupportsIndependentWriteMasks" /> is set in <see cref="P:Microsoft.DirectX.Direct3D.Caps.PrimitiveMiscCaps" /> for the device.</summary>
  5531.     </member>
  5532.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5533.       <summary>Additional <see cref="T:Microsoft.DirectX.Direct3D.ColorWriteEnable" /> values for a device. See <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.ColorWriteEnable" />.<see cref="F:Microsoft.DirectX.Direct3D.RenderStates.ColorWriteEnable1" /> is available if <see cref="P:Microsoft.DirectX.Direct3D.MiscCaps.SupportsIndependentWriteMasks" /> is set in <see cref="P:Microsoft.DirectX.Direct3D.Caps.PrimitiveMiscCaps" /> for the device.</summary>
  5534.     </member>
  5535.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5536.       <summary>The comparison function used by the counterclockwise (CCW) stencil test. Valid values are from the <see cref="T:Microsoft.DirectX.Direct3D.Compare" /> enumeration.The test passes if ((ref & mask) stencil_compare_function (stencil & mask)) == true.</summary>
  5537.     </member>
  5538.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5539.       <summary>The <see cref="T:Microsoft.DirectX.Direct3D.StencilOperation" /> to perform if both counterclockwise (CCW) stencil and z-tests pass. Valid values are from the <see cref="T:Microsoft.DirectX.Direct3D.StencilOperation" /> enumeration. The default value is <see cref="F:Microsoft.DirectX.Direct3D.StencilOperation.StencilOperation.Keep" />.</summary>
  5540.     </member>
  5541.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5542.       <summary>The <see cref="T:Microsoft.DirectX.Direct3D.StencilOperation" /> to perform if the counterclockwise (CCW) stencil test passes and the z-test fails. Valid values are from the <see cref="T:Microsoft.DirectX.Direct3D.StencilOperation" /> enumeration. The default value is <see cref="F:Microsoft.DirectX.Direct3D.StencilOperation.StencilOperation.Keep" />.</summary>
  5543.     </member>
  5544.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5545.       <summary>The <see cref="T:Microsoft.DirectX.Direct3D.StencilOperation" /> to perform if the counterclockwise (CCW) stencil test fails. Valid values are from the <see cref="T:Microsoft.DirectX.Direct3D.StencilOperation" /> enumeration. The default value is <see cref="F:Microsoft.DirectX.Direct3D.StencilOperation.StencilOperation.Keep" />.</summary>
  5546.     </member>
  5547.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5548.       <summary>Enables or disables two-sided stenciling. Set to true to enable two-sided stenciling, or false to disable it.The application should set <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.CullMode" /> to <see cref="F:Microsoft.DirectX.Direct3D.Cull.Cull.None" /> to enable two-sided stencil mode. If the triangle winding order is clockwise, the <see cref="T:Microsoft.DirectX.Direct3D.RenderStates" /> operations are used. If the winding order is counterclockwise, the <see cref="T:Microsoft.DirectX.Direct3D.RenderStates" /> operations are used. See <see cref="T:Microsoft.DirectX.Direct3D.StencilOperation" /></summary>
  5549.     </member>
  5550.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5551.       <summary>Enables or disables adaptive tessellation. Set to true to enable adaptive tessellation, or false to disable it. The default value is false.</summary>
  5552.     </member>
  5553.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5554.       <summary>Amount to adaptively tessellate in the w direction. The default value is 0.0f.</summary>
  5555.     </member>
  5556.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5557.       <summary>Amount to adaptively tessellate in the z direction. The default value is 1.0f.</summary>
  5558.     </member>
  5559.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5560.       <summary>Amount to adaptively tessellate in the y direction. The default value is 0.0f.</summary>
  5561.     </member>
  5562.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5563.       <summary>Amount to adaptively tessellate in the x direction. The default value is 0.0f.</summary>
  5564.     </member>
  5565.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5566.       <summary>The maximum tessellation level. The default value is 1.0f.</summary>
  5567.     </member>
  5568.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5569.       <summary>The minimum tessellation level. The default value is 1.0f.</summary>
  5570.     </member>
  5571.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5572.       <summary>Set to true to enable antialiasing of lines, or false to disable it. The default value is false.The <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.AntialiasedLineEnable" /> member applies to triangles drawn in wireframe mode as well as line-drawing primitive types.When rendering to a multisample render target, this render state is ignored, and all lines are rendered aliased. For antialiased line rendering in multisample render targets, use a <see cref="T:Microsoft.DirectX.Direct3D.Line" /> object, which generates textured polygons.</summary>
  5573.     </member>
  5574.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5575.       <summary>Used to determine how much bias can be applied to coplanar primitives to reduce z-fighting. The default value is 0.bias = (max * SlopeScaleDepthBias) + DepthBiaswhere max is the maximum depth slope of the triangle being rendered. See <see cref="N:DepthBuffers" />.</summary>
  5576.     </member>
  5577.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5578.       <summary>Enables or disables scissor testing. Set to true to enable scissor testing, or false to disable it. The default value is false.</summary>
  5579.     </member>
  5580.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5581.       <summary>The degree of interpolation (linear, cubic, quadratic, or quintic) using the N-patch normal. Valid values are from the <see cref="T:Microsoft.DirectX.Direct3D.DegreeType" /> enumeration. The default render state is <see cref="F:Microsoft.DirectX.Direct3D.DegreeType.DegreeType.Linear" />.</summary>
  5582.     </member>
  5583.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5584.       <summary>The N-patch position interpolation degree. Valid values are from the <see cref="T:Microsoft.DirectX.Direct3D.DegreeType" /> enumeration that specifies the degree. The default value is <see cref="F:Microsoft.DirectX.Direct3D.DegreeType.DegreeType.Cubic" />.The <see cref="F:Microsoft.DirectX.Direct3D.DegreeType.DegreeType.Linear" /> value also can be used.</summary>
  5585.     </member>
  5586.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5587.       <summary>A value used to select the arithmetic operation to apply when the alpha blend render state, <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.AlphaBlendEnable" /> is set to true.Valid values are defined by the <see cref="T:Microsoft.DirectX.Direct3D.BlendOperation" /> enumeration. The default value is <see cref="F:Microsoft.DirectX.Direct3D.BlendOperation.BlendOperation.Add" />.If the <see cref="P:Microsoft.DirectX.Direct3D.MiscCaps.SupportsBlendOperation" /> device capability is not supported, <see cref="F:Microsoft.DirectX.Direct3D.BlendOperation.BlendOperation.Add" /> is performed.</summary>
  5588.     </member>
  5589.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5590.       <summary>Specifies a floating-point value that controls the tween factor. The default value is 0.0f.</summary>
  5591.     </member>
  5592.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5593.       <summary>Enables a per-channel write for the render target color buffer. Valid values for this render state can be any combination of <see cref="T:Microsoft.DirectX.Direct3D.ColorWriteEnable" /> enumeration members.</summary>
  5594.     </member>
  5595.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5596.       <summary>Enables or disables indexed vertex blending. Set to true to enable indexed vertex blending, or false to disable it. The default value is false.When indexed vertex blending is disabled and vertex blending is enabled through <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.VertexBlend" />, it is equivalent to having matrix indices 0, 1, 2, and 3 in every vertex. If indexed vertex blending is enabled (set to true), the user must pass matrix indices with every vertex.</summary>
  5597.     </member>
  5598.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5599.       <summary>Specifies the maximum size to which point sprites can be set. The default value is 64.0f. The value must be less than or equal to <see cref="P:Microsoft.DirectX.Direct3D.Caps.MaxPointSize" /> and greater than or equal to <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.PointSizeMin" />.</summary>
  5600.     </member>
  5601.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5602.       <summary>Enables or disables the debug monitor token. Set to true to enable the debug monitor, or false to disable it. Should be set only for debugging the monitor and is useful for debug builds only.The default value for the debug monitor is true.</summary>
  5603.     </member>
  5604.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5605.       <summary>The tessellation mode for patch edges. Valid value are from the <see cref="T:Microsoft.DirectX.Direct3D.PatchEdge" /> enumeration. The default render state is <see cref="F:Microsoft.DirectX.Direct3D.PatchEdge.PatchEdge.Discrete" />.Using the <see cref="F:Microsoft.DirectX.Direct3D.PatchEdge.PatchEdge.Continuous" /> tessellation mode helps reduce rendering artifacts.</summary>
  5606.     </member>
  5607.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5608.       <summary>Enables use of a multisample buffer as an accumulation buffer. The default value is 0xFFFFFFFF.This render state allows multipass rendering of geometry, in which each pass updates a subset of samples. The state has no effect when rendering to a single sample buffer.Each bit in the <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.MultisampleMask" />, starting at the least significant bit (LSB), controls modification of one of the samples in a multisample render target. Thus, for an 8-sample render target, the low byte contains the eight write enables for each of the eight samples. This property enables use of a multisample buffer as an accumulation buffer. If there are n multisamples and k enabled samples, the resulting intensity of the rendered image should be k/n. Each component RGB of every pixel is factored by k/n. See <see cref="T:Microsoft.DirectX.Direct3D.MultiSampleType" /></summary>
  5609.     </member>
  5610.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5611.       <summary>Determines how individual samples are computed when using a multisample render target buffer.When set to true, the multiple samples are computed so that full-scene antialiasing is performed by sampling at different sample positions for each multiple sample.When set to false, the multiple samples are all written with the same sample value, sampled at the pixel center, which allows non-antialiased rendering to a multisample buffer. The default value is true. This render state has no effect when rendering to a single sample buffer.</summary>
  5612.     </member>
  5613.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5614.       <summary>Controls the distance-based size attenuation for point primitives. The default value is 1.0f.This render state is active only when <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.PointScaleEnable" /> is set to true. The range for this value is greater than or equal to 0.0f.</summary>
  5615.     </member>
  5616.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5617.       <summary>Controls the distance-based size attenuation for point primitives. The default value is 1.0f.This render state is active only when <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.PointScaleEnable" /> is set to true. The range for this value is greater than or equal to 0.0f.</summary>
  5618.     </member>
  5619.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5620.       <summary>Enables or disables user-defined clipping planes. Valid values are any DWORD in which the status of each bit (set or not set) toggles the activation state of a corresponding user-defined clipping plane. The default value is 0.The least significant bit (bit 0) controls the first clipping plane at index 0, and subsequent bits control the activation of clipping planes at higher indexes. If a bit is set, the system applies the appropriate clipping plane during scene rendering.</summary>
  5621.     </member>
  5622.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5623.       <summary>Specifies the number of matrices to use to perform geometry blending. Valid values are members of the <see cref="T:Microsoft.DirectX.Direct3D.VertexBlend" /> enumeration. The default value is <see cref="F:Microsoft.DirectX.Direct3D.VertexBlend.VertexBlend.Disable" />.</summary>
  5624.     </member>
  5625.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5626.       <summary>Retrieves or sets the fog color as a <see cref="T:System.Drawing.Color" /> object.</summary>
  5627.     </member>
  5628.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5629.       <summary>Specifies the shade mode to use for rendering. Valid values are from the <see cref="T:Microsoft.DirectX.Direct3D.ShadeMode" /> enumeration. The default value is <see cref="F:Microsoft.DirectX.Direct3D.ShadeMode.ShadeMode.Gouraud" />.</summary>
  5630.     </member>
  5631.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5632.       <summary>Enables or disables depth buffering. Set to true to enable depth buffering, or false to disable it. The default value is true.</summary>
  5633.     </member>
  5634.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5635.       <summary>Specifies the size to use for point size computation in cases in which point size is not specified for each vertex. The default value is 1.0f.This value is not used when the vertex contains a point size. The value is defined in screen space units if <see cref="F:Microsoft.DirectX.Direct3D.RenderStates.PointScaleEnable" /> is set to false; otherwise, it is defined in world space units. The range for the value is greater than or equal to 0.0f.</summary>
  5636.     </member>
  5637.     <member name="F:Microsoft.DirectX.Direct3D.RenderStates.">
  5638.       <summary>A value from the <see cref="T:Microsoft.DirectX.Direct3D.FillMode" /> enumeration that represents the fill mode to apply. The default value is <see cref="F:Microsoft.DirectX.Direct3D.FillMode.FillMode.Solid" />.</summary>
  5639.     </member>
  5640.     <member name="T:Microsoft.DirectX.Direct3D.RenderTargetsMax">
  5641.       <summary>Defines the maximum number of simultaneous render targets supported.</summary>
  5642.     </member>
  5643.     <member name="F:Microsoft.DirectX.Direct3D.RenderTargetsMax.">
  5644.       <summary>Allows four simultaneous render targets.</summary>
  5645.     </member>
  5646.     <member name="T:Microsoft.DirectX.Direct3D.ResourceType">
  5647.       <summary>Defines resource types.</summary>
  5648.     </member>
  5649.     <member name="F:Microsoft.DirectX.Direct3D.ResourceType.">
  5650.       <summary>Index buffer resource.</summary>
  5651.     </member>
  5652.     <member name="F:Microsoft.DirectX.Direct3D.ResourceType.">
  5653.       <summary>Vertex buffer resource.</summary>
  5654.     </member>
  5655.     <member name="F:Microsoft.DirectX.Direct3D.ResourceType.">
  5656.       <summary>Cube texture resource.</summary>
  5657.     </member>
  5658.     <member name="F:Microsoft.DirectX.Direct3D.ResourceType.">
  5659.       <summary>Volume texture resource.</summary>
  5660.     </member>
  5661.     <member name="F:Microsoft.DirectX.Direct3D.ResourceType.">
  5662.       <summary>Volume resource.</summary>
  5663.     </member>
  5664.     <member name="F:Microsoft.DirectX.Direct3D.ResourceType.">
  5665.       <summary>Surface resource.</summary>
  5666.     </member>
  5667.     <member name="F:Microsoft.DirectX.Direct3D.ResourceType.">
  5668.       <summary>Texture resource.</summary>
  5669.     </member>
  5670.     <member name="T:Microsoft.DirectX.Direct3D.ResultCode">
  5671.       <summary>Defines result codes.</summary>
  5672.     </member>
  5673.     <member name="F:Microsoft.DirectX.Direct3D.ResultCode.">
  5674.       <summary>Method call is invalid; for example, a method's parameter might not be a valid pointer.</summary>
  5675.     </member>
  5676.     <member name="F:Microsoft.DirectX.Direct3D.ResultCode.">
  5677.       <summary>Requested device type is not valid.</summary>
  5678.     </member>
  5679.     <member name="F:Microsoft.DirectX.Direct3D.ResultCode.">
  5680.       <summary>Device does not support the queried technique.</summary>
  5681.     </member>
  5682.     <member name="F:Microsoft.DirectX.Direct3D.ResultCode.">
  5683.       <summary>Device has been lost but can be reset at this time.</summary>
  5684.     </member>
  5685.     <member name="F:Microsoft.DirectX.Direct3D.ResultCode.">
  5686.       <summary>Device has been lost but cannot be reset at this time. Therefore, rendering is not possible.</summary>
  5687.     </member>
  5688.     <member name="F:Microsoft.DirectX.Direct3D.ResultCode.">
  5689.       <summary>Device does not support the specified texture filter.</summary>
  5690.     </member>
  5691.     <member name="F:Microsoft.DirectX.Direct3D.ResultCode.">
  5692.       <summary>Device does not support the specified texture factor value.</summary>
  5693.     </member>
  5694.     <member name="F:Microsoft.DirectX.Direct3D.ResultCode.">
  5695.       <summary>Current texture filters cannot be used together.</summary>
  5696.     </member>
  5697.     <member name="F:Microsoft.DirectX.Direct3D.ResultCode.">
  5698.       <summary>Application is requesting more texture-filtering operations than the device supports.</summary>
  5699.     </member>
  5700.     <member name="F:Microsoft.DirectX.Direct3D.ResultCode.">
  5701.       <summary>Device does not support a specified texture-blending argument for the alpha channel.</summary>
  5702.     </member>
  5703.     <member name="F:Microsoft.DirectX.Direct3D.ResultCode.">
  5704.       <summary>Device does not support a specified texture-blending operation for the alpha channel.</summary>
  5705.     </member>
  5706.     <member name="F:Microsoft.DirectX.Direct3D.ResultCode.">
  5707.       <summary>Device does not support a specified texture-blending argument for color values.</summary>
  5708.     </member>
  5709.     <member name="F:Microsoft.DirectX.Direct3D.ResultCode.">
  5710.       <summary>Device does not support a specified texture-blending operation for color values.</summary>
  5711.     </member>
  5712.     <member name="F:Microsoft.DirectX.Direct3D.ResultCode.">
  5713.       <summary>Pixel format of the texture surface is not valid.</summary>
  5714.     </member>
  5715.     <member name="F:Microsoft.DirectX.Direct3D.ResultCode.">
  5716.       <summary>Operation was successful.</summary>
  5717.     </member>
  5718.     <member name="T:Microsoft.DirectX.Direct3D.SamplerStageStates">
  5719.       <summary>Defines the sampler state types.</summary>
  5720.     </member>
  5721.     <member name="F:Microsoft.DirectX.Direct3D.SamplerStageStates.">
  5722.       <summary>Vertex offset in the presampled displacement map. This is a constant used by the tessellator, its default value is zero.</summary>
  5723.     </member>
  5724.     <member name="F:Microsoft.DirectX.Direct3D.SamplerStageStates.">
  5725.       <summary>Element index to use when an element with multiple textures is assigned to the sampler.</summary>
  5726.     </member>
  5727.     <member name="F:Microsoft.DirectX.Direct3D.SamplerStageStates.">
  5728.       <summary>Determines whether to use gamma correction. Set to true to enable gamma correction. The default value is false.</summary>
  5729.     </member>
  5730.     <member name="F:Microsoft.DirectX.Direct3D.SamplerStageStates.">
  5731.       <summary>The level of detail (LOD) index of the largest map to use. Index values range from 0 to (n-1) where 0 is the largest map. The default value is zero.</summary>
  5732.     </member>
  5733.     <member name="F:Microsoft.DirectX.Direct3D.SamplerStageStates.">
  5734.       <summary>Mipmaplevel of detail (LOD) bias. The default value is zero.</summary>
  5735.     </member>
  5736.     <member name="F:Microsoft.DirectX.Direct3D.SamplerStageStates.">
  5737.       <summary>Border color represented as a member of the <see cref="T:System.Drawing.Color" /> structure.</summary>
  5738.     </member>
  5739.     <member name="F:Microsoft.DirectX.Direct3D.SamplerStageStates.">
  5740.       <summary>Texture-address mode for the w coordinate. The default value is <see cref="F:Microsoft.DirectX.Direct3D.TextureAddress.TextureAddress.Wrap" />. See <see cref="T:Microsoft.DirectX.Direct3D.TextureAddress" />.</summary>
  5741.     </member>
  5742.     <member name="F:Microsoft.DirectX.Direct3D.SamplerStageStates.">
  5743.       <summary>Texture-address mode for the v coordinate. The default value is <see cref="F:Microsoft.DirectX.Direct3D.TextureAddress.TextureAddress.Wrap" />. See <see cref="T:Microsoft.DirectX.Direct3D.TextureAddress" />.</summary>
  5744.     </member>
  5745.     <member name="F:Microsoft.DirectX.Direct3D.SamplerStageStates.">
  5746.       <summary>Texture-address mode for the u coordinate. The default value is <see cref="F:Microsoft.DirectX.Direct3D.TextureAddress.TextureAddress.Wrap" />. See <see cref="T:Microsoft.DirectX.Direct3D.TextureAddress" />.</summary>
  5747.     </member>
  5748.     <member name="F:Microsoft.DirectX.Direct3D.SamplerStageStates.">
  5749.       <summary>Minification filter. The default value is <see cref="F:Microsoft.DirectX.Direct3D.TextureFilter.TextureFilter.None" />. See <see cref="T:Microsoft.DirectX.Direct3D.TextureFilter" />.</summary>
  5750.     </member>
  5751.     <member name="F:Microsoft.DirectX.Direct3D.SamplerStageStates.">
  5752.       <summary>Magnification filter. The default value is <see cref="F:Microsoft.DirectX.Direct3D.TextureFilter.TextureFilter.None" />. See <see cref="T:Microsoft.DirectX.Direct3D.TextureFilter" />.</summary>
  5753.     </member>
  5754.     <member name="F:Microsoft.DirectX.Direct3D.SamplerStageStates.">
  5755.       <summary>Maximum anisotropy value. The default value is zero.</summary>
  5756.     </member>
  5757.     <member name="F:Microsoft.DirectX.Direct3D.SamplerStageStates.">
  5758.       <summary>Mipmap filter to use during minification. The default value is <see cref="F:Microsoft.DirectX.Direct3D.TextureFilter.TextureFilter.None" />. See <see cref="T:Microsoft.DirectX.Direct3D.TextureFilter" />.</summary>
  5759.     </member>
  5760.     <member name="T:Microsoft.DirectX.Direct3D.ShadeMode">
  5761.       <summary>Defines constants that describe the supported shading modes.</summary>
  5762.     </member>
  5763.     <member name="F:Microsoft.DirectX.Direct3D.ShadeMode.">
  5764.       <summary>Not supported.</summary>
  5765.     </member>
  5766.     <member name="F:Microsoft.DirectX.Direct3D.ShadeMode.">
  5767.       <summary>Gouraud shading mode. The color and specular components of the face are determined by a linear interpolation between all three of the triangle's vertices.</summary>
  5768.     </member>
  5769.     <member name="F:Microsoft.DirectX.Direct3D.ShadeMode.">
  5770.       <summary>Flat shading mode. The color and specular component of the first vertex in the triangle are used to determine the color and specular component of the face. These colors remain constant across the triangle; that is, they are not interpolated. The specular alpha is interpolated.</summary>
  5771.     </member>
  5772.     <member name="T:Microsoft.DirectX.Direct3D.StateBlockType">
  5773.       <summary>Defines logical groups of device states.</summary>
  5774.     </member>
  5775.     <member name="F:Microsoft.DirectX.Direct3D.StateBlockType.">
  5776.       <summary>Captures all of the current lights, the current vertex shader and its constants, and the texture stage states specified by <see cref="T:Microsoft.DirectX.Direct3D.TextureCoordinateIndex" /> and <see cref="T:Microsoft.DirectX.Direct3D.TextureTransform" />.</summary>
  5777.     </member>
  5778.     <member name="F:Microsoft.DirectX.Direct3D.StateBlockType.">
  5779.       <summary>Captures the current pixel shader and its constants.</summary>
  5780.     </member>
  5781.     <member name="F:Microsoft.DirectX.Direct3D.StateBlockType.">
  5782.       <summary>Captures all device states.</summary>
  5783.     </member>
  5784.     <member name="T:Microsoft.DirectX.Direct3D.StencilOperation">
  5785.       <summary>Defines the supported stencil operations.</summary>
  5786.     </member>
  5787.     <member name="F:Microsoft.DirectX.Direct3D.StencilOperation.">
  5788.       <summary>Sets the stencil-buffer entry to 0.</summary>
  5789.     </member>
  5790.     <member name="F:Microsoft.DirectX.Direct3D.StencilOperation.">
  5791.       <summary>Decrements the stencil-buffer entry, wrapping to the maximum value if the new value is less than 0.</summary>
  5792.     </member>
  5793.     <member name="F:Microsoft.DirectX.Direct3D.StencilOperation.">
  5794.       <summary>Increments the stencil-buffer entry, wrapping to 0 if the new value exceeds the maximum value.</summary>
  5795.     </member>
  5796.     <member name="F:Microsoft.DirectX.Direct3D.StencilOperation.">
  5797.       <summary>Inverts the bits in the stencil-buffer entry.</summary>
  5798.     </member>
  5799.     <member name="F:Microsoft.DirectX.Direct3D.StencilOperation.">
  5800.       <summary>Decrements the stencil-buffer entry, clamping to 0.</summary>
  5801.     </member>
  5802.     <member name="F:Microsoft.DirectX.Direct3D.StencilOperation.">
  5803.       <summary>Increments the stencil-buffer entry, clamping to the maximum value.</summary>
  5804.     </member>
  5805.     <member name="F:Microsoft.DirectX.Direct3D.StencilOperation.">
  5806.       <summary>Does not update the stencil-buffer entry. This is the default value.</summary>
  5807.     </member>
  5808.     <member name="F:Microsoft.DirectX.Direct3D.StencilOperation.">
  5809.       <summary>Replaces the stencil-buffer entry with a reference value.</summary>
  5810.     </member>
  5811.     <member name="T:Microsoft.DirectX.Direct3D.SwapEffect">
  5812.       <summary>Defines swap effects.</summary>
  5813.     </member>
  5814.     <member name="F:Microsoft.DirectX.Direct3D.SwapEffect.">
  5815.       <summary>When a swap chain is created with a swap effect of <see cref="F:Microsoft.DirectX.Direct3D.SwapEffect.Flip" /> or <see cref="F:Microsoft.DirectX.Direct3D.SwapEffect.Copy" />, the runtime guarantees that a <see cref="M:Microsoft.DirectX.Direct3D.Device.Present" /> operation will not affect the content of any of the back buffers. However, meeting this guarantee can involve substantial video memory or processing overheads, especially when implementing flip semantics for a windowed swap chain or copy semantics for a full-screen swap chain. An application can use the <see cref="F:Microsoft.DirectX.Direct3D.SwapEffect.Discard" /> swap effect to avoid these overheads and to enable the display driver to choose the most efficient presentation technique for the swap chain.<see cref="F:Microsoft.DirectX.Direct3D.SwapEffect.Discard" /> is also the only swap effect that can be used when specifying a value other than <see cref="F:Microsoft.DirectX.Direct3D.MultiSampleType.None" /> for <see cref="T:Microsoft.DirectX.Direct3D.PresentParameters" />.<see cref="T:Microsoft.DirectX.Direct3D.MultiSampleType" />. Like a swap chain that uses <see cref="F:Microsoft.DirectX.Direct3D.SwapEffect.Flip" />, a swap chain that uses <see cref="F:Microsoft.DirectX.Direct3D.SwapEffect.Discard" /> might include more than one back buffer, any of which can be accessed using <see cref="M:Microsoft.DirectX.Direct3D.Device.GetBackBuffer(System.Int32,System.Int32,Microsoft.DirectX.Direct3D.BackBufferType)" /> or <see cref="M:Microsoft.DirectX.Direct3D.SwapChain.GetBackBuffer(System.Int32,Microsoft.DirectX.Direct3D.BackBufferType)" />. The swap chain is essentially a queue where 0 always indexes the back buffer that will be displayed by the next <see cref="M:Microsoft.DirectX.Direct3D.Device.Present" /> operation and from which buffers are discarded once they have been displayed. An application that uses this swap effect should update an entire back buffer before invoking a <see cref="M:Microsoft.DirectX.Direct3D.Device.Present" /> operation that displays it. The debug version of the runtime overwrites the contents of discarded back buffers with random data, to enable developers to verify that their applications are updating the entire back buffer surface correctly. For a full-screen swap chain, the presentation rate is determined by the value assigned to <see cref="T:Microsoft.DirectX.Direct3D.PresentParameters" />.<see cref="P:Microsoft.DirectX.Direct3D.PresentParameters.PresentationInterval" /> when the device or swap chain is created. Unless this value is <see cref="F:Microsoft.DirectX.Direct3D.PresentInterval.Immediate" />, the presentation is synchronized with the vertical sync of the monitor. For a windowed swap chain, the presentation is implemented by means of copy operations, and always occurs immediately.</summary>
  5816.     </member>
  5817.     <member name="F:Microsoft.DirectX.Direct3D.SwapEffect.">
  5818.       <summary>This swap effect can be specified only for a swap chain that comprises a single back buffer. Whether the swap chain is windowed or full-screen, the runtime guarantees the semantics implied by a copy-based <see cref="M:Microsoft.DirectX.Direct3D.Device.Present" /> operation; specifically, that the operation leaves the content of the back buffer unchanged, instead of replacing it with the content of the front buffer as a flip-based <see cref="M:Microsoft.DirectX.Direct3D.Device.Present" /> operation would. For a windowed swap chain, a <see cref="M:Microsoft.DirectX.Direct3D.Device.Present" /> operation causes the back buffer content to be copied immediately to the client area of the target window. No attempt is made to synchronize the copy with the vertical retrace period of the display adapter, so tearing effects may be observed. For a full-screen swap chain, the runtime uses a combination of flip and copy operations, which are supported by hidden back buffers if necessary, to accomplish the <see cref="M:Microsoft.DirectX.Direct3D.Device.Present" /> operation. Accordingly, the presentation is synchronized with the display adapter's vertical retrace and its rate is constrained by the chosen presentation interval. A swap chain specified with the <see cref="F:Microsoft.DirectX.Direct3D.PresentInterval.Immediate" /> flag is the only exception. (For more information, see <see cref="T:Microsoft.DirectX.Direct3D.PresentParameters" />.<see cref="P:Microsoft.DirectX.Direct3D.PresentParameters.PresentationInterval" />.) In this case, a <see cref="M:Microsoft.DirectX.Direct3D.Device.Present" /> operation copies the back buffer content directly to the front buffer without waiting for the vertical retrace.</summary>
  5819.     </member>
  5820.     <member name="F:Microsoft.DirectX.Direct3D.SwapEffect.">
  5821.       <summary>The swap chain might include multiple back buffers and is essentially a circular queue that includes the front buffer. Within this queue, the back buffers are always numbered sequentially from 0 to (n - 1), where n is the number of back buffers, so that 0 denotes the least recently presented buffer. When <see cref="M:Microsoft.DirectX.Direct3D.Device.Present" /> is invoked, the queue is rotated so that the front buffer becomes the back buffer (n - 1), while the back buffer 0 becomes the new front buffer. For a full-screen swap chain, the presentation rate is determined by the value assigned to the <see cref="T:Microsoft.DirectX.Direct3D.PresentParameters" />.<see cref="P:Microsoft.DirectX.Direct3D.PresentParameters.PresentationInterval" /> when the device or swap chain is created. Unless this value is <see cref="F:Microsoft.DirectX.Direct3D.PresentInterval.Immediate" />, the presentation is synchronized with the vertical sync of the monitor. For a windowed swap chain, the flipping is implemented by means of copy operations, and the presentation always occurs immediately.</summary>
  5822.     </member>
  5823.     <member name="T:Microsoft.DirectX.Direct3D.TextureAddress">
  5824.       <summary>Defines constants that describe the supported texture-addressing modes.</summary>
  5825.     </member>
  5826.     <member name="F:Microsoft.DirectX.Direct3D.TextureAddress.">
  5827.       <summary>Similar to <see cref="F:Microsoft.DirectX.Direct3D.TextureAddress.Mirror" /> and <see cref="F:Microsoft.DirectX.Direct3D.TextureAddress.Clamp" />. Takes the absolute value of the texture coordinate (thus, mirroring around 0), and then clamps to the maximum value. The most common usage is for volume textures, where support for the full <see cref="F:Microsoft.DirectX.Direct3D.TextureAddress.MirrorOnce" /> texture-addressing mode is not necessary, but the data is symmetrical around the one axis.</summary>
  5828.     </member>
  5829.     <member name="F:Microsoft.DirectX.Direct3D.TextureAddress.">
  5830.       <summary>Texture coordinates outside the range [0.0, 1.0] are set to the border color.</summary>
  5831.     </member>
  5832.     <member name="F:Microsoft.DirectX.Direct3D.TextureAddress.">
  5833.       <summary>Texture coordinates outside the range [0.0, 1.0] are set to the texture color at 0.0 or 1.0, respectively.</summary>
  5834.     </member>
  5835.     <member name="F:Microsoft.DirectX.Direct3D.TextureAddress.">
  5836.       <summary>Similar to <see cref="F:Microsoft.DirectX.Direct3D.TextureAddress.Wrap" />, except that the texture is flipped at every integer junction. For u values between 0 and 1, for example, the texture is addressed normally; between 1 and 2, the texture is flipped (mirrored); between 2 and 3, the texture is normal again, and so on.</summary>
  5837.     </member>
  5838.     <member name="F:Microsoft.DirectX.Direct3D.TextureAddress.">
  5839.       <summary>Tiles the texture at every integer junction. For example, for u values between 0 and 3, the texture is repeated three times. No mirroring is performed.</summary>
  5840.     </member>
  5841.     <member name="T:Microsoft.DirectX.Direct3D.TextureArgument">
  5842.       <summary>Defines the supported texture arguments.</summary>
  5843.     </member>
  5844.     <member name="F:Microsoft.DirectX.Direct3D.TextureArgument.">
  5845.       <summary>Select a constant from a texture stage.</summary>
  5846.     </member>
  5847.     <member name="F:Microsoft.DirectX.Direct3D.TextureArgument.">
  5848.       <summary>Replicate the alpha value to the color components. During sampling, <see cref="F:Microsoft.DirectX.Direct3D.TextureArgument.AlphaReplicate" /> acts as a read modifier.</summary>
  5849.     </member>
  5850.     <member name="F:Microsoft.DirectX.Direct3D.TextureArgument.">
  5851.       <summary>Take the complement, or 1.0 - x. This is a read modifier.</summary>
  5852.     </member>
  5853.     <member name="F:Microsoft.DirectX.Direct3D.TextureArgument.">
  5854.       <summary>Specifies a temporary register color for read or write. <see cref="F:Microsoft.DirectX.Direct3D.TextureArgument.Temp" /> is supported if the <see cref="P:Microsoft.DirectX.Direct3D.MiscCaps.SupportsTextureStageStateArgumentTemp" /> device capability is present. The default value for the register is (0.0, 0.0, 0.0, 0.0). Permissions are read/write.</summary>
  5855.     </member>
  5856.     <member name="F:Microsoft.DirectX.Direct3D.TextureArgument.">
  5857.       <summary>Specifies the texture factor set in the <see cref="T:Microsoft.DirectX.Direct3D.RenderStateManager" />.<see cref="P:Microsoft.DirectX.Direct3D.RenderStateManager.TextureFactor" /> property. Permissions are read-only.</summary>
  5858.     </member>
  5859.     <member name="F:Microsoft.DirectX.Direct3D.TextureArgument.">
  5860.       <summary>Contains the texture color for the current texture stage. Permissions are read-only.</summary>
  5861.     </member>
  5862.     <member name="F:Microsoft.DirectX.Direct3D.TextureArgument.">
  5863.       <summary>Mask value for all arguments; not used when setting texture arguments.</summary>
  5864.     </member>
  5865.     <member name="F:Microsoft.DirectX.Direct3D.TextureArgument.">
  5866.       <summary>Specifies the specular color interpolated from vertex components during Gouraud shading. If the vertex does not contain a specular color, the default color is 0xFFFFFFFF. Permissions are read-only.</summary>
  5867.     </member>
  5868.     <member name="F:Microsoft.DirectX.Direct3D.TextureArgument.">
  5869.       <summary>Gets the current element in the collection.</summary>
  5870.     </member>
  5871.     <member name="F:Microsoft.DirectX.Direct3D.TextureArgument.">
  5872.       <summary>Specifies the diffuse color interpolated from vertex components during Gouraud shading. If the vertex does not contain a diffuse color, the default color is 0xFFFFFFFF. Permissions are read-only.</summary>
  5873.     </member>
  5874.     <member name="T:Microsoft.DirectX.Direct3D.TextureCoordinateIndex">
  5875.       <summary>Defines the supported texture coordinate index values.</summary>
  5876.     </member>
  5877.     <member name="F:Microsoft.DirectX.Direct3D.TextureCoordinateIndex.">
  5878.       <summary>Uses the specified texture coordinates for sphere mapping.</summary>
  5879.     </member>
  5880.     <member name="F:Microsoft.DirectX.Direct3D.TextureCoordinateIndex.">
  5881.       <summary>Uses the reflection vector, transformed to camera space, as the input texture coordinate for the current stage's texture transformation. The reflection vector is computed from the input vertex position and normal vector.</summary>
  5882.     </member>
  5883.     <member name="F:Microsoft.DirectX.Direct3D.TextureCoordinateIndex.">
  5884.       <summary>Uses the vertex position, transformed to camera space, as the input texture coordinates for the current stage's texture transformation.</summary>
  5885.     </member>
  5886.     <member name="F:Microsoft.DirectX.Direct3D.TextureCoordinateIndex.">
  5887.       <summary>Uses the vertex normal, transformed to camera space, as the input texture coordinates for the current stage's texture transformation.</summary>
  5888.     </member>
  5889.     <member name="F:Microsoft.DirectX.Direct3D.TextureCoordinateIndex.">
  5890.       <summary>Uses the specified texture coordinates contained in the vertex format. This value resolves to 0.</summary>
  5891.     </member>
  5892.     <member name="T:Microsoft.DirectX.Direct3D.TextureFilter">
  5893.       <summary>Defines texture filtering modes for a texture stage.</summary>
  5894.     </member>
  5895.     <member name="F:Microsoft.DirectX.Direct3D.TextureFilter.">
  5896.       <summary>A 4-sample Gaussian filter used as a texture magnification or minification filter.</summary>
  5897.     </member>
  5898.     <member name="F:Microsoft.DirectX.Direct3D.TextureFilter.">
  5899.       <summary>A 4-sample tent filter used as a texture magnification or minification filter.</summary>
  5900.     </member>
  5901.     <member name="F:Microsoft.DirectX.Direct3D.TextureFilter.">
  5902.       <summary>Anisotropic texture filtering used as a texture magnification or minification filter. This type of filtering compensates for distortion caused by the difference in angle between the texture polygon and the plane of the screen.</summary>
  5903.     </member>
  5904.     <member name="F:Microsoft.DirectX.Direct3D.TextureFilter.">
  5905.       <summary>Bilinear interpolation filtering used as a texture magnification or minification filter. A weighted average of a 2x2 area of texels surrounding the desired pixel is used. The texture filter used between mipmap levels is trilinear mipmap interpolation, in which the rasterizer performs linear interpolation on pixel color, using the texels of the two nearest mipmap textures.</summary>
  5906.     </member>
  5907.     <member name="F:Microsoft.DirectX.Direct3D.TextureFilter.">
  5908.       <summary>Point filtering used as a texture magnification or minification filter. The texel with coordinates nearest to the desired pixel value is used. The texture filter used between mipmap levels is based on the nearest point; that is, the rasterizer uses the color from the texel of the nearest mipmap texture.</summary>
  5909.     </member>
  5910.     <member name="F:Microsoft.DirectX.Direct3D.TextureFilter.">
  5911.       <summary>Mipmapping disabled. The rasterizer uses the magnification filter instead.</summary>
  5912.     </member>
  5913.     <member name="T:Microsoft.DirectX.Direct3D.TextureOperation">
  5914.       <summary>Defines per-stage texture-blending operations.</summary>
  5915.     </member>
  5916.     <member name="F:Microsoft.DirectX.Direct3D.TextureOperation.">
  5917.       <summary>Subtracts the components of the second argument from those of the first argument. SRGBA = Arg1 - Arg2</summary>
  5918.     </member>
  5919.     <member name="F:Microsoft.DirectX.Direct3D.TextureOperation.">
  5920.       <summary>Performs linear interpolation between the second and third source arguments by a proportion specified in the first source argument. SRGBA = (Arg1) * Arg2 + (1- Arg1) * Arg3.</summary>
  5921.     </member>
  5922.     <member name="F:Microsoft.DirectX.Direct3D.TextureOperation.">
  5923.       <summary>Performs a multiply-accumulate operation, in which it multiplies the last two arguments, adds them to the remaining input/source argument, and places that into the result. SRGBA = Arg1 + Arg2 *Arg3</summary>
  5924.     </member>
  5925.     <member name="F:Microsoft.DirectX.Direct3D.TextureOperation.">
  5926.       <summary>Modulates the components of each argument as signed components, adds their products, and replicates the sum to all color channels, including alpha. This operation is supported for color and alpha operations. SRGBA = (Arg1R * Arg2R + Arg1G * Arg2G + Arg1B * Arg2B)</summary>
  5927.     </member>
  5928.     <member name="F:Microsoft.DirectX.Direct3D.TextureOperation.">
  5929.       <summary>Performs per-pixel bump mapping, using the environment map in the next texture stage with luminance. This operation is supported only for color operations (<see cref="P:Microsoft.DirectX.Direct3D.TextureStateManager.ColorOperation" />).</summary>
  5930.     </member>
  5931.     <member name="F:Microsoft.DirectX.Direct3D.TextureOperation.">
  5932.       <summary>Performs bump mapping on each pixel, using the environment map in the next texture stage without luminance. This operation is supported only for color operations (<see cref="P:Microsoft.DirectX.Direct3D.TextureStateManager.ColorOperation" />).</summary>
  5933.     </member>
  5934.     <member name="F:Microsoft.DirectX.Direct3D.TextureOperation.">
  5935.       <summary>Similar to <see cref="F:Microsoft.DirectX.Direct3D.TextureOperation.ModulateColorAddAlpha" />, but uses the inverse of the color of the first argument. This operation is supported only for color operations (<see cref="P:Microsoft.DirectX.Direct3D.TextureStateManager.ColorOperation" />). SRGBA = (1 - Arg1RGB) * Arg2RGB + Arg1A</summary>
  5936.     </member>
  5937.     <member name="F:Microsoft.DirectX.Direct3D.TextureOperation.">
  5938.       <summary>Similar to <see cref="F:Microsoft.DirectX.Direct3D.TextureOperation.ModulateAlphaAddColor" />, but uses the inverse of the alpha of the first argument. This operation is supported only for color operations (<see cref="P:Microsoft.DirectX.Direct3D.TextureStateManager.ColorOperation" />). SRGBA = (1 - Arg1A) * Arg2RGB + Arg1RGB</summary>
  5939.     </member>
  5940.     <member name="F:Microsoft.DirectX.Direct3D.TextureOperation.">
  5941.       <summary>Modulates the arguments, then adds the alpha of the first argument. This operation is supported only for color operations (<see cref="P:Microsoft.DirectX.Direct3D.TextureStateManager.ColorOperation" />). SRGBA = Arg1RGB * Arg2RGB + Arg1A</summary>
  5942.     </member>
  5943.     <member name="F:Microsoft.DirectX.Direct3D.TextureOperation.">
  5944.       <summary>Modulates the color of the second argument using the alpha of the first argument, then adds the result to argument one. This operation is supported only for color operations (<see cref="P:Microsoft.DirectX.Direct3D.TextureStateManager.ColorOperation" />). SRGBA = Arg1RGB + Arg1A * Arg2RGB</summary>
  5945.     </member>
  5946.     <member name="F:Microsoft.DirectX.Direct3D.TextureOperation.">
  5947.       <summary>This flag is set in stage n, the output of which is arg1. If stage n + 1 contains a texture, any <see cref="F:Microsoft.DirectX.Direct3D.TextureArgument.Current" /> value in stage n + 1 is premultiplied by that texture.</summary>
  5948.     </member>
  5949.     <member name="F:Microsoft.DirectX.Direct3D.TextureOperation.">
  5950.       <summary>Performs linear blending on the current texture stage, using the alpha taken from the previous texture stage. SRGBA = Arg1 * (Alpha) + Arg2 * (1 - Alpha)</summary>
  5951.     </member>
  5952.     <member name="F:Microsoft.DirectX.Direct3D.TextureOperation.">
  5953.       <summary>Performs linear blending on the current texture stage that uses a premultiplied alpha. SRGBA = Arg1 + Arg2 * (1 - Alpha)</summary>
  5954.     </member>
  5955.     <member name="F:Microsoft.DirectX.Direct3D.TextureOperation.">
  5956.       <summary>Performs linear blending on the current texture stage, using a scalar alpha set with the <see cref="P:Microsoft.DirectX.Direct3D.RenderStateManager.TextureFactor" /> property. SRGBA = Arg1 * (Alpha) + Arg2 * (1 - Alpha)</summary>
  5957.     </member>
  5958.     <member name="F:Microsoft.DirectX.Direct3D.TextureOperation.">
  5959.       <summary>Performs linear blending on the current texture stage, using the interpolated alpha from each vertex. SRGBA = Arg1 * (Alpha) + Arg2 * (1 - Alpha)</summary>
  5960.     </member>
  5961.     <member name="F:Microsoft.DirectX.Direct3D.TextureOperation.">
  5962.       <summary>Performs linear blending on the current texture stage, using the interpolated alpha from each vertex. SRGBA = Arg1 * (Alpha) + Arg2 * (1 - Alpha)</summary>
  5963.     </member>
  5964.     <member name="F:Microsoft.DirectX.Direct3D.TextureOperation.">
  5965.       <summary>Adds the first and second arguments, then subtracts their product from the sum. SRGBA = Arg1 + Arg2 - Arg1 * Arg2</summary>
  5966.     </member>
  5967.     <member name="F:Microsoft.DirectX.Direct3D.TextureOperation.">
  5968.       <summary>Adds the components of the arguments with a -0.5 bias and shifts the products 1 bit to the left. SRGBA = (Arg1 + Arg2 - 0.5) << 1</summary>
  5969.     </member>
  5970.     <member name="F:Microsoft.DirectX.Direct3D.TextureOperation.">
  5971.       <summary>Adds the components of the arguments with a -0.5 bias, making the effective range of values -0.5 through 0.5. SRGBA = Arg1 + Arg2 -0.5</summary>
  5972.     </member>
  5973.     <member name="F:Microsoft.DirectX.Direct3D.TextureOperation.">
  5974.       <summary>Adds the components of the arguments. SRGBA = Arg1 + Arg2</summary>
  5975.     </member>
  5976.     <member name="F:Microsoft.DirectX.Direct3D.TextureOperation.">
  5977.       <summary>Multiplies the components of the arguments, then shifts the products 2 bits to the left (effectively multiplying them by 4) for brightening. SRGBA = (Arg1 * Arg2) << 2</summary>
  5978.     </member>
  5979.     <member name="F:Microsoft.DirectX.Direct3D.TextureOperation.">
  5980.       <summary>Multiplies the components of the arguments, then shifts the products 1 bit to the left (effectively multiplying them by 2) for brightening. SRGBA = (Arg1 * Arg2) << 1</summary>
  5981.     </member>
  5982.     <member name="F:Microsoft.DirectX.Direct3D.TextureOperation.">
  5983.       <summary>Multiplies the components of the arguments. SRGBA = Arg1 * Arg2</summary>
  5984.     </member>
  5985.     <member name="F:Microsoft.DirectX.Direct3D.TextureOperation.">
  5986.       <summary>Uses this texture stage's second color or alpha argument, unmodified, as the output. This operation affects the color argument when used with the <see cref="P:Microsoft.DirectX.Direct3D.TextureStateManager.ColorOperation" /> property, and the alpha argument when used with the <see cref="P:Microsoft.DirectX.Direct3D.TextureStateManager.AlphaOperation" /> property. SRGBA = Arg2</summary>
  5987.     </member>
  5988.     <member name="F:Microsoft.DirectX.Direct3D.TextureOperation.">
  5989.       <summary>Uses this texture stage's first color or alpha argument, unmodified, as the output. This operation affects the color argument when used with the <see cref="P:Microsoft.DirectX.Direct3D.TextureStateManager.ColorOperation" /> property, and the alpha argument when used with the <see cref="P:Microsoft.DirectX.Direct3D.TextureStateManager.AlphaOperation" /> property. SRGBA = Arg1</summary>
  5990.     </member>
  5991.     <member name="F:Microsoft.DirectX.Direct3D.TextureOperation.">
  5992.       <summary>Disables output from the texture stage and all stages with a higher index. To disable texture mapping, set this flag as the color operation for the first texture stage (stage 0). Alpha operations cannot be disabled when color operations are enabled. Setting the alpha operation to <see cref="F:Microsoft.DirectX.Direct3D.TextureOperation.Disable" /> when color blending is enabled causes undefined behavior.</summary>
  5993.     </member>
  5994.     <member name="T:Microsoft.DirectX.Direct3D.TextureStageStates">
  5995.       <summary>Defines texture stage states.</summary>
  5996.     </member>
  5997.     <member name="F:Microsoft.DirectX.Direct3D.TextureStageStates.">
  5998.       <summary>Selects the destination register for the result of the current stage identified by <see cref="T:Microsoft.DirectX.Direct3D.TextureArgument" />.This value can be set to <see cref="F:Microsoft.DirectX.Direct3D.TextureArgument.TextureArgument.Current" /> (the default value) or to <see cref="F:Microsoft.DirectX.Direct3D.TextureArgument.TextureArgument.Temp" />, which is a single temporary register that can be read into subsequent stages as an input argument. The final color passed to the fog blender and frame buffer is taken from <see cref="F:Microsoft.DirectX.Direct3D.TextureArgument.TextureArgument.Current" />, so the last active texture stage state must be set to <see cref="F:Microsoft.DirectX.Direct3D.TextureArgument.TextureArgument.Current" />. This setting is supported if the <see cref="T:Microsoft.DirectX.Direct3D.MiscCaps" />.<see cref="P:Microsoft.DirectX.Direct3D.MiscCaps.SupportsTextureStageStateArgumentTemp" /> device capability is present.</summary>
  5999.     </member>
  6000.     <member name="F:Microsoft.DirectX.Direct3D.TextureStageStates.">
  6001.       <summary>Defines settings for the alpha channel selector operand for triadic (multiply, add, and linear interpolation) operations identified by the <see cref="T:Microsoft.DirectX.Direct3D.TextureArgument" /> enumeration.<see cref="P:Microsoft.DirectX.Direct3D.TextureStateManager.AlphaArgument0" /> is supported if the <see cref="T:Microsoft.DirectX.Direct3D.TextureOperationCaps" />.<see cref="P:Microsoft.DirectX.Direct3D.TextureOperationCaps.SupportsMultiplyAdd" /> or <see cref="T:Microsoft.DirectX.Direct3D.TextureOperationCaps" />.<see cref="P:Microsoft.DirectX.Direct3D.TextureOperationCaps.SupportsLerp" /> device capabilities are present. The default argument is <see cref="F:Microsoft.DirectX.Direct3D.TextureArgument.TextureArgument.Current" />.To select a temporary register color for read or write, specify <see cref="F:Microsoft.DirectX.Direct3D.TextureArgument.TextureArgument.Temp" />, which is supported if the <see cref="T:Microsoft.DirectX.Direct3D.MiscCaps" />.<see cref="P:Microsoft.DirectX.Direct3D.MiscCaps.SupportsTextureStageStateArgumentTemp" /> device capability is present. The default argument is (0.0, 0.0, 0.0, 0.0).</summary>
  6002.     </member>
  6003.     <member name="F:Microsoft.DirectX.Direct3D.TextureStageStates.">
  6004.       <summary>Defines settings for the third color operand for triadic (multiply, add, and linear interpolation) operations identified by the <see cref="T:Microsoft.DirectX.Direct3D.TextureArgument" /> enumeration.This setting is supported if the <see cref="T:Microsoft.DirectX.Direct3D.TextureOperationCaps" />.<see cref="P:Microsoft.DirectX.Direct3D.TextureOperationCaps.SupportsMultiplyAdd" /> or <see cref="T:Microsoft.DirectX.Direct3D.TextureOperationCaps" />.<see cref="P:Microsoft.DirectX.Direct3D.TextureOperationCaps.SupportsLerp" /> device capabilities are present. The default argument is <see cref="F:Microsoft.DirectX.Direct3D.TextureArgument.TextureArgument.Current" />.Specify <see cref="F:Microsoft.DirectX.Direct3D.TextureArgument.TextureArgument.Temp" /> to select a temporary register color for read or write. <see cref="F:Microsoft.DirectX.Direct3D.TextureArgument.TextureArgument.Temp" /> is supported if the <see cref="T:Microsoft.DirectX.Direct3D.MiscCaps" />.<see cref="P:Microsoft.DirectX.Direct3D.MiscCaps.SupportsTextureStageStateArgumentTemp" /> device capability is present. The default value for the register is (0.0, 0.0, 0.0, 0.0).</summary>
  6005.     </member>
  6006.     <member name="F:Microsoft.DirectX.Direct3D.TextureStageStates.">
  6007.       <summary>Controls the transformation of texture coordinates for the current texture stage. The default value is <see cref="F:Microsoft.DirectX.Direct3D.TextureTransform.TextureTransform.Disable" />.</summary>
  6008.     </member>
  6009.     <member name="F:Microsoft.DirectX.Direct3D.TextureStageStates.">
  6010.       <summary>Defines a floating-point offset value for bump-map luminance. The default value is 0.0.</summary>
  6011.     </member>
  6012.     <member name="F:Microsoft.DirectX.Direct3D.TextureStageStates.">
  6013.       <summary>Defines a floating-point scale value for bump-map luminance. The default value is 0.0.</summary>
  6014.     </member>
  6015.     <member name="F:Microsoft.DirectX.Direct3D.TextureStageStates.">
  6016.       <summary>Defines the texture-stage state as a floating-point value for the [1][1] coefficient in a bump-mapping matrix. The valid range of values for bump-mapping matrix coefficients is greater than or equal to -8.0 and less than 8.0. This range, expressed in mathematical notation, is (-8.0,8.0). The default value is 0.0.</summary>
  6017.     </member>
  6018.     <member name="F:Microsoft.DirectX.Direct3D.TextureStageStates.">
  6019.       <summary>Defines the texture-stage state as a floating-point value for the [1][0] coefficient in a bump-mapping matrix. The valid range of values for bump-mapping matrix coefficients is greater than or equal to -8.0 and less than 8.0. This range, expressed in mathematical notation, is (-8.0,8.0). The default value is 0.0.</summary>
  6020.     </member>
  6021.     <member name="F:Microsoft.DirectX.Direct3D.TextureStageStates.">
  6022.       <summary>Defines the texture-stage state as a floating-point value for the [0][1] coefficient in a bump-mapping matrix. The valid range of values for bump-mapping matrix coefficients is greater than or equal to -8.0 and less than 8.0. This range, expressed in mathematical notation, is (-8.0,8.0). The default value is 0.0.</summary>
  6023.     </member>
  6024.     <member name="F:Microsoft.DirectX.Direct3D.TextureStageStates.">
  6025.       <summary>Defines the texture-stage state as a floating-point value for the [0][0] coefficient in a bump-mapping matrix. The valid range of values for bump-mapping matrix coefficients is greater than or equal to -8.0 and less than 8.0. This range, expressed in mathematical notation, is (-8.0,8.0). The default value is 0.0.</summary>
  6026.     </member>
  6027.     <member name="F:Microsoft.DirectX.Direct3D.TextureStageStates.">
  6028.       <summary>Defines the texture-stage state as the second alpha argument for the stage identified by the <see cref="T:Microsoft.DirectX.Direct3D.TextureArgument" /> enumeration.The default argument is <see cref="F:Microsoft.DirectX.Direct3D.TextureArgument.TextureArgument.Current" />. Specify <see cref="F:Microsoft.DirectX.Direct3D.TextureArgument.TextureArgument.Temp" /> to select a temporary register color for read or write. <see cref="F:Microsoft.DirectX.Direct3D.TextureArgument.TextureArgument.Temp" /> is supported if the <see cref="T:Microsoft.DirectX.Direct3D.MiscCaps" />.<see cref="P:Microsoft.DirectX.Direct3D.MiscCaps.SupportsTextureStageStateArgumentTemp" /> device capability is present. The default value for the register is (0.0, 0.0, 0.0, 0.0).</summary>
  6029.     </member>
  6030.     <member name="F:Microsoft.DirectX.Direct3D.TextureStageStates.">
  6031.       <summary>Defines the per-stage constant color. To determine whether the current device supports a per-stage constant color, use the <see cref="T:Microsoft.DirectX.Direct3D.MiscCaps" />.<see cref="P:Microsoft.DirectX.Direct3D.MiscCaps.SupportsPerStageConstant" /> property. The <see cref="P:Microsoft.DirectX.Direct3D.TextureStateManager.ConstantColor" /> property is used by <see cref="F:Microsoft.DirectX.Direct3D.TextureArgument.TextureArgument.Constant" />.</summary>
  6032.     </member>
  6033.     <member name="F:Microsoft.DirectX.Direct3D.TextureStageStates.">
  6034.       <summary>Defines the index of the texture coordinate set to use with the current texture stage. Up to eight sets of texture coordinates per vertex can be specified. If a vertex does not include a set of texture coordinates at the specified index, the system reverts to the u and v coordinates (0, 0) by default.When rendering with vertex shaders, each stage's texture coordinate index must be set to its default value. The default index for each stage is equal to the stage index. Set this state to the zero-based index of the coordinate set for each vertex that this texture stage uses.Additionally, applications can include <see cref="T:Microsoft.DirectX.Direct3D.TextureCoordinateIndex" /> values as part of a logical OR with the index being set, to request that Microsoft DirectX automatically generate the input texture coordinates for a texture transformation.The system uses the index strictly to determine texture wrapping mode when using a <see cref="T:Microsoft.DirectX.Direct3D.TextureCoordinateIndex" /> value other than <see cref="F:Microsoft.DirectX.Direct3D.TextureCoordinateIndex.PassThru" />, which resolves to zero. These flags are most useful when performing environment mapping.</summary>
  6035.     </member>
  6036.     <member name="F:Microsoft.DirectX.Direct3D.TextureStageStates.">
  6037.       <summary>Defines the texture-stage state as the first alpha argument for the stage identified by the <see cref="T:Microsoft.DirectX.Direct3D.TextureArgument" /> enumeration.The default argument is <see cref="F:Microsoft.DirectX.Direct3D.TextureArgument.TextureArgument.TextureColor" />. If no texture is set for this stage, the default argument is <see cref="F:Microsoft.DirectX.Direct3D.TextureArgument.TextureArgument.Diffuse" />. Specify <see cref="F:Microsoft.DirectX.Direct3D.TextureArgument.TextureArgument.Temp" /> to select a temporary register color for read or write. <see cref="F:Microsoft.DirectX.Direct3D.TextureArgument.TextureArgument.Temp" /> is supported if the <see cref="T:Microsoft.DirectX.Direct3D.MiscCaps" />.<see cref="P:Microsoft.DirectX.Direct3D.MiscCaps.SupportsTextureStageStateArgumentTemp" /> device capability is present. The default value for the register is (0.0, 0.0, 0.0, 0.0).</summary>
  6038.     </member>
  6039.     <member name="F:Microsoft.DirectX.Direct3D.TextureStageStates.">
  6040.       <summary>Defines the texture-stage state as a texture alpha-blending operation identified by the <see cref="T:Microsoft.DirectX.Direct3D.TextureOperation" /> enumeration.The default value for the first texture stage (stage 0) is <see cref="F:Microsoft.DirectX.Direct3D.TextureOperation.TextureOperation.SelectArg1" />, and for all other stages is <see cref="F:Microsoft.DirectX.Direct3D.TextureOperation.TextureOperation.Disable" />.</summary>
  6041.     </member>
  6042.     <member name="F:Microsoft.DirectX.Direct3D.TextureStageStates.">
  6043.       <summary>Defines the texture-stage state as the second color argument for the stage identified by the <see cref="T:Microsoft.DirectX.Direct3D.TextureArgument" /> enumeration.The default argument is <see cref="F:Microsoft.DirectX.Direct3D.TextureArgument.TextureArgument.Current" />. Specify <see cref="F:Microsoft.DirectX.Direct3D.TextureArgument.TextureArgument.Temp" /> to select a temporary register color for read or write. <see cref="F:Microsoft.DirectX.Direct3D.TextureArgument.TextureArgument.Temp" /> is supported if the <see cref="T:Microsoft.DirectX.Direct3D.MiscCaps" />.<see cref="P:Microsoft.DirectX.Direct3D.MiscCaps.SupportsTextureStageStateArgumentTemp" /> device capability is present. The default value for the register is (0.0, 0.0, 0.0, 0.0).</summary>
  6044.     </member>
  6045.     <member name="F:Microsoft.DirectX.Direct3D.TextureStageStates.">
  6046.       <summary>Defines the texture-stage state as the first color argument for the stage identified by the <see cref="T:Microsoft.DirectX.Direct3D.TextureArgument" /> enumeration.The default argument is <see cref="T:Microsoft.DirectX.Direct3D.TextureArgument" />. Specify <see cref="F:Microsoft.DirectX.Direct3D.TextureArgument.TextureArgument.Temp" /> to select a temporary register color for read or write. <see cref="F:Microsoft.DirectX.Direct3D.TextureArgument.TextureArgument.Temp" /> is supported if the <see cref="T:Microsoft.DirectX.Direct3D.MiscCaps" />.<see cref="P:Microsoft.DirectX.Direct3D.MiscCaps.SupportsTextureStageStateArgumentTemp" /> device capability is present. The default value for the register is (0.0, 0.0, 0.0, 0.0).</summary>
  6047.     </member>
  6048.     <member name="F:Microsoft.DirectX.Direct3D.TextureStageStates.">
  6049.       <summary>Defines the texture-stage state as a texture color-blending operation identified by the <see cref="T:Microsoft.DirectX.Direct3D.TextureOperation" /> enumeration.The default value for the first texture stage (stage 0) is <see cref="F:Microsoft.DirectX.Direct3D.TextureOperation.TextureOperation.Modulate" />, and for all other stages is <see cref="F:Microsoft.DirectX.Direct3D.TextureOperation.TextureOperation.Disable" />.</summary>
  6050.     </member>
  6051.     <member name="T:Microsoft.DirectX.Direct3D.TextureTransform">
  6052.       <summary>Defines texture-stage state values.</summary>
  6053.     </member>
  6054.     <member name="F:Microsoft.DirectX.Direct3D.TextureTransform.">
  6055.       <summary>All texture coordinates are divided by the last element before being passed to the rasterizer. For example, if this flag is specified with the <see cref="F:Microsoft.DirectX.Direct3D.TextureTransform.Count3" /> flag, the first and second texture coordinates are divided by the third coordinate before being passed to the rasterizer.</summary>
  6056.     </member>
  6057.     <member name="F:Microsoft.DirectX.Direct3D.TextureTransform.">
  6058.       <summary>4-D texture coordinates are passed to the rasterizer.</summary>
  6059.     </member>
  6060.     <member name="F:Microsoft.DirectX.Direct3D.TextureTransform.">
  6061.       <summary>3-D texture coordinates are passed to the rasterizer.</summary>
  6062.     </member>
  6063.     <member name="F:Microsoft.DirectX.Direct3D.TextureTransform.">
  6064.       <summary>2-D texture coordinates are passed to the rasterizer.</summary>
  6065.     </member>
  6066.     <member name="F:Microsoft.DirectX.Direct3D.TextureTransform.">
  6067.       <summary>1-D texture coordinates are passed to the rasterizer.</summary>
  6068.     </member>
  6069.     <member name="F:Microsoft.DirectX.Direct3D.TextureTransform.">
  6070.       <summary>Texture coordinates are passed directly to the rasterizer.</summary>
  6071.     </member>
  6072.     <member name="T:Microsoft.DirectX.Direct3D.TransformType">
  6073.       <summary>Defines constants that describe transformation state values.</summary>
  6074.     </member>
  6075.     <member name="F:Microsoft.DirectX.Direct3D.TransformType.">
  6076.       <summary>Identifies the world matrix being set for the specified texture stage.</summary>
  6077.     </member>
  6078.     <member name="F:Microsoft.DirectX.Direct3D.TransformType.">
  6079.       <summary>Identifies the world matrix being set for the specified texture stage.</summary>
  6080.     </member>
  6081.     <member name="F:Microsoft.DirectX.Direct3D.TransformType.">
  6082.       <summary>Identifies the world matrix being set for the specified texture stage.</summary>
  6083.     </member>
  6084.     <member name="F:Microsoft.DirectX.Direct3D.TransformType.">
  6085.       <summary>Identifies the world matrix being set for the specified texture stage.</summary>
  6086.     </member>
  6087.     <member name="F:Microsoft.DirectX.Direct3D.TransformType.">
  6088.       <summary>Identifies the transformation matrix being set for the specified texture stage.</summary>
  6089.     </member>
  6090.     <member name="F:Microsoft.DirectX.Direct3D.TransformType.">
  6091.       <summary>Identifies the transformation matrix being set for the specified texture stage.</summary>
  6092.     </member>
  6093.     <member name="F:Microsoft.DirectX.Direct3D.TransformType.">
  6094.       <summary>Identifies the transformation matrix being set for the specified texture stage.</summary>
  6095.     </member>
  6096.     <member name="F:Microsoft.DirectX.Direct3D.TransformType.">
  6097.       <summary>Identifies the transformation matrix being set for the specified texture stage.</summary>
  6098.     </member>
  6099.     <member name="F:Microsoft.DirectX.Direct3D.TransformType.">
  6100.       <summary>Identifies the transformation matrix being set for the specified texture stage.</summary>
  6101.     </member>
  6102.     <member name="F:Microsoft.DirectX.Direct3D.TransformType.">
  6103.       <summary>Identifies the transformation matrix being set for the specified texture stage.</summary>
  6104.     </member>
  6105.     <member name="F:Microsoft.DirectX.Direct3D.TransformType.">
  6106.       <summary>Identifies the transformation matrix being set for the specified texture stage.</summary>
  6107.     </member>
  6108.     <member name="F:Microsoft.DirectX.Direct3D.TransformType.">
  6109.       <summary>Identifies the transformation matrix being set for the specified texture stage.</summary>
  6110.     </member>
  6111.     <member name="F:Microsoft.DirectX.Direct3D.TransformType.">
  6112.       <summary>Identifies the transformation matrix being set as the projection transformation matrix. The default value is the identity matrix.</summary>
  6113.     </member>
  6114.     <member name="F:Microsoft.DirectX.Direct3D.TransformType.">
  6115.       <summary>Identifies the transformation matrix being set as the view transformation matrix. The default value is the identity matrix.</summary>
  6116.     </member>
  6117.     <member name="T:Microsoft.DirectX.Direct3D.Usage">
  6118.       <summary>Defines supported usage types for the current resource.</summary>
  6119.     </member>
  6120.     <member name="F:Microsoft.DirectX.Direct3D.Usage.">
  6121.       <summary>Specifies no usage type for the current resource.</summary>
  6122.     </member>
  6123.     <member name="F:Microsoft.DirectX.Direct3D.Usage.">
  6124.       <summary>Queries the resource to verify support for texture wrapping and mip-mapping.</summary>
  6125.     </member>
  6126.     <member name="F:Microsoft.DirectX.Direct3D.Usage.">
  6127.       <summary>Queries the resource to verify support for vertex shader texture sampling.</summary>
  6128.     </member>
  6129.     <member name="F:Microsoft.DirectX.Direct3D.Usage.">
  6130.       <summary>Queries the resource to verify support for post pixel shader blending. If <see cref="T:Microsoft.DirectX.Direct3D.Manager" />.<see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormat" /> fails with <see cref="F:Microsoft.DirectX.Direct3D.Usage.QueryPostPixelShaderBlending" />, post pixel blending operations are not supported. These operations include alpha test, pixel fog, render-target blending, color write enable, and dither.</summary>
  6131.     </member>
  6132.     <member name="F:Microsoft.DirectX.Direct3D.Usage.">
  6133.       <summary>Queries the resource to determine whether a texture supports gamma correction during a write operation.</summary>
  6134.     </member>
  6135.     <member name="F:Microsoft.DirectX.Direct3D.Usage.">
  6136.       <summary>Queries the resource format to determine whether it supports texture filter types other than <see cref="F:Microsoft.DirectX.Direct3D.TextureFilter.Point" /> (which is always supported).</summary>
  6137.     </member>
  6138.     <member name="F:Microsoft.DirectX.Direct3D.Usage.">
  6139.       <summary>Queries the resource to determine whether a texture supports gamma correction during a read operation.</summary>
  6140.     </member>
  6141.     <member name="F:Microsoft.DirectX.Direct3D.Usage.">
  6142.       <summary>Queries the resource about a legacy bump map.</summary>
  6143.     </member>
  6144.     <member name="F:Microsoft.DirectX.Direct3D.Usage.">
  6145.       <summary>Queries the resource to determine whether it will be a displacement map.</summary>
  6146.     </member>
  6147.     <member name="F:Microsoft.DirectX.Direct3D.Usage.">
  6148.       <summary>Specifies that the resource automatically generate mipmaps. Automatic mipmap generation is not supported for volume textures and depth stencil surfaces/textures. This usage is not valid for resources in system memory (<see cref="F:Microsoft.DirectX.Direct3D.Pool.SystemMemory" />).</summary>
  6149.     </member>
  6150.     <member name="F:Microsoft.DirectX.Direct3D.Usage.">
  6151.       <summary>Indicates that the vertex buffer requires dynamic memory use, which is useful for drivers because it enables them to determine where to place the buffer. In general, static vertex buffers are placed in video memory and dynamic vertex buffers are placed in accelerated graphics port (AGP) memory. Note that there is no separate static use. If <see cref="F:Microsoft.DirectX.Direct3D.Usage.Dynamic" /> is not specified, the vertex buffer is made static.</summary>
  6152.     </member>
  6153.     <member name="F:Microsoft.DirectX.Direct3D.Usage.">
  6154.       <summary>Indicates when the vertex buffer will be used for drawing N-patches.</summary>
  6155.     </member>
  6156.     <member name="F:Microsoft.DirectX.Direct3D.Usage.">
  6157.       <summary>Indicates when the vertex buffer will be used for drawing high-order primitives.</summary>
  6158.     </member>
  6159.     <member name="F:Microsoft.DirectX.Direct3D.Usage.">
  6160.       <summary>Indicates when the vertex buffer will be used for drawing points.</summary>
  6161.     </member>
  6162.     <member name="F:Microsoft.DirectX.Direct3D.Usage.">
  6163.       <summary>Indicates that the vertex buffer content will never require clipping. When rendering with buffers that have this flag set, the <see cref="T:Microsoft.DirectX.Direct3D.RenderStateManager" />.<see cref="P:Microsoft.DirectX.Direct3D.RenderStateManager.Clipping" /> property must be set to false.</summary>
  6164.     </member>
  6165.     <member name="F:Microsoft.DirectX.Direct3D.Usage.">
  6166.       <summary>Specifies that vertex processing be done in software. If this flag is not used, vertex processing is done in hardware. <see cref="F:Microsoft.DirectX.Direct3D.Usage.SoftwareProcessing" /> is used with <see cref="T:Microsoft.DirectX.Direct3D.Manager" />.<see cref="M:Microsoft.DirectX.Direct3D.Manager.CheckDeviceFormat" /> to determine whether a particular texture format can be used as a vertex texture during software vertex processing. If it can, the texture must be created with <see cref="F:Microsoft.DirectX.Direct3D.Pool.Scratch" />.</summary>
  6167.     </member>
  6168.     <member name="F:Microsoft.DirectX.Direct3D.Usage.">
  6169.       <summary>Informs the system that the application writes only to the vertex buffer. Using this flag enables the driver to choose the best memory location, which results in efficient write operations and rendering. Attempts to read from a vertex buffer created with this capability will fail. Buffers that are created with <see cref="F:Microsoft.DirectX.Direct3D.Pool.Default" /> and that do not specify <see cref="F:Microsoft.DirectX.Direct3D.Usage.WriteOnly" /> might experience significant drops in performance.</summary>
  6170.     </member>
  6171.     <member name="F:Microsoft.DirectX.Direct3D.Usage.">
  6172.       <summary>Specifies that the resource will be a depth stencil buffer. <see cref="F:Microsoft.DirectX.Direct3D.Usage.DepthStencil" /> can be used only with <see cref="F:Microsoft.DirectX.Direct3D.Pool.Default" />.</summary>
  6173.     </member>
  6174.     <member name="F:Microsoft.DirectX.Direct3D.Usage.">
  6175.       <summary>Specifies that the resource will be a render target. <see cref="F:Microsoft.DirectX.Direct3D.Usage.RenderTarget" /> can be used only with <see cref="F:Microsoft.DirectX.Direct3D.Pool.Default" />.</summary>
  6176.     </member>
  6177.     <member name="T:Microsoft.DirectX.Direct3D.VertexBlend">
  6178.       <summary>Defines enumerated values used to control the number of matrices that the system applies when performing multimatrix vertex blending.</summary>
  6179.     </member>
  6180.     <member name="F:Microsoft.DirectX.Direct3D.VertexBlend.">
  6181.       <summary>Uses a single matrix with a weight of 1.0.</summary>
  6182.     </member>
  6183.     <member name="F:Microsoft.DirectX.Direct3D.VertexBlend.">
  6184.       <summary>Uses the value assigned to <see cref="T:Microsoft.DirectX.Direct3D.RenderStateManager" />.<see cref="P:Microsoft.DirectX.Direct3D.RenderStateManager.TweenFactor" />.</summary>
  6185.     </member>
  6186.     <member name="F:Microsoft.DirectX.Direct3D.VertexBlend.">
  6187.       <summary>Enables vertex blending between the four matrices set by the <see cref="T:Microsoft.DirectX.Direct3D.Transforms" />.<see cref="M:Microsoft.DirectX.Direct3D.Transforms.SetWorldMatrixByIndex(System.Int32,Microsoft.DirectX.Matrix)" /> method, where the index values for the transformation states are 0, 1, 2, and 3. These matrices also can be set using the <see cref="P:Microsoft.DirectX.Direct3D.Transforms.World" />, <see cref="P:Microsoft.DirectX.Direct3D.Transforms.World1" />, <see cref="P:Microsoft.DirectX.Direct3D.Transforms.World2" />, and <see cref="P:Microsoft.DirectX.Direct3D.Transforms.World3" /> properties.</summary>
  6188.     </member>
  6189.     <member name="F:Microsoft.DirectX.Direct3D.VertexBlend.">
  6190.       <summary>Enables vertex blending between the three matrices set by the <see cref="T:Microsoft.DirectX.Direct3D.Transforms" />.<see cref="M:Microsoft.DirectX.Direct3D.Transforms.SetWorldMatrixByIndex(System.Int32,Microsoft.DirectX.Matrix)" /> method, where the index values for the transformation states are 0, 1, and 2. These matrices also can be set using the <see cref="P:Microsoft.DirectX.Direct3D.Transforms.World" />, <see cref="P:Microsoft.DirectX.Direct3D.Transforms.World1" />, and <see cref="P:Microsoft.DirectX.Direct3D.Transforms.World2" /> properties.</summary>
  6191.     </member>
  6192.     <member name="F:Microsoft.DirectX.Direct3D.VertexBlend.">
  6193.       <summary>Enables vertex blending between the two matrices set by the <see cref="T:Microsoft.DirectX.Direct3D.Transforms" />.<see cref="M:Microsoft.DirectX.Direct3D.Transforms.SetWorldMatrixByIndex(System.Int32,Microsoft.DirectX.Matrix)" /> method, where the index values for the transformation states are 0 and 1. These matrices also can be set using the <see cref="P:Microsoft.DirectX.Direct3D.Transforms.World" /> and <see cref="P:Microsoft.DirectX.Direct3D.Transforms.World1" /> properties.</summary>
  6194.     </member>
  6195.     <member name="F:Microsoft.DirectX.Direct3D.VertexBlend.">
  6196.       <summary>Disables vertex blending and applies only the world matrix (set by the <see cref="T:Microsoft.DirectX.Direct3D.Transforms" />.<see cref="M:Microsoft.DirectX.Direct3D.Transforms.SetWorldMatrixByIndex(System.Int32,Microsoft.DirectX.Matrix)" /> method, where the index value for the transformation state is 0, or with the <see cref="P:Microsoft.DirectX.Direct3D.Transforms.World" /> property).</summary>
  6197.     </member>
  6198.     <member name="T:Microsoft.DirectX.Direct3D.VertexFormats">
  6199.       <summary>Describes values that define a vertex format used to describe the contents of vertices that are stored interleaved in a single data stream.</summary>
  6200.     </member>
  6201.     <member name="F:Microsoft.DirectX.Direct3D.VertexFormats.">
  6202.       <summary>Vertex format includes a vertex normal vector. This value cannot be used with the <see cref="F:Microsoft.DirectX.Direct3D.VertexFormats.Transformed" /> value.</summary>
  6203.     </member>
  6204.     <member name="F:Microsoft.DirectX.Direct3D.VertexFormats.">
  6205.       <summary>Last beta field in the vertex position data will be of type <see cref="T:System.Int32" />. The data in the beta fields are used with matrix palette skinning to specify matrix indices.</summary>
  6206.     </member>
  6207.     <member name="F:Microsoft.DirectX.Direct3D.VertexFormats.">
  6208.       <summary>Last beta field in the vertex position data will be of type UBYTE4. The data in the beta fields are used with matrix palette skinning to specify matrix indices. The vertex format is declared as <see cref="F:Microsoft.DirectX.Direct3D.VertexFormats.PositionBlend5" /> | <see cref="F:Microsoft.DirectX.Direct3D.VertexFormats.LastBetaUByte4" />. Both weights and MatrixIndices are included in beta[], where <see cref="F:Microsoft.DirectX.Direct3D.VertexFormats.LastBetaUByte4" /> directs the compiler to interpret the last uint (beta[5]) as type UBYTE4. The last beta is determined by <see cref="T:Microsoft.DirectX.Direct3D.VertexBlend" />, not by the number of betas in the position format. For example, if <see cref="T:Microsoft.DirectX.Direct3D.VertexBlend" /> is <see cref="F:Microsoft.DirectX.Direct3D.VertexBlend.TwoWeights" />, and the position format is as specified above, the last beta will be beta[2] and will be used as a uint with 4-byte indices.</summary>
  6209.     </member>
  6210.     <member name="F:Microsoft.DirectX.Direct3D.VertexFormats.">
  6211.       <summary>Number of texture coordinate sets for this vertex. The actual values for these flags are not sequential.</summary>
  6212.     </member>
  6213.     <member name="F:Microsoft.DirectX.Direct3D.VertexFormats.">
  6214.       <summary>Number of texture coordinate sets for this vertex. The actual values for these flags are not sequential.</summary>
  6215.     </member>
  6216.     <member name="F:Microsoft.DirectX.Direct3D.VertexFormats.">
  6217.       <summary>Number of texture coordinate sets for this vertex. The actual values for these flags are not sequential.</summary>
  6218.     </member>
  6219.     <member name="F:Microsoft.DirectX.Direct3D.VertexFormats.">
  6220.       <summary>Number of texture coordinate sets for this vertex. The actual values for these flags are not sequential.</summary>
  6221.     </member>
  6222.     <member name="F:Microsoft.DirectX.Direct3D.VertexFormats.">
  6223.       <summary>Number of texture coordinate sets for this vertex. The actual values for these flags are not sequential.</summary>
  6224.     </member>
  6225.     <member name="F:Microsoft.DirectX.Direct3D.VertexFormats.">
  6226.       <summary>Number of texture coordinate sets for this vertex. The actual values for these flags are not sequential.</summary>
  6227.     </member>
  6228.     <member name="F:Microsoft.DirectX.Direct3D.VertexFormats.">
  6229.       <summary>Number of texture coordinate sets for this vertex. The actual values for these flags are not sequential.</summary>
  6230.     </member>
  6231.     <member name="F:Microsoft.DirectX.Direct3D.VertexFormats.">
  6232.       <summary>Number of texture coordinate sets for this vertex. The actual values for these flags are not sequential.</summary>
  6233.     </member>
  6234.     <member name="F:Microsoft.DirectX.Direct3D.VertexFormats.">
  6235.       <summary>Number of texture coordinate sets for this vertex. The actual values for these flags are not sequential.</summary>
  6236.     </member>
  6237.     <member name="F:Microsoft.DirectX.Direct3D.VertexFormats.">
  6238.       <summary>Number of bits by which to shift an integer value that identifies the number of texture coordinates for a vertex.</summary>
  6239.     </member>
  6240.     <member name="F:Microsoft.DirectX.Direct3D.VertexFormats.">
  6241.       <summary>Mask value for texture flag bits.</summary>
  6242.     </member>
  6243.     <member name="F:Microsoft.DirectX.Direct3D.VertexFormats.">
  6244.       <summary>Vertex format includes a specular color component.</summary>
  6245.     </member>
  6246.     <member name="F:Microsoft.DirectX.Direct3D.VertexFormats.">
  6247.       <summary>Vertex format includes a diffuse color component.</summary>
  6248.     </member>
  6249.     <member name="F:Microsoft.DirectX.Direct3D.VertexFormats.">
  6250.       <summary>Vertex format is specified in point size. This size is expressed in camera space units for vertices that are not transformed and lit, and in device-space units for vertices that are transformed and lit.</summary>
  6251.     </member>
  6252.     <member name="F:Microsoft.DirectX.Direct3D.VertexFormats.">
  6253.       <summary>Vertex format includes a vertex normal vector. This value cannot be used with the <see cref="F:Microsoft.DirectX.Direct3D.VertexFormats.Transformed" /> flag.</summary>
  6254.     </member>
  6255.     <member name="F:Microsoft.DirectX.Direct3D.VertexFormats.">
  6256.       <summary>Vertex format contains transformed and clipped x, y, z, w data. <see cref="M:Microsoft.DirectX.Direct3D.Device.ProcessVertices" /> does not invoke the clipper, but instead outputs data in clip coordinates. This constant is designed for, and can only be used with, the programmable vertex pipeline.</summary>
  6257.     </member>
  6258.     <member name="F:Microsoft.DirectX.Direct3D.VertexFormats.">
  6259.       <summary>Vertex format contains position data and a corresponding number of weighting (beta) values to use for multimatrix vertex blending operations. Currently, Microsoft Direct3D can blend with up to three weighting values and four blending matrices.</summary>
  6260.     </member>
  6261.     <member name="F:Microsoft.DirectX.Direct3D.VertexFormats.">
  6262.       <summary>Vertex format contains position data and a corresponding number of weighting (beta) values to use for multimatrix vertex blending operations. Currently, Microsoft Direct3D can blend with up to three weighting values and four blending matrices.</summary>
  6263.     </member>
  6264.     <member name="F:Microsoft.DirectX.Direct3D.VertexFormats.">
  6265.       <summary>Vertex format contains position data and a corresponding number of weighting (beta) values to use for multimatrix vertex blending operations. Currently, Microsoft Direct3D can blend with up to three weighting values and four blending matrices.</summary>
  6266.     </member>
  6267.     <member name="F:Microsoft.DirectX.Direct3D.VertexFormats.">
  6268.       <summary>Vertex format contains position data and a corresponding number of weighting (beta) values to use for multimatrix vertex blending operations. Currently, Microsoft Direct3D can blend with up to three weighting values and four blending matrices.</summary>
  6269.     </member>
  6270.     <member name="F:Microsoft.DirectX.Direct3D.VertexFormats.">
  6271.       <summary>Vertex format contains position data and a corresponding number of weighting (beta) values to use for multimatrix vertex blending operations. Currently, Microsoft Direct3D can blend with up to three weighting values and four blending matrices.</summary>
  6272.     </member>
  6273.     <member name="F:Microsoft.DirectX.Direct3D.VertexFormats.">
  6274.       <summary>Vertex format includes the position of a transformed vertex. This flag cannot be used with the <see cref="F:Microsoft.DirectX.Direct3D.VertexFormats.Position" /> or <see cref="F:Microsoft.DirectX.Direct3D.VertexFormats.Normal" /> flags.</summary>
  6275.     </member>
  6276.     <member name="F:Microsoft.DirectX.Direct3D.VertexFormats.">
  6277.       <summary>Mask for position bits.</summary>
  6278.     </member>
  6279.     <member name="F:Microsoft.DirectX.Direct3D.VertexFormats.">
  6280.       <summary>Mask for position bits.</summary>
  6281.     </member>
  6282.     <member name="F:Microsoft.DirectX.Direct3D.VertexFormats.">
  6283.       <summary>No vertex format.</summary>
  6284.     </member>
  6285.     <member name="T:Microsoft.DirectX.Direct3D.Wrap">
  6286.       <summary>Defines texture wrapping.</summary>
  6287.     </member>
  6288.     <member name="F:Microsoft.DirectX.Direct3D.Wrap.">
  6289.       <summary>W texture wrapping (wrapping in the direction of the third dimension).</summary>
  6290.     </member>
  6291.     <member name="F:Microsoft.DirectX.Direct3D.Wrap.">
  6292.       <summary>V texture wrapping (wrapping in the direction of the second dimension).</summary>
  6293.     </member>
  6294.     <member name="F:Microsoft.DirectX.Direct3D.Wrap.">
  6295.       <summary>U texture wrapping (wrapping in the direction of the first dimension).</summary>
  6296.     </member>
  6297.     <member name="T:Microsoft.DirectX.Direct3D.WrapCoordinates">
  6298.       <summary>Defines supported wrap coordinates.</summary>
  6299.     </member>
  6300.     <member name="F:Microsoft.DirectX.Direct3D.WrapCoordinates.">
  6301.       <summary>U texture wrapping (wrapping in the direction of the first dimension).</summary>
  6302.     </member>
  6303.     <member name="F:Microsoft.DirectX.Direct3D.WrapCoordinates.">
  6304.       <summary>Texture wrapping in the direction of the fourth dimension.</summary>
  6305.     </member>
  6306.     <member name="F:Microsoft.DirectX.Direct3D.WrapCoordinates.">
  6307.       <summary>W texture wrapping (wrapping in the direction of the third dimension).</summary>
  6308.     </member>
  6309.     <member name="F:Microsoft.DirectX.Direct3D.WrapCoordinates.">
  6310.       <summary>V texture wrapping (wrapping in the direction of the second dimension).</summary>
  6311.     </member>
  6312.     <member name="T:Microsoft.DirectX.Direct3D.AdapterDetails">
  6313.       <summary>Contains information that identifies the adapter.</summary>
  6314.     </member>
  6315.     <member name="M:Microsoft.DirectX.Direct3D.AdapterDetails.#ctor">
  6316.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.AdapterDetails" /> structure.</summary>
  6317.     </member>
  6318.     <member name="M:Microsoft.DirectX.Direct3D.AdapterDetails.ToString">
  6319.       <summary>Obtains a string representation of the current instance.</summary>
  6320.       <returns>String that represents the object.</returns>
  6321.     </member>
  6322.     <member name="P:Microsoft.DirectX.Direct3D.AdapterDetails.Description">
  6323.       <summary>Retrieves a string used for presentation to the user.</summary>
  6324.     </member>
  6325.     <member name="P:Microsoft.DirectX.Direct3D.AdapterDetails.DeviceId">
  6326.       <summary>Retrieves a value that is used to help identify a particular chip set.</summary>
  6327.     </member>
  6328.     <member name="P:Microsoft.DirectX.Direct3D.AdapterDetails.DeviceIdentifier">
  6329.       <summary>Retrieves a globally unique identifier (GUID) object that can be used to check changes in the driver and chip set.</summary>
  6330.     </member>
  6331.     <member name="P:Microsoft.DirectX.Direct3D.AdapterDetails.DeviceName">
  6332.       <summary>Retrieves a string that contains the device name for a Microsoft Windows Graphics Device Interface (GDI).</summary>
  6333.     </member>
  6334.     <member name="P:Microsoft.DirectX.Direct3D.AdapterDetails.DriverName">
  6335.       <summary>Retrieves a string that is used to present the driver name to the user.</summary>
  6336.     </member>
  6337.     <member name="P:Microsoft.DirectX.Direct3D.AdapterDetails.DriverVersion">
  6338.       <summary>Retrieves a value that identifies the version of the Microsoft Direct3D driver.</summary>
  6339.     </member>
  6340.     <member name="P:Microsoft.DirectX.Direct3D.AdapterDetails.Revision">
  6341.       <summary>Retrieves a value used to help identify the revision level of a particular chip set.</summary>
  6342.     </member>
  6343.     <member name="P:Microsoft.DirectX.Direct3D.AdapterDetails.SubSystemId">
  6344.       <summary>Retrieves a value used to identify the subsystem.</summary>
  6345.     </member>
  6346.     <member name="P:Microsoft.DirectX.Direct3D.AdapterDetails.VendorId">
  6347.       <summary>Retrieves a value used to identify the manufacturer.</summary>
  6348.     </member>
  6349.     <member name="P:Microsoft.DirectX.Direct3D.AdapterDetails.WhqlLevel">
  6350.       <summary>Retrieves a value that is used to determine the Microsoft Windows Hardware Quality Labs (WHQL) validation level for the driver and device pair.</summary>
  6351.     </member>
  6352.     <member name="T:Microsoft.DirectX.Direct3D.AddressCaps">
  6353.       <summary>Contains the texture addressing capabilities for <see cref="T:Microsoft.DirectX.Direct3D.Texture" /> objects.</summary>
  6354.     </member>
  6355.     <member name="M:Microsoft.DirectX.Direct3D.AddressCaps.ToString">
  6356.       <summary>Obtains a string representation of the current instance.</summary>
  6357.       <returns>String that represents the object.</returns>
  6358.     </member>
  6359.     <member name="P:Microsoft.DirectX.Direct3D.AddressCaps.SupportsBorder">
  6360.       <summary>Retrieves a value that determines whether the device supports the setting of coordinates outside the range [0.0, 1.0] to the border color.</summary>
  6361.     </member>
  6362.     <member name="P:Microsoft.DirectX.Direct3D.AddressCaps.SupportsClamp">
  6363.       <summary>Retrieves a value that indicates whether the device supports the clamping of textures to addresses.</summary>
  6364.     </member>
  6365.     <member name="P:Microsoft.DirectX.Direct3D.AddressCaps.SupportsIndependentUV">
  6366.       <summary>Retrieves a value that indicates whether the device can separate the texture-addressing modes of the texture's u and v coordinates.</summary>
  6367.     </member>
  6368.     <member name="P:Microsoft.DirectX.Direct3D.AddressCaps.SupportsMirror">
  6369.       <summary>Retrieves a value that indicates whether a device can mirror textures to addresses.</summary>
  6370.     </member>
  6371.     <member name="P:Microsoft.DirectX.Direct3D.AddressCaps.SupportsMirrorOnce">
  6372.       <summary>Retrieves a value that indicates whether a device can take the absolute value of the texture coordinate (thus, mirroring around 0) and then clamp to the maximum value.</summary>
  6373.     </member>
  6374.     <member name="P:Microsoft.DirectX.Direct3D.AddressCaps.SupportsWrap">
  6375.       <summary>Retrieves a value that indicates whether a device can wrap textures to addresses.</summary>
  6376.     </member>
  6377.     <member name="T:Microsoft.DirectX.Direct3D.BandwidthTimings">
  6378.       <summary>Provides throughput measurement comparisons for help in understanding the performance of an application.</summary>
  6379.     </member>
  6380.     <member name="M:Microsoft.DirectX.Direct3D.BandwidthTimings.#ctor">
  6381.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.BandwidthTimings" /> structure.</summary>
  6382.     </member>
  6383.     <member name="M:Microsoft.DirectX.Direct3D.BandwidthTimings.ToString">
  6384.       <summary>Obtains a string representation of the current instance.</summary>
  6385.       <returns>String that represents the object.</returns>
  6386.     </member>
  6387.     <member name="P:Microsoft.DirectX.Direct3D.BandwidthTimings.FillRateUtilizedPercent">
  6388.       <summary>Retrieves the pixel fill throughput percentage. This is the number of pixels that are filled compared to the theoretical pixel fill.</summary>
  6389.     </member>
  6390.     <member name="P:Microsoft.DirectX.Direct3D.BandwidthTimings.FrontEndUploadMemoryUtilizedPercent">
  6391.       <summary>Retrieves the bandwidth or maximum data transfer rate for uploading data from the host graphics processing unit (GPU) to the CPU.</summary>
  6392.     </member>
  6393.     <member name="P:Microsoft.DirectX.Direct3D.BandwidthTimings.MaxBandwidthUtilized">
  6394.       <summary>Retrieves the bandwidth or maximum data transfer rate from the host CPU to the graphics processing unit (GPU). This is typically the bandwidth of the Peripheral Component Interconnect (PCI) or accelerated graphics port (AGP) bus which connects the CPU and the graphics processing unit (GPU).</summary>
  6395.     </member>
  6396.     <member name="P:Microsoft.DirectX.Direct3D.BandwidthTimings.TriangleSetupRateUtilizedPercent">
  6397.       <summary>Retrieves the triangle set-up throughput percentage. This is the number of triangles that are set-up for rasterization compared to the theoretical maximum triangle set-up rate.</summary>
  6398.     </member>
  6399.     <member name="P:Microsoft.DirectX.Direct3D.BandwidthTimings.VertexRateUtilizedPercent">
  6400.       <summary>Retrieves the vertex throughput percentage. This is the number of vertices processed compared to the theoretical maximum vertex processing rate. A high percentage is the target.</summary>
  6401.     </member>
  6402.     <member name="T:Microsoft.DirectX.Direct3D.BehaviorFlags">
  6403.       <summary>Contains a set of properties that indicate the global behavior of a device.</summary>
  6404.     </member>
  6405.     <member name="M:Microsoft.DirectX.Direct3D.BehaviorFlags.#ctor(Microsoft.DirectX.Direct3D.CreateFlags[])">
  6406.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.BehaviorFlags" /> structure.</summary>
  6407.       <param name="newBehavior">Array of <see cref="T:Microsoft.DirectX.Direct3D.CreateFlags" /> that indicate the initial values with which to set the <see cref="T:Microsoft.DirectX.Direct3D.BehaviorFlags" /> properties.</param>
  6408.     </member>
  6409.     <member name="M:Microsoft.DirectX.Direct3D.BehaviorFlags.#ctor(Microsoft.DirectX.Direct3D.CreateFlags)">
  6410.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.BehaviorFlags" /> structure.</summary>
  6411.       <param name="initialBehavior">A combination of <see cref="T:Microsoft.DirectX.Direct3D.CreateFlags" /> that indicate the initial values with which to set the <see cref="T:Microsoft.DirectX.Direct3D.BehaviorFlags" /> properties.</param>
  6412.     </member>
  6413.     <member name="M:Microsoft.DirectX.Direct3D.BehaviorFlags.#ctor">
  6414.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.BehaviorFlags" /> structure.</summary>
  6415.     </member>
  6416.     <member name="M:Microsoft.DirectX.Direct3D.BehaviorFlags.ToString">
  6417.       <summary>Obtains a string representation of the current instance.</summary>
  6418.       <returns>String that represents the object.</returns>
  6419.     </member>
  6420.     <member name="P:Microsoft.DirectX.Direct3D.BehaviorFlags.AdapterGroupDevice">
  6421.       <summary>Retrieves a value that indicates whether the device should drive all of the heads that the master adapter owns.</summary>
  6422.     </member>
  6423.     <member name="P:Microsoft.DirectX.Direct3D.BehaviorFlags.DisableDriverManagement">
  6424.       <summary>Retrieves a value that indicates whether Microsoft Direct3D, rather than the driver, manages resources.</summary>
  6425.     </member>
  6426.     <member name="P:Microsoft.DirectX.Direct3D.BehaviorFlags.FpuPreserve">
  6427.       <summary>Retrieves a value that indicates whether floating-point unit (FPU) exceptions or double-precision FPU exceptions are enabled in an application.</summary>
  6428.     </member>
  6429.     <member name="P:Microsoft.DirectX.Direct3D.BehaviorFlags.HardwareVertexProcessing">
  6430.       <summary>Retrieves a value that indicates whether hardware vertex processing is enabled.</summary>
  6431.     </member>
  6432.     <member name="P:Microsoft.DirectX.Direct3D.BehaviorFlags.MixedVertexProcessing">
  6433.       <summary>Retrieves a value that indicates whether mixed vertex processing (for both software and hardware) is enabled.</summary>
  6434.     </member>
  6435.     <member name="P:Microsoft.DirectX.Direct3D.BehaviorFlags.MultiThreaded">
  6436.       <summary>Retrieves a value that indicates whether Microsoft Direct3D is set to be multithread safe.</summary>
  6437.     </member>
  6438.     <member name="P:Microsoft.DirectX.Direct3D.BehaviorFlags.PureDevice">
  6439.       <summary>Retrieves a value that indicates whether Microsoft Direct3D supports Get calls for anything that can be stored in a state block. This value also indicates whether Microsoft Direct3D is withholding emulation services for vertex processing.</summary>
  6440.     </member>
  6441.     <member name="P:Microsoft.DirectX.Direct3D.BehaviorFlags.SoftwareVertexProcessing">
  6442.       <summary>Retrieves a value that specifies whether software vertex processing is being used.</summary>
  6443.     </member>
  6444.     <member name="P:Microsoft.DirectX.Direct3D.BehaviorFlags.Value">
  6445.       <summary>Retrieves or sets one or more <see cref="T:Microsoft.DirectX.Direct3D.CreateFlags" /> values.</summary>
  6446.     </member>
  6447.     <member name="T:Microsoft.DirectX.Direct3D.BlendCaps">
  6448.       <summary>Indicates the supported capabilities.</summary>
  6449.     </member>
  6450.     <member name="M:Microsoft.DirectX.Direct3D.BlendCaps.ToString">
  6451.       <summary>Obtains a string representation of the current instance.</summary>
  6452.       <returns>String that represents the object.</returns>
  6453.     </member>
  6454.     <member name="P:Microsoft.DirectX.Direct3D.BlendCaps.SupportsBlendFactor">
  6455.       <summary>Indicates that the driver supports the <see cref="F:Microsoft.DirectX.Direct3D.Blend.BlendFactor" /> and <see cref="F:Microsoft.DirectX.Direct3D.Blend.InvBlendFactor" /> constants.</summary>
  6456.     </member>
  6457.     <member name="P:Microsoft.DirectX.Direct3D.BlendCaps.SupportsBothInverseSourceAlpha">
  6458.       <summary>Indicates that the driver supports a in which the source blend factor is (1 - As, 1 - As, 1 - As, 1 - As), the destination blend factor is (As, As, As, As), and the destination blend selection is overridden.</summary>
  6459.     </member>
  6460.     <member name="P:Microsoft.DirectX.Direct3D.BlendCaps.SupportsBothSourceAlpha">
  6461.       <summary>Indicates that the driver supports the <see cref="F:Microsoft.DirectX.Direct3D.Blend.SourceAlpha" /> and <see cref="F:Microsoft.DirectX.Direct3D.Blend.InvSourceAlpha" /> blend modes. The <see cref="P:Microsoft.DirectX.Direct3D.BlendCaps.SupportsBothSourceAlpha" /> blend mode is obsolete. To achieve the same effect, set the source and destination blend factors to <see cref="F:Microsoft.DirectX.Direct3D.Blend.Blend.SourceAlpha" /> and <see cref="F:Microsoft.DirectX.Direct3D.Blend.Blend.InvSourceAlpha" /> in separate calls.</summary>
  6462.     </member>
  6463.     <member name="P:Microsoft.DirectX.Direct3D.BlendCaps.SupportsDestinationAlpha">
  6464.       <summary>Indicates that the driver supports the <see cref="F:Microsoft.DirectX.Direct3D.Blend.DestinationAlpha" /> blend mode.</summary>
  6465.     </member>
  6466.     <member name="P:Microsoft.DirectX.Direct3D.BlendCaps.SupportsDestinationColor">
  6467.       <summary>Indicates that the driver supports the <see cref="F:Microsoft.DirectX.Direct3D.Blend.DestinationColor" /> blend mode.</summary>
  6468.     </member>
  6469.     <member name="P:Microsoft.DirectX.Direct3D.BlendCaps.SupportsInverseDestinationAlpha">
  6470.       <summary>Indicates that the driver supports the <see cref="F:Microsoft.DirectX.Direct3D.Blend.InvDestinationAlpha" /> blend mode.</summary>
  6471.     </member>
  6472.     <member name="P:Microsoft.DirectX.Direct3D.BlendCaps.SupportsInverseDestinationColor">
  6473.       <summary>Indicates that the driver supports the <see cref="F:Microsoft.DirectX.Direct3D.Blend.InvDestinationColor" /> blend mode.</summary>
  6474.     </member>
  6475.     <member name="P:Microsoft.DirectX.Direct3D.BlendCaps.SupportsInverseSourceAlpha">
  6476.       <summary>Indicates that the driver supports the <see cref="F:Microsoft.DirectX.Direct3D.Blend.InvSourceAlpha" /> blend mode.</summary>
  6477.     </member>
  6478.     <member name="P:Microsoft.DirectX.Direct3D.BlendCaps.SupportsInverseSourceColor">
  6479.       <summary>Indicates that the driver supports the <see cref="F:Microsoft.DirectX.Direct3D.Blend.InvSourceColor" /> blend mode.</summary>
  6480.     </member>
  6481.     <member name="P:Microsoft.DirectX.Direct3D.BlendCaps.SupportsOne">
  6482.       <summary>Indicates that the driver supports the <see cref="F:Microsoft.DirectX.Direct3D.Blend.One" /> blend mode.</summary>
  6483.     </member>
  6484.     <member name="P:Microsoft.DirectX.Direct3D.BlendCaps.SupportsSourceAlpha">
  6485.       <summary>Indicates that the driver supports the <see cref="F:Microsoft.DirectX.Direct3D.Blend.SourceAlpha" /> blend mode.</summary>
  6486.     </member>
  6487.     <member name="P:Microsoft.DirectX.Direct3D.BlendCaps.SupportsSourceAlphaSat">
  6488.       <summary>Indicates that the driver supports the <see cref="F:Microsoft.DirectX.Direct3D.Blend.SourceAlphaSat" /> blend mode.</summary>
  6489.     </member>
  6490.     <member name="P:Microsoft.DirectX.Direct3D.BlendCaps.SupportsSourceColor">
  6491.       <summary>Indicates that the driver supports the <see cref="F:Microsoft.DirectX.Direct3D.Blend.SourceColor" /> blend mode.</summary>
  6492.     </member>
  6493.     <member name="P:Microsoft.DirectX.Direct3D.BlendCaps.SupportsZero">
  6494.       <summary>Indicates that the driver supports the <see cref="F:Microsoft.DirectX.Direct3D.Blend.Zero" /> blend mode.</summary>
  6495.     </member>
  6496.     <member name="T:Microsoft.DirectX.Direct3D.Box">
  6497.       <summary>Defines a volume.</summary>
  6498.     </member>
  6499.     <member name="M:Microsoft.DirectX.Direct3D.Box.#ctor">
  6500.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.Box" /> structure.</summary>
  6501.     </member>
  6502.     <member name="M:Microsoft.DirectX.Direct3D.Box.ToString">
  6503.       <summary>Obtains a string representation of the current instance.</summary>
  6504.       <returns>String that represents the object.</returns>
  6505.     </member>
  6506.     <member name="P:Microsoft.DirectX.Direct3D.Box.Back">
  6507.       <summary>Retrieves or sets the position of the back of a box on the z-axis.</summary>
  6508.     </member>
  6509.     <member name="P:Microsoft.DirectX.Direct3D.Box.Bottom">
  6510.       <summary>Retrieves or sets the position of the bottom of a box on the y-axis.</summary>
  6511.     </member>
  6512.     <member name="P:Microsoft.DirectX.Direct3D.Box.Front">
  6513.       <summary>Retrieves or sets the position of the front of a box on the z-axis.</summary>
  6514.     </member>
  6515.     <member name="P:Microsoft.DirectX.Direct3D.Box.Left">
  6516.       <summary>Retrieves or sets the position of the left side of a box on the x-axis.</summary>
  6517.     </member>
  6518.     <member name="P:Microsoft.DirectX.Direct3D.Box.Right">
  6519.       <summary>Retrieves or sets the position of the right side of a box on the x-axis.</summary>
  6520.     </member>
  6521.     <member name="P:Microsoft.DirectX.Direct3D.Box.Top">
  6522.       <summary>Retrieves or sets the position of the top of a box on the y-axis.</summary>
  6523.     </member>
  6524.     <member name="T:Microsoft.DirectX.Direct3D.CacheUtilization">
  6525.       <summary>Measures the cache hit rate performance for textures and indexed vertices.</summary>
  6526.     </member>
  6527.     <member name="M:Microsoft.DirectX.Direct3D.CacheUtilization.#ctor">
  6528.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.CacheUtilization" /> structure.</summary>
  6529.     </member>
  6530.     <member name="M:Microsoft.DirectX.Direct3D.CacheUtilization.ToString">
  6531.       <summary>Obtains a string representation of the current instance.</summary>
  6532.       <returns>String that represents the object.</returns>
  6533.     </member>
  6534.     <member name="P:Microsoft.DirectX.Direct3D.CacheUtilization.PostTransformVertexCacheHitRate">
  6535.       <summary>Retrieves the hit rate for finding transformed vertices in the vertex cache.</summary>
  6536.     </member>
  6537.     <member name="P:Microsoft.DirectX.Direct3D.CacheUtilization.TextureCacheHitRate">
  6538.       <summary>Retrieves the hit rate for finding a texture in the texture cache.</summary>
  6539.     </member>
  6540.     <member name="T:Microsoft.DirectX.Direct3D.Caps">
  6541.       <summary>Represents the capabilities of the hardware exposed through the Microsoft Direct3D object.</summary>
  6542.     </member>
  6543.     <member name="M:Microsoft.DirectX.Direct3D.Caps.#ctor">
  6544.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.Caps" /> structure.</summary>
  6545.     </member>
  6546.     <member name="M:Microsoft.DirectX.Direct3D.Caps.ToString">
  6547.       <summary>Obtains a string representation of the current instance.</summary>
  6548.       <returns>String that represents the object.</returns>
  6549.     </member>
  6550.     <member name="P:Microsoft.DirectX.Direct3D.Caps.AdapterOrdinal">
  6551.       <summary>Retrieves a number that represents the ordinal of the adapter on which the <see cref="T:Microsoft.DirectX.Direct3D.Device" /> was created.</summary>
  6552.     </member>
  6553.     <member name="P:Microsoft.DirectX.Direct3D.Caps.AdapterOrdinalInGroup">
  6554.       <summary>Retrieves a number that indicates the order in which heads are referenced by the application programming object.</summary>
  6555.     </member>
  6556.     <member name="P:Microsoft.DirectX.Direct3D.Caps.AlphaCompareCaps">
  6557.       <summary>Retrieves an object that contains all alpha-test comparison capabilities.</summary>
  6558.     </member>
  6559.     <member name="P:Microsoft.DirectX.Direct3D.Caps.CubeTextureFilterCaps">
  6560.       <summary>Retrieves texture-filtering capabilities for a <see cref="T:Microsoft.DirectX.Direct3D.CubeTexture" /> object.</summary>
  6561.     </member>
  6562.     <member name="P:Microsoft.DirectX.Direct3D.Caps.CursorCaps">
  6563.       <summary>Retrieves an object that indicates the available hardware support for cursors.</summary>
  6564.     </member>
  6565.     <member name="P:Microsoft.DirectX.Direct3D.Caps.DeclTypes">
  6566.       <summary>Retrieves an object that describes the vertex data types a device supports.</summary>
  6567.     </member>
  6568.     <member name="P:Microsoft.DirectX.Direct3D.Caps.DestinationBlendCaps">
  6569.       <summary>Retrieves an object that indicates a device's destination blending capabilities.</summary>
  6570.     </member>
  6571.     <member name="P:Microsoft.DirectX.Direct3D.Caps.DeviceCaps">
  6572.       <summary>Retrieves an object that identifies a device's capabilities.</summary>
  6573.     </member>
  6574.     <member name="P:Microsoft.DirectX.Direct3D.Caps.DeviceType">
  6575.       <summary>Retrieves an object that identifies the type of resources used for processing vertices.</summary>
  6576.     </member>
  6577.     <member name="P:Microsoft.DirectX.Direct3D.Caps.DriverCaps">
  6578.       <summary>Retrieves an object that identifies driver-specific capabilities.</summary>
  6579.     </member>
  6580.     <member name="P:Microsoft.DirectX.Direct3D.Caps.ExtentsAdjust">
  6581.       <summary>Retrieves a value that indicates the number of pixels to adjust the extents rectangle outward to accommodate antialiasing kernels.</summary>
  6582.     </member>
  6583.     <member name="P:Microsoft.DirectX.Direct3D.Caps.GuardBandBottom">
  6584.       <summary>Retrieves a value that indicates the screen-space coordinate of the bottom guard band clipping region.</summary>
  6585.     </member>
  6586.     <member name="P:Microsoft.DirectX.Direct3D.Caps.GuardBandLeft">
  6587.       <summary>Retrieves a value that indicates the screen-space coordinate of the left guard band clipping region.</summary>
  6588.     </member>
  6589.     <member name="P:Microsoft.DirectX.Direct3D.Caps.GuardBandRight">
  6590.       <summary>Retrieves a value that indicates the screen-space coordinate of the right guard band clipping region.</summary>
  6591.     </member>
  6592.     <member name="P:Microsoft.DirectX.Direct3D.Caps.GuardBandTop">
  6593.       <summary>Retrieves a value that indicates the screen-space coordinate of the top guard band clipping region.</summary>
  6594.     </member>
  6595.     <member name="P:Microsoft.DirectX.Direct3D.Caps.LineCaps">
  6596.       <summary>Retrieves an object that defines the capabilities for line-drawing primitives.</summary>
  6597.     </member>
  6598.     <member name="P:Microsoft.DirectX.Direct3D.Caps.MasterAdapterOrdinal">
  6599.       <summary>Retrieves a value that indicates which device is the master for the current subordinate.</summary>
  6600.     </member>
  6601.     <member name="P:Microsoft.DirectX.Direct3D.Caps.MaxActiveLights">
  6602.       <summary>Retrieves the maximum number of lights that can be active simultaneously.</summary>
  6603.     </member>
  6604.     <member name="P:Microsoft.DirectX.Direct3D.Caps.MaxAnisotropy">
  6605.       <summary>Retrieves a value that indicates the maximum valid value for anisotropic filtering.</summary>
  6606.     </member>
  6607.     <member name="P:Microsoft.DirectX.Direct3D.Caps.MaxNPatchTessellationLevel">
  6608.       <summary>Retrieves a value that indicates the maximum number of N-patch subdivision levels.</summary>
  6609.     </member>
  6610.     <member name="P:Microsoft.DirectX.Direct3D.Caps.MaxPixelShader30InstructionSlots">
  6611.       <summary>Retrieves a value that indicates the maximum number of vertex shader instruction slots supported.</summary>
  6612.     </member>
  6613.     <member name="P:Microsoft.DirectX.Direct3D.Caps.MaxPointSize">
  6614.       <summary>Retrieves the maximum size of a point primitive.</summary>
  6615.     </member>
  6616.     <member name="P:Microsoft.DirectX.Direct3D.Caps.MaxPrimitiveCount">
  6617.       <summary>Retrieves the maximum number of primitives for each <see cref="M:Microsoft.DirectX.Direct3D.Device.DrawPrimitives(Microsoft.DirectX.Direct3D.PrimitiveType,System.Int32,System.Int32)" /> call.</summary>
  6618.     </member>
  6619.     <member name="P:Microsoft.DirectX.Direct3D.Caps.MaxSimultaneousTextures">
  6620.       <summary>Retrieves the maximum number of textures that can simultaneously be bound to the texture-blending stages.</summary>
  6621.     </member>
  6622.     <member name="P:Microsoft.DirectX.Direct3D.Caps.MaxStreams">
  6623.       <summary>Indicates the maximum number of concurrent data streams for <see cref="M:Microsoft.DirectX.Direct3D.Device.SetStreamSource" />.</summary>
  6624.     </member>
  6625.     <member name="P:Microsoft.DirectX.Direct3D.Caps.MaxStreamStride">
  6626.       <summary>Retrieves the maximum stride for <see cref="M:Microsoft.DirectX.Direct3D.Device.SetStreamSource" />.</summary>
  6627.     </member>
  6628.     <member name="P:Microsoft.DirectX.Direct3D.Caps.MaxTextureAspectRatio">
  6629.       <summary>Retrieves the maximum texture aspect ratio supported by the hardware.</summary>
  6630.     </member>
  6631.     <member name="P:Microsoft.DirectX.Direct3D.Caps.MaxTextureBlendStages">
  6632.       <summary>Retrieves the maximum number of texture-blending stages supported.</summary>
  6633.     </member>
  6634.     <member name="P:Microsoft.DirectX.Direct3D.Caps.MaxTextureHeight">
  6635.       <summary>Retrieves the maximum texture height for the current device.</summary>
  6636.     </member>
  6637.     <member name="P:Microsoft.DirectX.Direct3D.Caps.MaxTextureRepeat">
  6638.       <summary>Retrieves the maximum range of the integer bits for post-normalized texture coordinates.</summary>
  6639.     </member>
  6640.     <member name="P:Microsoft.DirectX.Direct3D.Caps.MaxTextureWidth">
  6641.       <summary>Retrieves the maximum texture width for the current device.</summary>
  6642.     </member>
  6643.     <member name="P:Microsoft.DirectX.Direct3D.Caps.MaxUserClipPlanes">
  6644.       <summary>Retrieves the maximum number of user-defined clipping planes supported.</summary>
  6645.     </member>
  6646.     <member name="P:Microsoft.DirectX.Direct3D.Caps.MaxVertexBlendMatrices">
  6647.       <summary>Retrieves the maximum number of matrices that the current device can apply when performing multimatrix vertex blending.</summary>
  6648.     </member>
  6649.     <member name="P:Microsoft.DirectX.Direct3D.Caps.MaxVertexBlendMatrixIndex">
  6650.       <summary>Retrieves the maximum matrix index that can be indexed into using pre-vertex indices.</summary>
  6651.     </member>
  6652.     <member name="P:Microsoft.DirectX.Direct3D.Caps.MaxVertexIndex">
  6653.       <summary>Retrieves the maximum size of indices supported for hardware vertex processing.</summary>
  6654.     </member>
  6655.     <member name="P:Microsoft.DirectX.Direct3D.Caps.MaxVertexShader30InstructionSlots">
  6656.       <summary>Retrieves the maximum number of vertex shader instruction slots supported.</summary>
  6657.     </member>
  6658.     <member name="P:Microsoft.DirectX.Direct3D.Caps.MaxVertexShaderConst">
  6659.       <summary>Retrieves the number of vertex shader registers that are reserved for constants.
  6660.     </summary>
  6661.     </member>
  6662.     <member name="P:Microsoft.DirectX.Direct3D.Caps.MaxVertexW">
  6663.       <summary>Retrieves the maximum w-based depth value that a device supports.</summary>
  6664.     </member>
  6665.     <member name="P:Microsoft.DirectX.Direct3D.Caps.MaxVolumeExtent">
  6666.       <summary>Retrieves the maximum value for any of the three dimensions (width, height, and depth) of a volume texture.</summary>
  6667.     </member>
  6668.     <member name="P:Microsoft.DirectX.Direct3D.Caps.NumberOfAdaptersInGroup">
  6669.       <summary>Retrieves the number of adapters in the current adapter group.</summary>
  6670.     </member>
  6671.     <member name="P:Microsoft.DirectX.Direct3D.Caps.NumberSimultaneousRts">
  6672.       <summary>Retrieves the number of simultaneous render targets.</summary>
  6673.     </member>
  6674.     <member name="P:Microsoft.DirectX.Direct3D.Caps.PixelShader1xMaxValue">
  6675.       <summary>Retrieves the maximum value of a pixel shader arithmetic component.</summary>
  6676.     </member>
  6677.     <member name="P:Microsoft.DirectX.Direct3D.Caps.PixelShaderCaps">
  6678.       <summary>Retrieves a structure that contains the supported pixel shader capabilities.</summary>
  6679.     </member>
  6680.     <member name="P:Microsoft.DirectX.Direct3D.Caps.PixelShaderVersion">
  6681.       <summary>Retrieves an object that reports the main and subordinate pixel shader versions.</summary>
  6682.     </member>
  6683.     <member name="P:Microsoft.DirectX.Direct3D.Caps.PresentationIntervals">
  6684.       <summary>Retrieves a set of values that represent the available presentation swap intervals.</summary>
  6685.     </member>
  6686.     <member name="P:Microsoft.DirectX.Direct3D.Caps.PrimitiveMiscCaps">
  6687.       <summary>Retrieves miscellaneous driver primitive capabilities.</summary>
  6688.     </member>
  6689.     <member name="P:Microsoft.DirectX.Direct3D.Caps.RasterCaps">
  6690.       <summary>Retrieves information about raster drawing capabilities.</summary>
  6691.     </member>
  6692.     <member name="P:Microsoft.DirectX.Direct3D.Caps.ShadeCaps">
  6693.       <summary>Retrieves shading operation capabilities.</summary>
  6694.     </member>
  6695.     <member name="P:Microsoft.DirectX.Direct3D.Caps.SourceBlendCaps">
  6696.       <summary>Retrieves the source-blending capabilities.</summary>
  6697.     </member>
  6698.     <member name="P:Microsoft.DirectX.Direct3D.Caps.StencilCaps">
  6699.       <summary>Retrieves an object that indicates the supported stencil buffer operations.</summary>
  6700.     </member>
  6701.     <member name="P:Microsoft.DirectX.Direct3D.Caps.StretchRectangleFilterCaps">
  6702.       <summary>Retrieves a structure that describes the operations supported by <see cref="M:Microsoft.DirectX.Direct3D.Device.StretchRectangle(Microsoft.DirectX.Direct3D.Surface,System.Drawing.Rectangle,Microsoft.DirectX.Direct3D.Surface,System.Drawing.Rectangle,Microsoft.DirectX.Direct3D.TextureFilter)" />.</summary>
  6703.     </member>
  6704.     <member name="P:Microsoft.DirectX.Direct3D.Caps.TextureAddressCaps">
  6705.       <summary>Retrieves a structure that contains texture-addressing capabilities for <see cref="T:Microsoft.DirectX.Direct3D.Texture" /> objects.</summary>
  6706.     </member>
  6707.     <member name="P:Microsoft.DirectX.Direct3D.Caps.TextureCaps">
  6708.       <summary>Retrieves a structure that contains miscellaneous texture-mapping capabilities.</summary>
  6709.     </member>
  6710.     <member name="P:Microsoft.DirectX.Direct3D.Caps.TextureFilterCaps">
  6711.       <summary>Retrieves a structure that contains texture-filtering capabilities for <see cref="T:Microsoft.DirectX.Direct3D.Texture" /> objects.</summary>
  6712.     </member>
  6713.     <member name="P:Microsoft.DirectX.Direct3D.Caps.TextureOperationCaps">
  6714.       <summary>Retrieves a structure that describes supported texture operations.</summary>
  6715.     </member>
  6716.     <member name="P:Microsoft.DirectX.Direct3D.Caps.VertexFormatCaps">
  6717.       <summary>Retrieves a structure that describes supported vertex format capabilities.</summary>
  6718.     </member>
  6719.     <member name="P:Microsoft.DirectX.Direct3D.Caps.VertexProcessingCaps">
  6720.       <summary>Retrieves a structure that contains supported vertex processing capabilities.</summary>
  6721.     </member>
  6722.     <member name="P:Microsoft.DirectX.Direct3D.Caps.VertexShaderCaps">
  6723.       <summary>Retrieves a structure that contains supported vertex shader capabilities.</summary>
  6724.     </member>
  6725.     <member name="P:Microsoft.DirectX.Direct3D.Caps.VertexShaderVersion">
  6726.       <summary>Retrieves a structure that indicates the main and subordinate vertex shader versions supported by a device.</summary>
  6727.     </member>
  6728.     <member name="P:Microsoft.DirectX.Direct3D.Caps.VertexTextureFilterCaps">
  6729.       <summary>Retrieves a structure that indicates which types of vertex shader texture filters are supported.</summary>
  6730.     </member>
  6731.     <member name="P:Microsoft.DirectX.Direct3D.Caps.VolumeTextureAddressCaps">
  6732.       <summary>Retrieves a structure that indicates the supported texture-addressing capabilities for <see cref="T:Microsoft.DirectX.Direct3D.VolumeTexture" /> objects.</summary>
  6733.     </member>
  6734.     <member name="P:Microsoft.DirectX.Direct3D.Caps.VolumeTextureFilterCaps">
  6735.       <summary>Retrieves a structure that indicates the texture-filtering capabilities of <see cref="T:Microsoft.DirectX.Direct3D.VolumeTexture" /> objects.</summary>
  6736.     </member>
  6737.     <member name="P:Microsoft.DirectX.Direct3D.Caps.ZCompareCaps">
  6738.       <summary>Retrieves a structure that contains the supported z-buffer comparison capabilities.</summary>
  6739.     </member>
  6740.     <member name="T:Microsoft.DirectX.Direct3D.ClipStatus">
  6741.       <summary>Describes the current clip status.</summary>
  6742.     </member>
  6743.     <member name="M:Microsoft.DirectX.Direct3D.ClipStatus.#ctor">
  6744.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.ClipStatus" /> class.</summary>
  6745.     </member>
  6746.     <member name="M:Microsoft.DirectX.Direct3D.ClipStatus.ToString">
  6747.       <summary>Obtains a string representation of the current instance.</summary>
  6748.       <returns>String that represents the object.</returns>
  6749.     </member>
  6750.     <member name="P:Microsoft.DirectX.Direct3D.ClipStatus.ClipIntersection">
  6751.       <summary>Retrieves or sets a value that is the bitwise intersection of all current clip status flags.</summary>
  6752.     </member>
  6753.     <member name="P:Microsoft.DirectX.Direct3D.ClipStatus.ClipUnion">
  6754.       <summary>Retrieves or sets a value that is the bitwise union of all current clip status flags.</summary>
  6755.     </member>
  6756.     <member name="T:Microsoft.DirectX.Direct3D.ColorValue">
  6757.       <summary>Stores the red, green, blue, and alpha channel values that together define a specific color.</summary>
  6758.     </member>
  6759.     <member name="M:Microsoft.DirectX.Direct3D.ColorValue.#ctor(System.Int32,System.Int32,System.Int32)">
  6760.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.ColorValue" /> structure.</summary>
  6761.       <param name="r">An integer value that represents the level of red in the color.</param>
  6762.       <param name="g">An integer value that represents the level of green in the color.</param>
  6763.       <param name="b">An integer value that represents the level of blue in the color.</param>
  6764.     </member>
  6765.     <member name="M:Microsoft.DirectX.Direct3D.ColorValue.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
  6766.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.ColorValue" /> structure.</summary>
  6767.       <param name="r">An integer value that represents the level of red in the color.</param>
  6768.       <param name="g">An integer value that represents the level of green in the color.</param>
  6769.       <param name="b">An integer value that represents the level of blue in the color.</param>
  6770.       <param name="a">An integer value that represents the alpha channel value of the color.</param>
  6771.     </member>
  6772.     <member name="M:Microsoft.DirectX.Direct3D.ColorValue.#ctor(System.Single,System.Single,System.Single)">
  6773.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.ColorValue" /> structure.</summary>
  6774.       <param name="r">A <see cref="T:System.Single" /> value that represents the level of red in the color.</param>
  6775.       <param name="g">A <see cref="T:System.Single" /> value that represents the level of green in the color.</param>
  6776.       <param name="b">A <see cref="T:System.Single" /> value that represents the level of blue in the color.</param>
  6777.     </member>
  6778.     <member name="M:Microsoft.DirectX.Direct3D.ColorValue.#ctor(System.Single,System.Single,System.Single,System.Single)">
  6779.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.ColorValue" /> structure.</summary>
  6780.       <param name="r">A <see cref="T:System.Single" /> value that represents the level of red in the color.</param>
  6781.       <param name="g">A <see cref="T:System.Single" /> value that represents the level of green in the color.</param>
  6782.       <param name="b">A <see cref="T:System.Single" /> value that represents the level of blue in the color.</param>
  6783.       <param name="a">A <see cref="T:System.Single" /> value that represents the alpha channel value of the color.</param>
  6784.     </member>
  6785.     <member name="M:Microsoft.DirectX.Direct3D.ColorValue.FillD3DColor(Microsoft.DirectX.PrivateImplementationDetails._D3DCOLORVALUE)">
  6786.       <summary>Fills a <see cref="T:Microsoft.DirectX.PrivateImplementationDetails._D3DCOLORVALUE" /> structure with the color values of the current instance.</summary>
  6787.       <param name="pColor">A <see cref="T:Microsoft.DirectX.PrivateImplementationDetails._D3DCOLORVALUE" /> structure to contain the current color values.</param>
  6788.       <returns />
  6789.     </member>
  6790.     <member name="M:Microsoft.DirectX.Direct3D.ColorValue.FromArgb(System.Int32)">
  6791.       <summary>Initializes and returns an instance of a <see cref="T:Microsoft.DirectX.Direct3D.ColorValue" /> structure using an <see cref="T:System.Int32" /> value.</summary>
  6792.       <param name="color">An <see cref="T:System.Int32" /> value that is used to initialize a <see cref="T:Microsoft.DirectX.Direct3D.ColorValue" /> structure.</param>
  6793.       <returns>A <see cref="T:Microsoft.DirectX.Direct3D.ColorValue" /> structure whose properties are initialized to the <see cref="M:Microsoft.DirectX.Direct3D.ColorValue.FromArgb(System.Int32)" /> value.</returns>
  6794.     </member>
  6795.     <member name="M:Microsoft.DirectX.Direct3D.ColorValue.FromColor(System.Drawing.Color)">
  6796.       <summary>Initializes and returns an instance of a <see cref="T:Microsoft.DirectX.Direct3D.ColorValue" /> structure using a <see cref="T:System.Drawing.Color" /> value.</summary>
  6797.       <param name="color">A <see cref="T:Microsoft.DirectX.Direct3D.ColorValue" /> used to initialize a <see cref="T:Microsoft.DirectX.Direct3D.ColorValue" /> structure.</param>
  6798.       <returns>A <see cref="T:Microsoft.DirectX.Direct3D.ColorValue" /> structure whose properties are initialized to the <see cref="M:Microsoft.DirectX.Direct3D.ColorValue.FromColor(System.Drawing.Color)" /> value.</returns>
  6799.     </member>
  6800.     <member name="M:Microsoft.DirectX.Direct3D.ColorValue.FromD3DColor(Microsoft.DirectX.PrivateImplementationDetails._D3DCOLORVALUE)">
  6801.       <summary>Initializes and returns an instance of a <see cref="T:Microsoft.DirectX.Direct3D.ColorValue" /> structure using an <see cref="T:Microsoft.DirectX.PrivateImplementationDetails._D3DCOLORVALUE" /> value.</summary>
  6802.       <param name="color">A <see cref="T:Microsoft.DirectX.PrivateImplementationDetails._D3DCOLORVALUE" /> used to initialize a <see cref="T:Microsoft.DirectX.Direct3D.ColorValue" /> structure.</param>
  6803.       <returns>A <see cref="T:Microsoft.DirectX.Direct3D.ColorValue" /> structure whose properties are initialized to the <see cref="M:Microsoft.DirectX.Direct3D.ColorValue.FromD3DColor(Microsoft.DirectX.PrivateImplementationDetails._D3DCOLORVALUE)" /> value.</returns>
  6804.     </member>
  6805.     <member name="M:Microsoft.DirectX.Direct3D.ColorValue.ToArgb">
  6806.       <summary>Returns an <see cref="T:System.Int32" /> value that represents the color value of the current instance.</summary>
  6807.       <returns>An <see cref="T:System.Int32" /> value that represents the color value of the current instance.</returns>
  6808.     </member>
  6809.     <member name="P:Microsoft.DirectX.Direct3D.ColorValue.Alpha">
  6810.       <summary>Retrieves or sets the alpha channel value of the current color.</summary>
  6811.     </member>
  6812.     <member name="P:Microsoft.DirectX.Direct3D.ColorValue.Blue">
  6813.       <summary>Retrieves or sets the blue value of the current color.</summary>
  6814.     </member>
  6815.     <member name="P:Microsoft.DirectX.Direct3D.ColorValue.Green">
  6816.       <summary>Retrieves or sets the green value of the current color.</summary>
  6817.     </member>
  6818.     <member name="P:Microsoft.DirectX.Direct3D.ColorValue.Red">
  6819.       <summary>Retrieves or sets the red value of the current color.</summary>
  6820.     </member>
  6821.     <member name="T:Microsoft.DirectX.Direct3D.ComparisonCaps">
  6822.       <summary>Retrieves comparison capabilities.</summary>
  6823.     </member>
  6824.     <member name="M:Microsoft.DirectX.Direct3D.ComparisonCaps.ToString">
  6825.       <summary>Obtains a string representation of the current instance.</summary>
  6826.       <returns>String that represents the object.</returns>
  6827.     </member>
  6828.     <member name="P:Microsoft.DirectX.Direct3D.ComparisonCaps.SupportsAlways">
  6829.       <summary>Retrieves a value that indicates whether always passing the comparison test is supported.</summary>
  6830.     </member>
  6831.     <member name="P:Microsoft.DirectX.Direct3D.ComparisonCaps.SupportsEqual">
  6832.       <summary>Retrieves a value that indicates whether comparison tests in which the new value equals the current value are supported.</summary>
  6833.     </member>
  6834.     <member name="P:Microsoft.DirectX.Direct3D.ComparisonCaps.SupportsGreater">
  6835.       <summary>Retrieves a value that indicates whether comparison tests in which the new value is greater than the current value are supported.</summary>
  6836.     </member>
  6837.     <member name="P:Microsoft.DirectX.Direct3D.ComparisonCaps.SupportsGreaterEqual">
  6838.       <summary>Retrieves a value that indicates whether comparison tests in which the new value is greater than or equal to the current value are supported.</summary>
  6839.     </member>
  6840.     <member name="P:Microsoft.DirectX.Direct3D.ComparisonCaps.SupportsLess">
  6841.       <summary>Retrieves a value that indicates whether comparison tests in which the new value is less than the current value are supported.</summary>
  6842.     </member>
  6843.     <member name="P:Microsoft.DirectX.Direct3D.ComparisonCaps.SupportsLessEqual">
  6844.       <summary>Retrieves a value that indicates whether comparison tests in which the new value is less than or equal to the current value are supported.</summary>
  6845.     </member>
  6846.     <member name="P:Microsoft.DirectX.Direct3D.ComparisonCaps.SupportsNever">
  6847.       <summary>Retrieves a value that indicates whether never passing the comparison test is supported.</summary>
  6848.     </member>
  6849.     <member name="P:Microsoft.DirectX.Direct3D.ComparisonCaps.SupportsNotEqual">
  6850.       <summary>Retrieves a value that indicates whether comparison tests in which the new value does not equal the current value are supported.</summary>
  6851.     </member>
  6852.     <member name="T:Microsoft.DirectX.Direct3D.CursorCaps">
  6853.       <summary>Indicates the hardware support that is available for cursors.</summary>
  6854.     </member>
  6855.     <member name="M:Microsoft.DirectX.Direct3D.CursorCaps.ToString">
  6856.       <summary>Obtains a string representation of the current instance.</summary>
  6857.       <returns>String that represents the object.</returns>
  6858.     </member>
  6859.     <member name="P:Microsoft.DirectX.Direct3D.CursorCaps.SupportsColor">
  6860.       <summary>Retrieves a value that indicates that a full-color cursor is supported in hardware.</summary>
  6861.     </member>
  6862.     <member name="P:Microsoft.DirectX.Direct3D.CursorCaps.SupportsLowResolution">
  6863.       <summary>Retrieves a value that indicates that a full-color cursor is supported in both high-resolution and low-resolution modes.</summary>
  6864.     </member>
  6865.     <member name="T:Microsoft.DirectX.Direct3D.CustomVertex.PositionColored">
  6866.       <summary>Describes a custom vertex format structure that contains position and color information.</summary>
  6867.     </member>
  6868.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionColored.Color">
  6869.       <summary>Retrieves or sets the vertex color.</summary>
  6870.     </member>
  6871.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionColored.Format">
  6872.       <summary>Retrieves the <see cref="T:Microsoft.DirectX.Direct3D.VertexFormats" /> for the current custom vertex.</summary>
  6873.     </member>
  6874.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionColored.X">
  6875.       <summary>Retrieves or sets the x component of the position.</summary>
  6876.     </member>
  6877.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionColored.Y">
  6878.       <summary>Retrieves or sets the y component of the position.</summary>
  6879.     </member>
  6880.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionColored.Z">
  6881.       <summary>Retrieves or sets the z component of the position.</summary>
  6882.     </member>
  6883.     <member name="M:Microsoft.DirectX.Direct3D.CustomVertex.PositionColored.#ctor(Microsoft.DirectX.Vector3,System.Int32)">
  6884.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.CustomVertex.PositionColored" /> class.</summary>
  6885.       <param name="value">A <see cref="T:Microsoft.DirectX.Vector3" /> object that contains the position.</param>
  6886.       <param name="c">Integer that represents the diffuse color value.</param>
  6887.     </member>
  6888.     <member name="M:Microsoft.DirectX.Direct3D.CustomVertex.PositionColored.#ctor(System.Single,System.Single,System.Single,System.Int32)">
  6889.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.CustomVertex.PositionColored" /> class.</summary>
  6890.       <param name="xvalue">Floating-point value that represents the x coordinate of the position.</param>
  6891.       <param name="yvalue">Floating-point value that represents the y coordinate of the position.</param>
  6892.       <param name="zvalue">Floating-point value that represents the z coordinate of the position.</param>
  6893.       <param name="c">Integer that represents the diffuse color value.</param>
  6894.     </member>
  6895.     <member name="M:Microsoft.DirectX.Direct3D.CustomVertex.PositionColored.ToString">
  6896.       <summary>Obtains a string representation of the current instance.</summary>
  6897.       <returns>String that represents the object.</returns>
  6898.     </member>
  6899.     <member name="P:Microsoft.DirectX.Direct3D.CustomVertex.PositionColored.Position">
  6900.       <summary>Retrieves or sets the vertex position.</summary>
  6901.     </member>
  6902.     <member name="P:Microsoft.DirectX.Direct3D.CustomVertex.PositionColored.StrideSize">
  6903.       <summary>Retrieves the size of the <see cref="T:Microsoft.DirectX.Direct3D.CustomVertex.PositionColored" /> structure.</summary>
  6904.     </member>
  6905.     <member name="T:Microsoft.DirectX.Direct3D.CustomVertex.PositionColoredTextured">
  6906.       <summary>Describes a custom vertex format structure that contains position, color, and one set of texture coordinates.</summary>
  6907.     </member>
  6908.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionColoredTextured.Color">
  6909.       <summary>Retrieves or sets the vertex color.</summary>
  6910.     </member>
  6911.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionColoredTextured.Format">
  6912.       <summary>Retrieves the <see cref="T:Microsoft.DirectX.Direct3D.VertexFormats" /> for the current custom vertex.</summary>
  6913.     </member>
  6914.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionColoredTextured.Tu">
  6915.       <summary>Retrieves or sets the u component of the texture coordinate.</summary>
  6916.     </member>
  6917.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionColoredTextured.Tv">
  6918.       <summary>Retrieves or sets the v component of the texture coordinate.</summary>
  6919.     </member>
  6920.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionColoredTextured.X">
  6921.       <summary>Retrieves or sets the x component of the position.</summary>
  6922.     </member>
  6923.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionColoredTextured.Y">
  6924.       <summary>Retrieves or sets the y component of the position.</summary>
  6925.     </member>
  6926.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionColoredTextured.Z">
  6927.       <summary>Retrieves or sets the z component of the position.</summary>
  6928.     </member>
  6929.     <member name="M:Microsoft.DirectX.Direct3D.CustomVertex.PositionColoredTextured.#ctor(Microsoft.DirectX.Vector3,System.Int32,System.Single,System.Single)">
  6930.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.CustomVertex.PositionColoredTextured" /> class.</summary>
  6931.       <param name="value">A <see cref="T:Microsoft.DirectX.Vector3" /> object that contains the position.</param>
  6932.       <param name="c">Integer that represents the vertex color value.</param>
  6933.       <param name="u">Floating-point value that represents the <see cref="M:Microsoft.DirectX.Direct3D.CustomVertex.PositionColoredTextured.#ctor" /> component of the texture coordinate.</param>
  6934.       <param name="v">Floating-point value that represents the <see cref="M:Microsoft.DirectX.Direct3D.CustomVertex.PositionColoredTextured.#ctor" /> component of the texture coordinate.</param>
  6935.     </member>
  6936.     <member name="M:Microsoft.DirectX.Direct3D.CustomVertex.PositionColoredTextured.#ctor(System.Single,System.Single,System.Single,System.Int32,System.Single,System.Single)">
  6937.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.CustomVertex.PositionColoredTextured" /> class.</summary>
  6938.       <param name="xvalue">Floating-point value that represents the x coordinate of the position.</param>
  6939.       <param name="yvalue">Floating-point value that represents the y coordinate of the position.</param>
  6940.       <param name="zvalue">Floating-point value that represents the z coordinate of the position.</param>
  6941.       <param name="c">Integer that represents the vertex color value.</param>
  6942.       <param name="u">Floating-point value that represents the <see cref="M:Microsoft.DirectX.Direct3D.CustomVertex.PositionColoredTextured.#ctor" /> component of the texture coordinate.</param>
  6943.       <param name="v">Floating-point value that represents the <see cref="M:Microsoft.DirectX.Direct3D.CustomVertex.PositionColoredTextured.#ctor" /> component of the texture coordinate.</param>
  6944.     </member>
  6945.     <member name="M:Microsoft.DirectX.Direct3D.CustomVertex.PositionColoredTextured.ToString">
  6946.       <summary>Obtains a string representation of the current instance.</summary>
  6947.       <returns>String that represents the object.</returns>
  6948.     </member>
  6949.     <member name="P:Microsoft.DirectX.Direct3D.CustomVertex.PositionColoredTextured.Position">
  6950.       <summary>Retrieves or sets the vertex position.</summary>
  6951.     </member>
  6952.     <member name="P:Microsoft.DirectX.Direct3D.CustomVertex.PositionColoredTextured.StrideSize">
  6953.       <summary>Retrieves the size of the <see cref="T:Microsoft.DirectX.Direct3D.CustomVertex.PositionColoredTextured" /> structure.</summary>
  6954.     </member>
  6955.     <member name="T:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormal">
  6956.       <summary>Describes a custom vertex format structure that contains position and normal data.</summary>
  6957.     </member>
  6958.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormal.Format">
  6959.       <summary>Retrieves the <see cref="T:Microsoft.DirectX.Direct3D.VertexFormats" /> for the current custom vertex.</summary>
  6960.     </member>
  6961.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormal.Nx">
  6962.       <summary>Retrieves or sets the nx component of the vertex normal.</summary>
  6963.     </member>
  6964.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormal.Ny">
  6965.       <summary>Retrieves or sets the ny component of the vertex normal.</summary>
  6966.     </member>
  6967.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormal.Nz">
  6968.       <summary>Retrieves or sets the nz component of the vertex normal.</summary>
  6969.     </member>
  6970.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormal.X">
  6971.       <summary>Retrieves or sets the x component of the position.</summary>
  6972.     </member>
  6973.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormal.Y">
  6974.       <summary>Retrieves or sets the y component of the position.</summary>
  6975.     </member>
  6976.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormal.Z">
  6977.       <summary>Retrieves or sets the z component of the position.</summary>
  6978.     </member>
  6979.     <member name="M:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormal.#ctor(Microsoft.DirectX.Vector3,Microsoft.DirectX.Vector3)">
  6980.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormal" /> class.</summary>
  6981.       <param name="pos">A <see cref="T:Microsoft.DirectX.Vector3" /> object that contains the vertex position.</param>
  6982.       <param name="nor">A <see cref="T:Microsoft.DirectX.Vector3" /> object that contains the vertex normal data.</param>
  6983.     </member>
  6984.     <member name="M:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormal.#ctor(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
  6985.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormal" /> class.</summary>
  6986.       <param name="xvalue">Floating-point value that represents the x coordinate of the position.</param>
  6987.       <param name="yvalue">Floating-point value that represents the y coordinate of the position.</param>
  6988.       <param name="zvalue">Floating-point value that represents the z coordinate of the position.</param>
  6989.       <param name="nxvalue">Floating-point value that represents the nx coordinate of the vertex normal.</param>
  6990.       <param name="nyvalue">Floating-point value that represents the ny coordinate of the vertex normal.</param>
  6991.       <param name="nzvalue">Floating-point value that represents the nz coordinate of the vertex normal.</param>
  6992.     </member>
  6993.     <member name="M:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormal.ToString">
  6994.       <summary>Obtains a string representation of the current instance.</summary>
  6995.       <returns>String that represents the object.</returns>
  6996.     </member>
  6997.     <member name="P:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormal.Normal">
  6998.       <summary>Retrieves or sets the vertex normal data.</summary>
  6999.     </member>
  7000.     <member name="P:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormal.Position">
  7001.       <summary>Retrieves or sets the vertex position.</summary>
  7002.     </member>
  7003.     <member name="P:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormal.StrideSize">
  7004.       <summary>Retrieves the size of the <see cref="T:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormal" /> structure.</summary>
  7005.     </member>
  7006.     <member name="T:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalColored">
  7007.       <summary>Describes a custom vertex format structure that contains position, color, and normal data.</summary>
  7008.     </member>
  7009.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalColored.Color">
  7010.       <summary>Retrieves or sets the vertex color.</summary>
  7011.     </member>
  7012.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalColored.Format">
  7013.       <summary>Retrieves the <see cref="T:Microsoft.DirectX.Direct3D.VertexFormats" /> for the current custom vertex.</summary>
  7014.     </member>
  7015.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalColored.Nx">
  7016.       <summary>Retrieves or sets the nx component of the vertex normal.</summary>
  7017.     </member>
  7018.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalColored.Ny">
  7019.       <summary>Retrieves or sets the ny component of the vertex normal.</summary>
  7020.     </member>
  7021.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalColored.Nz">
  7022.       <summary>Retrieves or sets the nz component of the vertex normal.</summary>
  7023.     </member>
  7024.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalColored.X">
  7025.       <summary>Retrieves or sets the x component of the position.</summary>
  7026.     </member>
  7027.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalColored.Y">
  7028.       <summary>Retrieves or sets the y component of the position.</summary>
  7029.     </member>
  7030.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalColored.Z">
  7031.       <summary>Retrieves or sets the z component of the position.</summary>
  7032.     </member>
  7033.     <member name="M:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalColored.#ctor(Microsoft.DirectX.Vector3,Microsoft.DirectX.Vector3,System.Int32)">
  7034.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalColored" /> class.</summary>
  7035.       <param name="pos">A <see cref="T:Microsoft.DirectX.Vector3" /> object that contains the vertex position.</param>
  7036.       <param name="nor">A <see cref="T:Microsoft.DirectX.Vector3" /> object that contains the vertex normal data.</param>
  7037.       <param name="c">Integer that represents the vertex color value.</param>
  7038.     </member>
  7039.     <member name="M:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalColored.#ctor(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Int32)">
  7040.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalColored" /> class.</summary>
  7041.       <param name="xvalue">Floating-point value that represents the x coordinate of the position.</param>
  7042.       <param name="yvalue">Floating-point value that represents the y coordinate of the position.</param>
  7043.       <param name="zvalue">Floating-point value that represents the z coordinate of the position.</param>
  7044.       <param name="nxvalue">Floating-point value that represents the nx coordinate of the vertex normal.</param>
  7045.       <param name="nyvalue">Floating-point value that represents the ny coordinate of the vertex normal.</param>
  7046.       <param name="nzvalue">Floating-point value that represents the nz coordinate of the vertex normal.</param>
  7047.       <param name="c">Integer that represents the vertex color value.</param>
  7048.     </member>
  7049.     <member name="M:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalColored.ToString">
  7050.       <summary>Obtains a string representation of the current instance.</summary>
  7051.       <returns>String that represents the object.</returns>
  7052.     </member>
  7053.     <member name="P:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalColored.Normal">
  7054.       <summary>Retrieves or sets the vertex normal data.</summary>
  7055.     </member>
  7056.     <member name="P:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalColored.Position">
  7057.       <summary>Retrieves or sets the vertex position.</summary>
  7058.     </member>
  7059.     <member name="P:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalColored.StrideSize">
  7060.       <summary>Retrieves the size of the <see cref="T:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalColored" /> structure.</summary>
  7061.     </member>
  7062.     <member name="T:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalTextured">
  7063.       <summary>Describes a custom vertex format structure that contains position, normal data, and one set of texture coordinates.</summary>
  7064.     </member>
  7065.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalTextured.Format">
  7066.       <summary>Retrieves the <see cref="T:Microsoft.DirectX.Direct3D.VertexFormats" /> for the current custom vertex.</summary>
  7067.     </member>
  7068.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalTextured.Nx">
  7069.       <summary>Retrieves or sets the nx component of the vertex normal.</summary>
  7070.     </member>
  7071.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalTextured.Ny">
  7072.       <summary>Retrieves or sets the ny component of the vertex normal.</summary>
  7073.     </member>
  7074.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalTextured.Nz">
  7075.       <summary>Retrieves or sets the nz component of the vertex normal.</summary>
  7076.     </member>
  7077.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalTextured.Tu">
  7078.       <summary>Retrieves or sets the u component of the texture coordinate.</summary>
  7079.     </member>
  7080.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalTextured.Tv">
  7081.       <summary>Retrieves or sets the v component of the texture coordinate.</summary>
  7082.     </member>
  7083.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalTextured.X">
  7084.       <summary>Retrieves or sets the x component of the position.</summary>
  7085.     </member>
  7086.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalTextured.Y">
  7087.       <summary>Retrieves or sets the y component of the position.</summary>
  7088.     </member>
  7089.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalTextured.Z">
  7090.       <summary>Retrieves or sets the z component of the position.</summary>
  7091.     </member>
  7092.     <member name="M:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalTextured.#ctor(Microsoft.DirectX.Vector3,Microsoft.DirectX.Vector3,System.Single,System.Single)">
  7093.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalTextured" /> class.</summary>
  7094.       <param name="pos">A <see cref="T:Microsoft.DirectX.Vector3" /> object that contains the vertex position.</param>
  7095.       <param name="nor">A <see cref="T:Microsoft.DirectX.Vector3" /> object that contains the vertex normal data.</param>
  7096.       <param name="u">Floating-point value that represents the <see cref="M:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalTextured.#ctor" /> component of the texture coordinate.</param>
  7097.       <param name="v">Floating-point value that represents the <see cref="M:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalTextured.#ctor" /> component of the texture coordinate.</param>
  7098.     </member>
  7099.     <member name="M:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalTextured.#ctor(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
  7100.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalTextured" /> class.</summary>
  7101.       <param name="xvalue">Floating-point value that represents the x coordinate of the position.</param>
  7102.       <param name="yvalue">Floating-point value that represents the y coordinate of the position.</param>
  7103.       <param name="zvalue">Floating-point value that represents the z coordinate of the position.</param>
  7104.       <param name="nxvalue">Floating-point value that represents the nx coordinate of the vertex normal.</param>
  7105.       <param name="nyvalue">Floating-point value that represents the ny coordinate of the vertex normal.</param>
  7106.       <param name="nzvalue">Floating-point value that represents the nz coordinate of the vertex normal.</param>
  7107.       <param name="u">Floating-point value that represents the <see cref="M:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalTextured.#ctor" /> component of the texture coordinate.</param>
  7108.       <param name="v">Floating-point value that represents the <see cref="M:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalTextured.#ctor" /> component of the texture coordinate.</param>
  7109.     </member>
  7110.     <member name="M:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalTextured.ToString">
  7111.       <summary>Obtains a string representation of the current instance.</summary>
  7112.       <returns>String that represents the object.</returns>
  7113.     </member>
  7114.     <member name="P:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalTextured.Normal">
  7115.       <summary>Retrieves or sets the vertex normal data.</summary>
  7116.     </member>
  7117.     <member name="P:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalTextured.Position">
  7118.       <summary>Retrieves or sets the vertex position.</summary>
  7119.     </member>
  7120.     <member name="P:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalTextured.StrideSize">
  7121.       <summary>Retrieves the size of the <see cref="T:Microsoft.DirectX.Direct3D.CustomVertex.PositionNormalTextured" /> structure.</summary>
  7122.     </member>
  7123.     <member name="T:Microsoft.DirectX.Direct3D.CustomVertex.PositionOnly">
  7124.       <summary>Describes a custom vertex format structure that contains only position data.</summary>
  7125.     </member>
  7126.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionOnly.Format">
  7127.       <summary>Retrieves the <see cref="T:Microsoft.DirectX.Direct3D.VertexFormats" /> for the current custom vertex.</summary>
  7128.     </member>
  7129.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionOnly.X">
  7130.       <summary>Retrieves or sets the x component of the position.</summary>
  7131.     </member>
  7132.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionOnly.Y">
  7133.       <summary>Retrieves or sets the y component of the position.</summary>
  7134.     </member>
  7135.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionOnly.Z">
  7136.       <summary>Retrieves or sets the z component of the position.</summary>
  7137.     </member>
  7138.     <member name="M:Microsoft.DirectX.Direct3D.CustomVertex.PositionOnly.#ctor(Microsoft.DirectX.Vector3)">
  7139.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.CustomVertex.PositionOnly" /> class.</summary>
  7140.       <param name="value">A <see cref="T:Microsoft.DirectX.Vector3" /> object that contains the vertex position.</param>
  7141.     </member>
  7142.     <member name="M:Microsoft.DirectX.Direct3D.CustomVertex.PositionOnly.#ctor(System.Single,System.Single,System.Single)">
  7143.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.CustomVertex.PositionOnly" /> class.</summary>
  7144.       <param name="xvalue">Floating-point value that represents the x coordinate of the position.</param>
  7145.       <param name="yvalue">Floating-point value that represents the y coordinate of the position.</param>
  7146.       <param name="zvalue">Floating-point value that represents the z coordinate of the position.</param>
  7147.     </member>
  7148.     <member name="M:Microsoft.DirectX.Direct3D.CustomVertex.PositionOnly.ToString">
  7149.       <summary>Obtains a string representation of the current instance.</summary>
  7150.       <returns>String that represents the object.</returns>
  7151.     </member>
  7152.     <member name="P:Microsoft.DirectX.Direct3D.CustomVertex.PositionOnly.Position">
  7153.       <summary>Retrieves or sets the vertex position.</summary>
  7154.     </member>
  7155.     <member name="P:Microsoft.DirectX.Direct3D.CustomVertex.PositionOnly.StrideSize">
  7156.       <summary>Retrieves the size of the <see cref="T:Microsoft.DirectX.Direct3D.CustomVertex.PositionOnly" /> structure.</summary>
  7157.     </member>
  7158.     <member name="T:Microsoft.DirectX.Direct3D.CustomVertex.PositionTextured">
  7159.       <summary>Describes a custom vertex format structure that contains position and one set of texture coordinates.</summary>
  7160.     </member>
  7161.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionTextured.Format">
  7162.       <summary>Retrieves the <see cref="T:Microsoft.DirectX.Direct3D.VertexFormats" /> for the current custom vertex.</summary>
  7163.     </member>
  7164.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionTextured.Tu">
  7165.       <summary>Retrieves or sets the u component of the texture coordinate.</summary>
  7166.     </member>
  7167.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionTextured.Tv">
  7168.       <summary>Retrieves or sets the v component of the texture coordinate.</summary>
  7169.     </member>
  7170.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionTextured.X">
  7171.       <summary>Retrieves or sets the x component of the position.</summary>
  7172.     </member>
  7173.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionTextured.Y">
  7174.       <summary>Retrieves or sets the y component of the position.</summary>
  7175.     </member>
  7176.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.PositionTextured.Z">
  7177.       <summary>Retrieves or sets the z component of the position.</summary>
  7178.     </member>
  7179.     <member name="M:Microsoft.DirectX.Direct3D.CustomVertex.PositionTextured.#ctor(Microsoft.DirectX.Vector3,System.Single,System.Single)">
  7180.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.CustomVertex.PositionTextured" /> class.</summary>
  7181.       <param name="pos">A <see cref="T:Microsoft.DirectX.Vector3" /> object that contains the vertex position.</param>
  7182.       <param name="u">Floating-point value that represents the <see cref="M:Microsoft.DirectX.Direct3D.CustomVertex.PositionTextured.#ctor" /> component of the texture coordinate.</param>
  7183.       <param name="v">Floating-point value that represents the <see cref="M:Microsoft.DirectX.Direct3D.CustomVertex.PositionTextured.#ctor" /> component of the texture coordinate.</param>
  7184.     </member>
  7185.     <member name="M:Microsoft.DirectX.Direct3D.CustomVertex.PositionTextured.#ctor(System.Single,System.Single,System.Single,System.Single,System.Single)">
  7186.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.CustomVertex.PositionTextured" /> class.</summary>
  7187.       <param name="xvalue">Floating-point value that represents the x coordinate of the position.</param>
  7188.       <param name="yvalue">Floating-point value that represents the y coordinate of the position.</param>
  7189.       <param name="zvalue">Floating-point value that represents the z coordinate of the position.</param>
  7190.       <param name="u">Floating-point value that represents the <see cref="M:Microsoft.DirectX.Direct3D.CustomVertex.PositionTextured.#ctor" /> component of the texture coordinate.</param>
  7191.       <param name="v">Floating-point value that represents the <see cref="M:Microsoft.DirectX.Direct3D.CustomVertex.PositionTextured.#ctor" /> component of the texture coordinate.</param>
  7192.     </member>
  7193.     <member name="M:Microsoft.DirectX.Direct3D.CustomVertex.PositionTextured.ToString">
  7194.       <summary>Obtains a string representation of the current instance.</summary>
  7195.       <returns>String that represents the object.</returns>
  7196.     </member>
  7197.     <member name="P:Microsoft.DirectX.Direct3D.CustomVertex.PositionTextured.Position">
  7198.       <summary>Retrieves or sets the vertex position.</summary>
  7199.     </member>
  7200.     <member name="P:Microsoft.DirectX.Direct3D.CustomVertex.PositionTextured.StrideSize">
  7201.       <summary>Retrieves the size of the <see cref="T:Microsoft.DirectX.Direct3D.CustomVertex.PositionTextured" /> structure.</summary>
  7202.     </member>
  7203.     <member name="T:Microsoft.DirectX.Direct3D.CustomVertex.Transformed">
  7204.       <summary>Describes a custom vertex format structure that contains transformed vertices.</summary>
  7205.     </member>
  7206.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.Transformed.Format">
  7207.       <summary>Retrieves the <see cref="T:Microsoft.DirectX.Direct3D.VertexFormats" /> for the current custom vertex.</summary>
  7208.     </member>
  7209.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.Transformed.Rhw">
  7210.       <summary>Retrieves or sets the reciprocal homogeneous w (RHW) component of the position.</summary>
  7211.     </member>
  7212.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.Transformed.X">
  7213.       <summary>Retrieves or sets the x component of the position.</summary>
  7214.     </member>
  7215.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.Transformed.Y">
  7216.       <summary>Retrieves or sets the y component of the position.</summary>
  7217.     </member>
  7218.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.Transformed.Z">
  7219.       <summary>Retrieves or sets the z component of the position.</summary>
  7220.     </member>
  7221.     <member name="M:Microsoft.DirectX.Direct3D.CustomVertex.Transformed.#ctor(Microsoft.DirectX.Vector4)">
  7222.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.CustomVertex.Transformed" /> class.</summary>
  7223.       <param name="value">A <see cref="T:Microsoft.DirectX.Vector4" /> object that contains the position.</param>
  7224.     </member>
  7225.     <member name="M:Microsoft.DirectX.Direct3D.CustomVertex.Transformed.#ctor(System.Single,System.Single,System.Single,System.Single)">
  7226.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.CustomVertex.Transformed" /> class.</summary>
  7227.       <param name="xvalue">Floating-point value that represents the x coordinate of the position.</param>
  7228.       <param name="yvalue">Floating-point value that represents the y coordinate of the position.</param>
  7229.       <param name="zvalue">Floating-point value that represents the z coordinate of the position.</param>
  7230.       <param name="rhwvalue">Floating-point value that represents the reciprocal homogeneous w (RHW) component of the transformed vertex.</param>
  7231.     </member>
  7232.     <member name="M:Microsoft.DirectX.Direct3D.CustomVertex.Transformed.ToString">
  7233.       <summary>Obtains a string representation of the current instance.</summary>
  7234.       <returns>String that represents the object.</returns>
  7235.     </member>
  7236.     <member name="P:Microsoft.DirectX.Direct3D.CustomVertex.Transformed.Position">
  7237.       <summary>Retrieves or sets the transformed position.</summary>
  7238.     </member>
  7239.     <member name="P:Microsoft.DirectX.Direct3D.CustomVertex.Transformed.StrideSize">
  7240.       <summary>Retrieves the size of the <see cref="T:Microsoft.DirectX.Direct3D.CustomVertex.Transformed" /> structure.</summary>
  7241.     </member>
  7242.     <member name="T:Microsoft.DirectX.Direct3D.CustomVertex.TransformedColored">
  7243.       <summary>Describes a custom vertex format structure that contains transformed vertices and color information.</summary>
  7244.     </member>
  7245.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.TransformedColored.Color">
  7246.       <summary>Retrieves or sets the vertex color.</summary>
  7247.     </member>
  7248.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.TransformedColored.Format">
  7249.       <summary>Retrieves the <see cref="T:Microsoft.DirectX.Direct3D.VertexFormats" /> for the current custom vertex.</summary>
  7250.     </member>
  7251.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.TransformedColored.Rhw">
  7252.       <summary>Retrieves or sets the reciprocal homogeneous w (RHW) component of the position.</summary>
  7253.     </member>
  7254.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.TransformedColored.X">
  7255.       <summary>Retrieves or sets the x component of the position.</summary>
  7256.     </member>
  7257.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.TransformedColored.Y">
  7258.       <summary>Retrieves or sets the y component of the position.</summary>
  7259.     </member>
  7260.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.TransformedColored.Z">
  7261.       <summary>Retrieves or sets the z component of the position.</summary>
  7262.     </member>
  7263.     <member name="M:Microsoft.DirectX.Direct3D.CustomVertex.TransformedColored.#ctor(Microsoft.DirectX.Vector4,System.Int32)">
  7264.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.CustomVertex.TransformedColored" /> class.</summary>
  7265.       <param name="value">A <see cref="T:Microsoft.DirectX.Vector4" /> object that contains the position.</param>
  7266.       <param name="c">Integer that represents the vertex color value.</param>
  7267.     </member>
  7268.     <member name="M:Microsoft.DirectX.Direct3D.CustomVertex.TransformedColored.#ctor(System.Single,System.Single,System.Single,System.Single,System.Int32)">
  7269.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.CustomVertex.TransformedColored" /> class.</summary>
  7270.       <param name="xvalue">Floating-point value that represents the x coordinate of the position.</param>
  7271.       <param name="yvalue">Floating-point value that represents the y coordinate of the position.</param>
  7272.       <param name="zvalue">Floating-point value that represents the z coordinate of the position.</param>
  7273.       <param name="rhwvalue">Floating-point value that represents the reciprocal homogeneous w (RHW) component of the transformed vertex.</param>
  7274.       <param name="c">Integer that represents the vertex color value.</param>
  7275.     </member>
  7276.     <member name="M:Microsoft.DirectX.Direct3D.CustomVertex.TransformedColored.ToString">
  7277.       <summary>Obtains a string representation of the current instance.</summary>
  7278.       <returns>String that represents the object.</returns>
  7279.     </member>
  7280.     <member name="P:Microsoft.DirectX.Direct3D.CustomVertex.TransformedColored.Position">
  7281.       <summary>Retrieves or sets the transformed position.</summary>
  7282.     </member>
  7283.     <member name="P:Microsoft.DirectX.Direct3D.CustomVertex.TransformedColored.StrideSize">
  7284.       <summary>Retrieves the size of the <see cref="T:Microsoft.DirectX.Direct3D.CustomVertex.TransformedColored" /> structure.</summary>
  7285.     </member>
  7286.     <member name="T:Microsoft.DirectX.Direct3D.CustomVertex.TransformedColoredTextured">
  7287.       <summary>Describes a custom vertex format structure that contains transformed vertices, color, and one set of texture coordinates.</summary>
  7288.     </member>
  7289.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.TransformedColoredTextured.Color">
  7290.       <summary>Retrieves or sets the vertex color.</summary>
  7291.     </member>
  7292.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.TransformedColoredTextured.Format">
  7293.       <summary>Retrieves the <see cref="T:Microsoft.DirectX.Direct3D.VertexFormats" /> for the current custom vertex.</summary>
  7294.     </member>
  7295.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.TransformedColoredTextured.Rhw">
  7296.       <summary>Retrieves or sets the reciprocal homogeneous w (RHW) component of the position.</summary>
  7297.     </member>
  7298.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.TransformedColoredTextured.Tu">
  7299.       <summary>Retrieves or sets the u component of the texture coordinate.</summary>
  7300.     </member>
  7301.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.TransformedColoredTextured.Tv">
  7302.       <summary>Retrieves or sets the v component of the texture coordinate.</summary>
  7303.     </member>
  7304.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.TransformedColoredTextured.X">
  7305.       <summary>Retrieves or sets the x component of the position.</summary>
  7306.     </member>
  7307.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.TransformedColoredTextured.Y">
  7308.       <summary>Retrieves or sets the y component of the position.</summary>
  7309.     </member>
  7310.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.TransformedColoredTextured.Z">
  7311.       <summary>Retrieves or sets the z component of the position.</summary>
  7312.     </member>
  7313.     <member name="M:Microsoft.DirectX.Direct3D.CustomVertex.TransformedColoredTextured.#ctor(Microsoft.DirectX.Vector4,System.Int32,System.Single,System.Single)">
  7314.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.CustomVertex.TransformedColoredTextured" /> class.</summary>
  7315.       <param name="value">A <see cref="T:Microsoft.DirectX.Vector4" /> object that contains the position.</param>
  7316.       <param name="c">Integer that represents the vertex color value.</param>
  7317.       <param name="u">Floating-point value that represents the <see cref="M:Microsoft.DirectX.Direct3D.CustomVertex.TransformedColoredTextured.#ctor" /> component of the texture coordinate.</param>
  7318.       <param name="v">Floating-point value that represents the <see cref="M:Microsoft.DirectX.Direct3D.CustomVertex.TransformedColoredTextured.#ctor" /> component of the texture coordinate.</param>
  7319.     </member>
  7320.     <member name="M:Microsoft.DirectX.Direct3D.CustomVertex.TransformedColoredTextured.#ctor(System.Single,System.Single,System.Single,System.Single,System.Int32,System.Single,System.Single)">
  7321.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.CustomVertex.TransformedColoredTextured" /> class.</summary>
  7322.       <param name="xvalue">Floating-point value that represents the x coordinate of the position.</param>
  7323.       <param name="yvalue">Floating-point value that represents the y coordinate of the position.</param>
  7324.       <param name="zvalue">Floating-point value that represents the z coordinate of the position.</param>
  7325.       <param name="rhwvalue">Floating-point value that represents the reciprocal homogeneous w (RHW) component of the transformed vertex.</param>
  7326.       <param name="c">Integer that represents the vertex color value.</param>
  7327.       <param name="u">Floating-point value that represents the <see cref="M:Microsoft.DirectX.Direct3D.CustomVertex.TransformedColoredTextured.#ctor" /> component of the texture coordinate.</param>
  7328.       <param name="v">Floating-point value that represents the <see cref="M:Microsoft.DirectX.Direct3D.CustomVertex.TransformedColoredTextured.#ctor" /> component of the texture coordinate.</param>
  7329.     </member>
  7330.     <member name="M:Microsoft.DirectX.Direct3D.CustomVertex.TransformedColoredTextured.ToString">
  7331.       <summary>Obtains a string representation of the current instance.</summary>
  7332.       <returns>String that represents the object.</returns>
  7333.     </member>
  7334.     <member name="P:Microsoft.DirectX.Direct3D.CustomVertex.TransformedColoredTextured.Position">
  7335.       <summary>Retrieves or sets the transformed position.</summary>
  7336.     </member>
  7337.     <member name="P:Microsoft.DirectX.Direct3D.CustomVertex.TransformedColoredTextured.StrideSize">
  7338.       <summary>Retrieves the size of the <see cref="T:Microsoft.DirectX.Direct3D.CustomVertex.TransformedColoredTextured" /> structure.</summary>
  7339.     </member>
  7340.     <member name="T:Microsoft.DirectX.Direct3D.CustomVertex.TransformedTextured">
  7341.       <summary>Describes a custom vertex format structure that contains transformed vertices and one set of texture coordinates.</summary>
  7342.     </member>
  7343.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.TransformedTextured.Format">
  7344.       <summary>Retrieves the <see cref="T:Microsoft.DirectX.Direct3D.VertexFormats" /> for the current custom vertex.</summary>
  7345.     </member>
  7346.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.TransformedTextured.Rhw">
  7347.       <summary>Retrieves or sets the reciprocal homogeneous w (RHW) component of the position.</summary>
  7348.     </member>
  7349.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.TransformedTextured.Tu">
  7350.       <summary>Retrieves or sets the u component of the texture coordinate.</summary>
  7351.     </member>
  7352.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.TransformedTextured.Tv">
  7353.       <summary>Retrieves or sets the v component of the texture coordinate.</summary>
  7354.     </member>
  7355.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.TransformedTextured.X">
  7356.       <summary>Retrieves or sets the x component of the position.</summary>
  7357.     </member>
  7358.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.TransformedTextured.Y">
  7359.       <summary>Retrieves or sets the y component of the position.</summary>
  7360.     </member>
  7361.     <member name="F:Microsoft.DirectX.Direct3D.CustomVertex.TransformedTextured.Z">
  7362.       <summary>Retrieves or sets the z component of the position.</summary>
  7363.     </member>
  7364.     <member name="M:Microsoft.DirectX.Direct3D.CustomVertex.TransformedTextured.#ctor(Microsoft.DirectX.Vector4,System.Single,System.Single)">
  7365.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.CustomVertex.TransformedTextured" /> class.</summary>
  7366.       <param name="value">A <see cref="T:Microsoft.DirectX.Vector4" /> object that contains the position.</param>
  7367.       <param name="u">Floating-point value that represents the <see cref="M:Microsoft.DirectX.Direct3D.CustomVertex.TransformedTextured.#ctor" /> component of the texture coordinate.</param>
  7368.       <param name="v">Floating-point value that represents the <see cref="M:Microsoft.DirectX.Direct3D.CustomVertex.TransformedTextured.#ctor" /> component of the texture coordinate.</param>
  7369.     </member>
  7370.     <member name="M:Microsoft.DirectX.Direct3D.CustomVertex.TransformedTextured.#ctor(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
  7371.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.CustomVertex.TransformedTextured" /> class.</summary>
  7372.       <param name="xvalue">Floating-point value that represents the x coordinate of the position.</param>
  7373.       <param name="yvalue">Floating-point value that represents the y coordinate of the position.</param>
  7374.       <param name="zvalue">Floating-point value that represents the z coordinate of the position.</param>
  7375.       <param name="rhwvalue">Floating-point value that represents the reciprocal homogeneous w (RHW) component of the transformed vertex.</param>
  7376.       <param name="u">Floating-point value that represents the <see cref="M:Microsoft.DirectX.Direct3D.CustomVertex.TransformedTextured.#ctor" /> component of the texture coordinate.</param>
  7377.       <param name="v">Floating-point value that represents the <see cref="M:Microsoft.DirectX.Direct3D.CustomVertex.TransformedTextured.#ctor" /> component of the texture coordinate.</param>
  7378.     </member>
  7379.     <member name="M:Microsoft.DirectX.Direct3D.CustomVertex.TransformedTextured.ToString">
  7380.       <summary>Obtains a string representation of the current instance.</summary>
  7381.       <returns>String that represents the object.</returns>
  7382.     </member>
  7383.     <member name="P:Microsoft.DirectX.Direct3D.CustomVertex.TransformedTextured.Position">
  7384.       <summary>Retrieves or sets the transformed position.</summary>
  7385.     </member>
  7386.     <member name="P:Microsoft.DirectX.Direct3D.CustomVertex.TransformedTextured.StrideSize">
  7387.       <summary>Retrieves the size of the <see cref="T:Microsoft.DirectX.Direct3D.CustomVertex.TransformedTextured" /> structure.</summary>
  7388.     </member>
  7389.     <member name="T:Microsoft.DirectX.Direct3D.DeclarationTypeCaps">
  7390.       <summary>Indicates the type of data formats that are supported in a vertex declaration.</summary>
  7391.     </member>
  7392.     <member name="M:Microsoft.DirectX.Direct3D.DeclarationTypeCaps.ToString">
  7393.       <summary>Obtains a string representation of the current instance.</summary>
  7394.       <returns>String that represents the object.</returns>
  7395.     </member>
  7396.     <member name="P:Microsoft.DirectX.Direct3D.DeclarationTypeCaps.SupportsDec3N">
  7397.       <summary>Indicates that a 3-dimension signed 10 10 10 format is supported for vertex declarations.</summary>
  7398.     </member>
  7399.     <member name="P:Microsoft.DirectX.Direct3D.DeclarationTypeCaps.SupportsFloat16Four">
  7400.       <summary>Indicates that a 4-dimension 16-bit floating-point numbers format is supported for vertex declarations.</summary>
  7401.     </member>
  7402.     <member name="P:Microsoft.DirectX.Direct3D.DeclarationTypeCaps.SupportsFloat16Two">
  7403.       <summary>Indicates that a 2-dimension 16-bit floating-point numbers format is supported for vertex declarations.</summary>
  7404.     </member>
  7405.     <member name="P:Microsoft.DirectX.Direct3D.DeclarationTypeCaps.SupportsShort2N">
  7406.       <summary>Indicates that a normalized, 2-D signed short format is supported for vertex declarations.</summary>
  7407.     </member>
  7408.     <member name="P:Microsoft.DirectX.Direct3D.DeclarationTypeCaps.SupportsShort4N">
  7409.       <summary>Indicates that a normalized, 4-D signed short format is supported for vertex declarations.</summary>
  7410.     </member>
  7411.     <member name="P:Microsoft.DirectX.Direct3D.DeclarationTypeCaps.SupportsUByte4">
  7412.       <summary>Indicates that a 4-dimension unsigned byte format is supported for vertex declarations.</summary>
  7413.     </member>
  7414.     <member name="P:Microsoft.DirectX.Direct3D.DeclarationTypeCaps.SupportsUByte4N">
  7415.       <summary>Indicates that a normalized, 4-dimension unsigned byte format is supported for vertex declarations.</summary>
  7416.     </member>
  7417.     <member name="P:Microsoft.DirectX.Direct3D.DeclarationTypeCaps.SupportsUDec3">
  7418.       <summary>Indicates that a 3-dimension unsigned 10 10 10 format is supported for vertex declarations.</summary>
  7419.     </member>
  7420.     <member name="P:Microsoft.DirectX.Direct3D.DeclarationTypeCaps.SupportsUShort2N">
  7421.       <summary>Indicates that a normalized, 2-dimension unsigned short format is supported for vertex declarations.</summary>
  7422.     </member>
  7423.     <member name="P:Microsoft.DirectX.Direct3D.DeclarationTypeCaps.SupportsUShort4N">
  7424.       <summary>Indicates that a normalized 4-D unsigned short format is supported for vertex declarations.</summary>
  7425.     </member>
  7426.     <member name="T:Microsoft.DirectX.Direct3D.DeviceCaps">
  7427.       <summary>Retrieves device-specific information about a device.</summary>
  7428.     </member>
  7429.     <member name="M:Microsoft.DirectX.Direct3D.DeviceCaps.ToString">
  7430.       <summary>Obtains a string representation of the current instance.</summary>
  7431.       <returns>String representation of the object.</returns>
  7432.     </member>
  7433.     <member name="P:Microsoft.DirectX.Direct3D.DeviceCaps.CanDrawSystemToNonLocal">
  7434.       <summary>Indicates whether the device supports copying from system memory textures to nonlocal video memory textures.</summary>
  7435.     </member>
  7436.     <member name="P:Microsoft.DirectX.Direct3D.DeviceCaps.CanRenderAfterFlip">
  7437.       <summary>Indicates whether the device supports queue-rendering commands after a page flip.</summary>
  7438.     </member>
  7439.     <member name="P:Microsoft.DirectX.Direct3D.DeviceCaps.CanStretchRectangleFromTextures">
  7440.       <summary>Indicates whether the device supports <see cref="M:Microsoft.DirectX.Direct3D.Device.StretchRectangle(Microsoft.DirectX.Direct3D.Surface,System.Drawing.Rectangle,Microsoft.DirectX.Direct3D.Surface,System.Drawing.Rectangle,Microsoft.DirectX.Direct3D.TextureFilter)" /> using a texture as the source.</summary>
  7441.     </member>
  7442.     <member name="P:Microsoft.DirectX.Direct3D.DeviceCaps.SupportsAdaptiveTessellateNPatch">
  7443.       <summary>Indicates whether the device supports adaptive tessellation of N-patches.</summary>
  7444.     </member>
  7445.     <member name="P:Microsoft.DirectX.Direct3D.DeviceCaps.SupportsAdaptiveTessellateRtPatch">
  7446.       <summary>Indicates whether the device supports adaptive tessellation of RT-patches.</summary>
  7447.     </member>
  7448.     <member name="P:Microsoft.DirectX.Direct3D.DeviceCaps.SupportsDMapNPatch">
  7449.       <summary>Indicates whether the device supports displacement maps for N-patches.</summary>
  7450.     </member>
  7451.     <member name="P:Microsoft.DirectX.Direct3D.DeviceCaps.SupportsDrawPrimitives2">
  7452.       <summary>Indicates whether the device supports DrawPrimitives2.</summary>
  7453.     </member>
  7454.     <member name="P:Microsoft.DirectX.Direct3D.DeviceCaps.SupportsDrawPrimitives2Ex">
  7455.       <summary>Indicates whether the device supports extended DrawPrimitives2.</summary>
  7456.     </member>
  7457.     <member name="P:Microsoft.DirectX.Direct3D.DeviceCaps.SupportsDrawPrimitivesTransformedVertex">
  7458.       <summary>Indicates whether the device exports a hardware abstraction layer (HAL) that is aware of <see cref="M:Microsoft.DirectX.Direct3D.Device.DrawPrimitives(Microsoft.DirectX.Direct3D.PrimitiveType,System.Int32,System.Int32)" />.</summary>
  7459.     </member>
  7460.     <member name="P:Microsoft.DirectX.Direct3D.DeviceCaps.SupportsExecuteSystemMemory">
  7461.       <summary>Indicates whether the device uses executable buffers from system memory.</summary>
  7462.     </member>
  7463.     <member name="P:Microsoft.DirectX.Direct3D.DeviceCaps.SupportsExecuteVideoMemory">
  7464.       <summary>Indicates whether the device uses executable buffers from video memory.</summary>
  7465.     </member>
  7466.     <member name="P:Microsoft.DirectX.Direct3D.DeviceCaps.SupportsHardwareRasterization">
  7467.       <summary>Indicates whether the device has hardware acceleration for scene rasterization.</summary>
  7468.     </member>
  7469.     <member name="P:Microsoft.DirectX.Direct3D.DeviceCaps.SupportsHardwareTransformAndLight">
  7470.       <summary>Indicates whether the device supports transformation and lighting in hardware.</summary>
  7471.     </member>
  7472.     <member name="P:Microsoft.DirectX.Direct3D.DeviceCaps.SupportsNPatches">
  7473.       <summary>Indicates whether the device supports N-patches.</summary>
  7474.     </member>
  7475.     <member name="P:Microsoft.DirectX.Direct3D.DeviceCaps.SupportsPreSampledDMapNPatch">
  7476.       <summary>Indicates whether the device supports presampled displacement maps for N-patches.</summary>
  7477.     </member>
  7478.     <member name="P:Microsoft.DirectX.Direct3D.DeviceCaps.SupportsPureDevice">
  7479.       <summary>Indicates whether the device supports rasterization, transformations, lighting, and shading in hardware.</summary>
  7480.     </member>
  7481.     <member name="P:Microsoft.DirectX.Direct3D.DeviceCaps.SupportsQuinticRtPatches">
  7482.       <summary>Indicates whether the device supports quintic cubic Bezier curves and B-splines.</summary>
  7483.     </member>
  7484.     <member name="P:Microsoft.DirectX.Direct3D.DeviceCaps.SupportsRtPatches">
  7485.       <summary>Indicates whether the device supports rectangular and triangular patches.</summary>
  7486.     </member>
  7487.     <member name="P:Microsoft.DirectX.Direct3D.DeviceCaps.SupportsRtPatchHandleZero">
  7488.       <summary>Indicates whether the hardware architecture does not require caching of any information and whether uncached (handle-zero) patches are drawn as efficiently as cached ones.</summary>
  7489.     </member>
  7490.     <member name="P:Microsoft.DirectX.Direct3D.DeviceCaps.SupportsSeparateTextureMemories">
  7491.       <summary>Indicates whether the device is texturing from separate memory pools.</summary>
  7492.     </member>
  7493.     <member name="P:Microsoft.DirectX.Direct3D.DeviceCaps.SupportsStreamOffset">
  7494.       <summary>Indicates whether the device supports stream offsets.</summary>
  7495.     </member>
  7496.     <member name="P:Microsoft.DirectX.Direct3D.DeviceCaps.SupportsTextureNonLocalVideoMemory">
  7497.       <summary>Indicates whether the device can retrieve textures from nonlocal video memory.</summary>
  7498.     </member>
  7499.     <member name="P:Microsoft.DirectX.Direct3D.DeviceCaps.SupportsTextureSystemMemory">
  7500.       <summary>Indicates whether the device can retrieve textures from system memory.</summary>
  7501.     </member>
  7502.     <member name="P:Microsoft.DirectX.Direct3D.DeviceCaps.SupportsTextureVideoMemory">
  7503.       <summary>Indicates whether the device can retrieve textures from device memory.</summary>
  7504.     </member>
  7505.     <member name="P:Microsoft.DirectX.Direct3D.DeviceCaps.SupportsTransformedVertexSystemMemory">
  7506.       <summary>Indicates whether the device uses buffers from system memory for transformed and lit vertices.</summary>
  7507.     </member>
  7508.     <member name="P:Microsoft.DirectX.Direct3D.DeviceCaps.SupportsTransformedVertexVideoMemory">
  7509.       <summary>Indicates whether the device uses buffers from video memory for transformed and lit vertices.</summary>
  7510.     </member>
  7511.     <member name="P:Microsoft.DirectX.Direct3D.DeviceCaps.VertexElementScanSharesStreamOffset">
  7512.       <summary>Indicates whether multiple vertex elements share the same offset in a stream.</summary>
  7513.     </member>
  7514.     <member name="T:Microsoft.DirectX.Direct3D.DeviceCreationParameters">
  7515.       <summary>Describes the creation parameters for a device.</summary>
  7516.     </member>
  7517.     <member name="M:Microsoft.DirectX.Direct3D.DeviceCreationParameters.#ctor">
  7518.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.DeviceCreationParameters" /> class.</summary>
  7519.     </member>
  7520.     <member name="M:Microsoft.DirectX.Direct3D.DeviceCreationParameters.ToString">
  7521.       <summary>Obtains a string representation of the current instance.</summary>
  7522.       <returns>String representation of the object.</returns>
  7523.     </member>
  7524.     <member name="P:Microsoft.DirectX.Direct3D.DeviceCreationParameters.AdapterOrdinal">
  7525.       <summary>Retrieves an ordinal number that denotes the display adapter.</summary>
  7526.     </member>
  7527.     <member name="P:Microsoft.DirectX.Direct3D.DeviceCreationParameters.Behavior">
  7528.       <summary>Retrieves a <see cref="T:Microsoft.DirectX.Direct3D.BehaviorFlags" /> structure with properties that indicate the global behavior of a device.</summary>
  7529.     </member>
  7530.     <member name="P:Microsoft.DirectX.Direct3D.DeviceCreationParameters.DeviceType">
  7531.       <summary>Retrieves a <see cref="T:Microsoft.DirectX.Direct3D.DeviceType" /> instance that denotes the amount of emulated functionality for the device.</summary>
  7532.     </member>
  7533.     <member name="P:Microsoft.DirectX.Direct3D.DeviceCreationParameters.FocusWindow">
  7534.       <summary>Retrieves the window to which focus belongs for the current device.</summary>
  7535.     </member>
  7536.     <member name="P:Microsoft.DirectX.Direct3D.DeviceCreationParameters.FocusWindowHandle">
  7537.       <summary>Retrieves a pointer to the window to which focus belongs for the current device.</summary>
  7538.     </member>
  7539.     <member name="T:Microsoft.DirectX.Direct3D.DisplayMode">
  7540.       <summary>Describes the display mode.</summary>
  7541.     </member>
  7542.     <member name="M:Microsoft.DirectX.Direct3D.DisplayMode.#ctor">
  7543.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.DisplayMode" /> class.</summary>
  7544.     </member>
  7545.     <member name="M:Microsoft.DirectX.Direct3D.DisplayMode.ToString">
  7546.       <summary>Obtains a string representation of the current instance.</summary>
  7547.       <returns>String that represents the object.</returns>
  7548.     </member>
  7549.     <member name="P:Microsoft.DirectX.Direct3D.DisplayMode.Format">
  7550.       <summary>Retrieves or sets the surface format of the display mode.</summary>
  7551.     </member>
  7552.     <member name="P:Microsoft.DirectX.Direct3D.DisplayMode.Height">
  7553.       <summary>Retrieves or sets the screen height, in pixels.</summary>
  7554.     </member>
  7555.     <member name="P:Microsoft.DirectX.Direct3D.DisplayMode.RefreshRate">
  7556.       <summary>Retrieves or sets the refresh rate.</summary>
  7557.     </member>
  7558.     <member name="P:Microsoft.DirectX.Direct3D.DisplayMode.Width">
  7559.       <summary>Retrieves or sets the screen width, in pixels.</summary>
  7560.     </member>
  7561.     <member name="T:Microsoft.DirectX.Direct3D.DriverCaps">
  7562.       <summary>Indicates driver-specific capabilities.</summary>
  7563.     </member>
  7564.     <member name="M:Microsoft.DirectX.Direct3D.DriverCaps.ToString">
  7565.       <summary>Obtains a string representation of the current instance.</summary>
  7566.       <returns>String that represents the object.</returns>
  7567.     </member>
  7568.     <member name="P:Microsoft.DirectX.Direct3D.DriverCaps.CanAutoGenerateMipMap">
  7569.       <summary>Indicates that the driver is capable of automatically generating mipmaps.</summary>
  7570.     </member>
  7571.     <member name="P:Microsoft.DirectX.Direct3D.DriverCaps.CanCalibrateGamma">
  7572.       <summary>Indicates that the system has a calibrator installed that can automatically adjust the gamma ramp so that the result is identical on all systems that have a calibrator.</summary>
  7573.     </member>
  7574.     <member name="P:Microsoft.DirectX.Direct3D.DriverCaps.CanManageResource">
  7575.       <summary>Indicates that the driver is capable of managing resources.</summary>
  7576.     </member>
  7577.     <member name="P:Microsoft.DirectX.Direct3D.DriverCaps.ReadScanLine">
  7578.       <summary>Indicates that the display hardware is capable of returning the current scan line.</summary>
  7579.     </member>
  7580.     <member name="P:Microsoft.DirectX.Direct3D.DriverCaps.SupportsAlphaFullscreenFlipOrDiscard">
  7581.       <summary>Indicates that the device can respect <see cref="P:Microsoft.DirectX.Direct3D.RenderStateManager.AlphaBlendEnable" /> in full-screen mode while using the <see cref="T:Microsoft.DirectX.Direct3D.SwapEffect" /> or <see cref="T:Microsoft.DirectX.Direct3D.SwapEffect" /> swap effect.</summary>
  7582.     </member>
  7583.     <member name="P:Microsoft.DirectX.Direct3D.DriverCaps.SupportsCopyToSystemMemory">
  7584.       <summary>Indicates that the device can accelerate a memory copy from local video memory to system memory.</summary>
  7585.     </member>
  7586.     <member name="P:Microsoft.DirectX.Direct3D.DriverCaps.SupportsCopyToVideoMemory">
  7587.       <summary>Indicates that the device can accelerate a memory copy from system memory to local video memory.</summary>
  7588.     </member>
  7589.     <member name="P:Microsoft.DirectX.Direct3D.DriverCaps.SupportsDynamicTextures">
  7590.       <summary>Indicates whether the driver supports dynamic textures.</summary>
  7591.     </member>
  7592.     <member name="P:Microsoft.DirectX.Direct3D.DriverCaps.SupportsFullscreenGamma">
  7593.       <summary>Indicates whether the driver supports dynamic gamma-ramp adjustment in full-screen mode.</summary>
  7594.     </member>
  7595.     <member name="P:Microsoft.DirectX.Direct3D.DriverCaps.SupportsLinearToSrgbPresentation">
  7596.       <summary>Indicates whether the device can perform gamma correction from a windowed back buffer (that contains linear content) to an sRGB desktop.</summary>
  7597.     </member>
  7598.     <member name="T:Microsoft.DirectX.Direct3D.FilterCaps">
  7599.       <summary>Indicates texture filter capabilities.</summary>
  7600.     </member>
  7601.     <member name="M:Microsoft.DirectX.Direct3D.FilterCaps.ToString">
  7602.       <summary>Obtains a string representation of the current instance.</summary>
  7603.       <returns>String that represents the object.</returns>
  7604.     </member>
  7605.     <member name="P:Microsoft.DirectX.Direct3D.FilterCaps.SupportsMagnifyAnisotropic">
  7606.       <summary>Indicates that the device supports per-stage anisotropic filtering for magnifying textures.</summary>
  7607.     </member>
  7608.     <member name="P:Microsoft.DirectX.Direct3D.FilterCaps.SupportsMagnifyGaussianQuad">
  7609.       <summary>Indicates that the device supports per-stage Guassian quad filtering for textures.</summary>
  7610.     </member>
  7611.     <member name="P:Microsoft.DirectX.Direct3D.FilterCaps.SupportsMagnifyLinear">
  7612.       <summary>Indicates that the device supports per-stage bilinear interpolation filtering for magnifying textures.</summary>
  7613.     </member>
  7614.     <member name="P:Microsoft.DirectX.Direct3D.FilterCaps.SupportsMagnifyPoint">
  7615.       <summary>Indicates that the device supports per-stage point-sample filtering for magnifying textures.</summary>
  7616.     </member>
  7617.     <member name="P:Microsoft.DirectX.Direct3D.FilterCaps.SupportsMagnifyPyramidalQuad">
  7618.       <summary>Indicates that the device supports per-stage pyramidal quad filtering for magnifying textures.</summary>
  7619.     </member>
  7620.     <member name="P:Microsoft.DirectX.Direct3D.FilterCaps.SupportsMinifyAnisotropic">
  7621.       <summary>Indicates that the device supports per-stage anisotropic filtering for minifying textures.</summary>
  7622.     </member>
  7623.     <member name="P:Microsoft.DirectX.Direct3D.FilterCaps.SupportsMinifyGaussianQuad">
  7624.       <summary>Indicates that the device supports per-stage Guassian quad filtering for minifying textures.</summary>
  7625.     </member>
  7626.     <member name="P:Microsoft.DirectX.Direct3D.FilterCaps.SupportsMinifyLinear">
  7627.       <summary>Indicates that the device supports per-stage bilinear interpolation filtering for minifying textures.</summary>
  7628.     </member>
  7629.     <member name="P:Microsoft.DirectX.Direct3D.FilterCaps.SupportsMinifyPoint">
  7630.       <summary>Indicates that the device supports per-stage point-sample filtering for minifying textures.</summary>
  7631.     </member>
  7632.     <member name="P:Microsoft.DirectX.Direct3D.FilterCaps.SupportsMinifyPyramidalQuad">
  7633.       <summary>Indicates that the device supports per-stage pyramidal quad filtering for minifying textures.</summary>
  7634.     </member>
  7635.     <member name="P:Microsoft.DirectX.Direct3D.FilterCaps.SupportsMipMapLinear">
  7636.       <summary>Indicates that the device supports per-stage trilinear interpolation filtering for mipmaps.</summary>
  7637.     </member>
  7638.     <member name="P:Microsoft.DirectX.Direct3D.FilterCaps.SupportsMipMapPoint">
  7639.       <summary>Indicates that the device supports per-stage point-sample filtering for mipmaps.</summary>
  7640.     </member>
  7641.     <member name="T:Microsoft.DirectX.Direct3D.FormatList">
  7642.       <summary>Contains a list of formats supported by the device.</summary>
  7643.     </member>
  7644.     <member name="M:Microsoft.DirectX.Direct3D.FormatList.#ctor">
  7645.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.FormatList" /> class.</summary>
  7646.     </member>
  7647.     <member name="T:Microsoft.DirectX.Direct3D.GammaRamp">
  7648.       <summary>Contains red, green, and blue ramp data.</summary>
  7649.     </member>
  7650.     <member name="M:Microsoft.DirectX.Direct3D.GammaRamp.#ctor">
  7651.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.GammaRamp" /> class.</summary>
  7652.     </member>
  7653.     <member name="M:Microsoft.DirectX.Direct3D.GammaRamp.GetBlue">
  7654.       <summary>Retrieves the blue component of the gamma ramp.</summary>
  7655.       <returns>A 256-element integer array that represents the blue component.</returns>
  7656.     </member>
  7657.     <member name="M:Microsoft.DirectX.Direct3D.GammaRamp.GetGreen">
  7658.       <summary>Retrieves the green component of the gamma ramp.</summary>
  7659.       <returns>A 256-element integer array that represents the green component.</returns>
  7660.     </member>
  7661.     <member name="M:Microsoft.DirectX.Direct3D.GammaRamp.GetRed">
  7662.       <summary>Retrieves the red component of the gamma ramp.</summary>
  7663.       <returns>A 256-element integer array that represents the red component.</returns>
  7664.     </member>
  7665.     <member name="M:Microsoft.DirectX.Direct3D.GammaRamp.SetBlue(System.Int16[])">
  7666.       <summary>Sets the blue component of the gamma ramp.</summary>
  7667.       <param name="value">A 256-element integer array that represents the blue component.</param>
  7668.       <returns />
  7669.     </member>
  7670.     <member name="M:Microsoft.DirectX.Direct3D.GammaRamp.SetGreen(System.Int16[])">
  7671.       <summary>Sets the green component of the gamma ramp.</summary>
  7672.       <param name="value">A 256-element integer array that represents the green component.</param>
  7673.       <returns />
  7674.     </member>
  7675.     <member name="M:Microsoft.DirectX.Direct3D.GammaRamp.SetRed(System.Int16[])">
  7676.       <summary>Sets the red component of the gamma ramp.</summary>
  7677.       <param name="value">A 256-element integer array that represents the red component.</param>
  7678.       <returns />
  7679.     </member>
  7680.     <member name="T:Microsoft.DirectX.Direct3D.IndexBufferDescription">
  7681.       <summary>Describes an index buffer.</summary>
  7682.     </member>
  7683.     <member name="M:Microsoft.DirectX.Direct3D.IndexBufferDescription.#ctor">
  7684.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.IndexBufferDescription" /> class.</summary>
  7685.     </member>
  7686.     <member name="M:Microsoft.DirectX.Direct3D.IndexBufferDescription.ToString">
  7687.       <summary>Obtains a string representation of the current instance.</summary>
  7688.       <returns>String that represents the object.</returns>
  7689.     </member>
  7690.     <member name="P:Microsoft.DirectX.Direct3D.IndexBufferDescription.Is16BitIndices">
  7691.       <summary>Determines whether the index buffer has 16-bit indices or 32-bit indices.</summary>
  7692.     </member>
  7693.     <member name="P:Microsoft.DirectX.Direct3D.IndexBufferDescription.Pool">
  7694.       <summary>Retrieves a value that specifies the class of memory allocated for the current index buffer.</summary>
  7695.     </member>
  7696.     <member name="P:Microsoft.DirectX.Direct3D.IndexBufferDescription.Size">
  7697.       <summary>Retrieves the size of the index buffer.</summary>
  7698.     </member>
  7699.     <member name="P:Microsoft.DirectX.Direct3D.IndexBufferDescription.Type">
  7700.       <summary>Retrieves a value that identifies the current resource as an index buffer.</summary>
  7701.     </member>
  7702.     <member name="P:Microsoft.DirectX.Direct3D.IndexBufferDescription.Usage">
  7703.       <summary>Retrieves values that specify usage for the current resource.</summary>
  7704.     </member>
  7705.     <member name="T:Microsoft.DirectX.Direct3D.InterfaceTimings">
  7706.       <summary>Provides percentage of time processing data in the driver. These statistics may help identify cases when the driver is waiting for other resources.</summary>
  7707.     </member>
  7708.     <member name="M:Microsoft.DirectX.Direct3D.InterfaceTimings.#ctor">
  7709.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.InterfaceTimings" /> structure.</summary>
  7710.     </member>
  7711.     <member name="M:Microsoft.DirectX.Direct3D.InterfaceTimings.ToString">
  7712.       <summary>Obtains a string representation of the current instance.</summary>
  7713.       <returns>String that represents the object.</returns>
  7714.     </member>
  7715.     <member name="P:Microsoft.DirectX.Direct3D.InterfaceTimings.WaitingForGpuExclusiveResourceTimePercent">
  7716.       <summary>Retrieves the percentage of time the driver spent waiting for a resource that cannot be pipelined (that is, operated in parallel).</summary>
  7717.     </member>
  7718.     <member name="P:Microsoft.DirectX.Direct3D.InterfaceTimings.WaitingForGpuOtherTimePercent">
  7719.       <summary>Retrieves the percentage of time the driver spent waiting for other graphics processing unit (GPU) processing.</summary>
  7720.     </member>
  7721.     <member name="P:Microsoft.DirectX.Direct3D.InterfaceTimings.WaitingForGpuToAcceptMoreCommandsTimePercent">
  7722.       <summary>Retrieves the percentage of time the driver spent waiting for the graphics processing unit (GPU) to finish processing some commands before the driver could send more. This indicates the driver has run out of room to send commands to the graphics processing unit (GPU).</summary>
  7723.     </member>
  7724.     <member name="P:Microsoft.DirectX.Direct3D.InterfaceTimings.WaitingForGpuToStayWithinLatencyTimePercent">
  7725.       <summary>Retrieves the percentage of time the driver spent waiting for the graphics processing unit (GPU) latency to reduce to less than 3 rendering frames.</summary>
  7726.     </member>
  7727.     <member name="P:Microsoft.DirectX.Direct3D.InterfaceTimings.WaitingForGpuToUseApplicationResourceTimePercent">
  7728.       <summary>Retrieves the percentage of time the driver spent waiting for the graphics processing unit (GPU) to finish using a locked resource (and <see cref="F:Microsoft.DirectX.Direct3D.LockFlags.DoNotWait" /> wasn't specified).</summary>
  7729.     </member>
  7730.     <member name="T:Microsoft.DirectX.Direct3D.LineCaps">
  7731.       <summary>Defines the capabilities for line-drawing primitives.</summary>
  7732.     </member>
  7733.     <member name="M:Microsoft.DirectX.Direct3D.LineCaps.ToString">
  7734.       <summary>Obtains a string representation of the current instance.</summary>
  7735.       <returns>String that represents the object.</returns>
  7736.     </member>
  7737.     <member name="P:Microsoft.DirectX.Direct3D.LineCaps.SupportsAlphaCompare">
  7738.       <summary>Specifies whether the device supports alpha-test comparisons.</summary>
  7739.     </member>
  7740.     <member name="P:Microsoft.DirectX.Direct3D.LineCaps.SupportsAntiAlias">
  7741.       <summary>Specifies whether the device supports antialiased lines.</summary>
  7742.     </member>
  7743.     <member name="P:Microsoft.DirectX.Direct3D.LineCaps.SupportsBlend">
  7744.       <summary>Specifies whether the device supports source blending.</summary>
  7745.     </member>
  7746.     <member name="P:Microsoft.DirectX.Direct3D.LineCaps.SupportsFog">
  7747.       <summary>Specifies whether the device supports fog.</summary>
  7748.     </member>
  7749.     <member name="P:Microsoft.DirectX.Direct3D.LineCaps.SupportsTextureMapping">
  7750.       <summary>Specifies whether the device supports texture mapping.</summary>
  7751.     </member>
  7752.     <member name="P:Microsoft.DirectX.Direct3D.LineCaps.SupportsZBufferTest">
  7753.       <summary>Specifies whether the device supports z-buffer comparisons.</summary>
  7754.     </member>
  7755.     <member name="T:Microsoft.DirectX.Direct3D.LinePattern">
  7756.       <summary>Describes a line pattern.</summary>
  7757.     </member>
  7758.     <member name="M:Microsoft.DirectX.Direct3D.LinePattern.#ctor">
  7759.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.LinePattern" /> class.</summary>
  7760.     </member>
  7761.     <member name="M:Microsoft.DirectX.Direct3D.LinePattern.ToString">
  7762.       <summary>Obtains a string representation of the current instance.</summary>
  7763.       <returns>String that represents the object.</returns>
  7764.     </member>
  7765.     <member name="P:Microsoft.DirectX.Direct3D.LinePattern.Linepattern">
  7766.       <summary>Retrieves or sets bits that specify the line pattern.</summary>
  7767.     </member>
  7768.     <member name="P:Microsoft.DirectX.Direct3D.LinePattern.RepeatFactor">
  7769.       <summary>Retrieves or sets the number of times to repeat each series of ones and zeros specified in the <see cref="P:Microsoft.DirectX.Direct3D.LinePattern.Linepattern" /> property.</summary>
  7770.     </member>
  7771.     <member name="T:Microsoft.DirectX.Direct3D.LockedBox">
  7772.       <summary>Describes a locked box (volume).</summary>
  7773.     </member>
  7774.     <member name="M:Microsoft.DirectX.Direct3D.LockedBox.#ctor">
  7775.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.LockedBox" /> class.</summary>
  7776.     </member>
  7777.     <member name="M:Microsoft.DirectX.Direct3D.LockedBox.ToString">
  7778.       <summary>Obtains a string representation of the current instance.</summary>
  7779.       <returns>String that represents the object.</returns>
  7780.     </member>
  7781.     <member name="P:Microsoft.DirectX.Direct3D.LockedBox.RowPitch">
  7782.       <summary>Retrieves or sets the byte offset from the left edge of one row to the left edge of the next row.</summary>
  7783.     </member>
  7784.     <member name="P:Microsoft.DirectX.Direct3D.LockedBox.SlicePitch">
  7785.       <summary>Retrieves or sets the byte offset from the top left of one slice to the top left of the next-deepest slice.</summary>
  7786.     </member>
  7787.     <member name="T:Microsoft.DirectX.Direct3D.Material">
  7788.       <summary>Specifies material properties.</summary>
  7789.     </member>
  7790.     <member name="M:Microsoft.DirectX.Direct3D.Material.#ctor">
  7791.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.Material" /> class.</summary>
  7792.     </member>
  7793.     <member name="M:Microsoft.DirectX.Direct3D.Material.Equals(System.Object)">
  7794.       <summary>Returns a value that indicates whether the current instance is equal to a specified object.</summary>
  7795.       <param name="compare">Object to compare to this object.</param>
  7796.       <returns>Returns true if the objects are the same; otherwise, false.</returns>
  7797.     </member>
  7798.     <member name="M:Microsoft.DirectX.Direct3D.Material.GetHashCode">
  7799.       <summary>Returns the hash code for the current instance.</summary>
  7800.       <returns>Hash code for the instance.</returns>
  7801.     </member>
  7802.     <member name="M:Microsoft.DirectX.Direct3D.Material.op_Equality(Microsoft.DirectX.Direct3D.Material,Microsoft.DirectX.Direct3D.Material)">
  7803.       <summary>Compares the current instance of a class to another instance to determine whether they are the same.</summary>
  7804.       <param name="left">The <see cref="T:Microsoft.DirectX.Direct3D.Material" /> object to the left of the equality operator.</param>
  7805.       <param name="right">The <see cref="T:Microsoft.DirectX.Direct3D.Material" /> object to the right of the equality operator.</param>
  7806.       <returns>Returns true if the objects are the same; otherwise, false.</returns>
  7807.     </member>
  7808.     <member name="M:Microsoft.DirectX.Direct3D.Material.op_Inequality(Microsoft.DirectX.Direct3D.Material,Microsoft.DirectX.Direct3D.Material)">
  7809.       <summary>Compares the current instance of a class to another instance to determine whether they are different.</summary>
  7810.       <param name="left">The <see cref="T:Microsoft.DirectX.Direct3D.Material" /> object to the left of the equality operator.</param>
  7811.       <param name="right">The <see cref="T:Microsoft.DirectX.Direct3D.Material" /> object to the right of the equality operator.</param>
  7812.       <returns>Returns true if the objects are different; otherwise, false.</returns>
  7813.     </member>
  7814.     <member name="M:Microsoft.DirectX.Direct3D.Material.ToString">
  7815.       <summary>Obtains a string representation of the current instance.</summary>
  7816.       <returns>String that represents the object.</returns>
  7817.     </member>
  7818.     <member name="P:Microsoft.DirectX.Direct3D.Material.Ambient">
  7819.       <summary>Retrieves or sets a value that specifies the ambient color.</summary>
  7820.     </member>
  7821.     <member name="P:Microsoft.DirectX.Direct3D.Material.AmbientColor">
  7822.       <summary>Retrieves or sets the ambient <see cref="T:Microsoft.DirectX.Direct3D.ColorValue" />.</summary>
  7823.     </member>
  7824.     <member name="P:Microsoft.DirectX.Direct3D.Material.Diffuse">
  7825.       <summary>Retrieves or sets a value that specifies the diffuse color.</summary>
  7826.     </member>
  7827.     <member name="P:Microsoft.DirectX.Direct3D.Material.DiffuseColor">
  7828.       <summary>Retrieves or sets the diffuse <see cref="T:Microsoft.DirectX.Direct3D.ColorValue" />.</summary>
  7829.     </member>
  7830.     <member name="P:Microsoft.DirectX.Direct3D.Material.Emissive">
  7831.       <summary>Retrieves or sets a value that specifies the emissive color.</summary>
  7832.     </member>
  7833.     <member name="P:Microsoft.DirectX.Direct3D.Material.EmissiveColor">
  7834.       <summary>Retrieves or sets the emissive <see cref="T:Microsoft.DirectX.Direct3D.ColorValue" />.</summary>
  7835.     </member>
  7836.     <member name="P:Microsoft.DirectX.Direct3D.Material.Specular">
  7837.       <summary>Retrieves or sets a value that specifies the specular color.</summary>
  7838.     </member>
  7839.     <member name="P:Microsoft.DirectX.Direct3D.Material.SpecularColor">
  7840.       <summary>Retrieves or sets the specular <see cref="T:Microsoft.DirectX.Direct3D.ColorValue" />.</summary>
  7841.     </member>
  7842.     <member name="P:Microsoft.DirectX.Direct3D.Material.SpecularSharpness">
  7843.       <summary>Retrieves or sets a value that specifies the sharpness of specular highlights.</summary>
  7844.     </member>
  7845.     <member name="T:Microsoft.DirectX.Direct3D.MiscCaps">
  7846.       <summary>Contains miscellaneous driver primitive capabilities.</summary>
  7847.     </member>
  7848.     <member name="M:Microsoft.DirectX.Direct3D.MiscCaps.ToString">
  7849.       <summary>Obtains a string representation of the current instance.</summary>
  7850.       <returns>String that represents the object.</returns>
  7851.     </member>
  7852.     <member name="P:Microsoft.DirectX.Direct3D.MiscCaps.HasFogVertexClamped">
  7853.       <summary>Specifies whether the device clamps the fog blend factor per vertex.</summary>
  7854.     </member>
  7855.     <member name="P:Microsoft.DirectX.Direct3D.MiscCaps.IsNullReference">
  7856.       <summary>Specifies whether the device is a reference device that does not render.</summary>
  7857.     </member>
  7858.     <member name="P:Microsoft.DirectX.Direct3D.MiscCaps.SupportsBlendOperation">
  7859.       <summary>Specifies whether the device supports alpha blend operations other than <see cref="F:Microsoft.DirectX.Direct3D.BlendOperation.BlendOperation.Add" />.</summary>
  7860.     </member>
  7861.     <member name="P:Microsoft.DirectX.Direct3D.MiscCaps.SupportsClipPlaneScaledPoints">
  7862.       <summary>Specifies whether the device correctly clips scaled points (that is, those whose size is greater than 1.0) to user-defined clipping planes.</summary>
  7863.     </member>
  7864.     <member name="P:Microsoft.DirectX.Direct3D.MiscCaps.SupportsClipTransformedVertices">
  7865.       <summary>Specifies whether the device clips post-transformed vertex primitives.</summary>
  7866.     </member>
  7867.     <member name="P:Microsoft.DirectX.Direct3D.MiscCaps.SupportsColorWrite">
  7868.       <summary>Specifies whether the device supports per-channel writes for the render target color buffer.</summary>
  7869.     </member>
  7870.     <member name="P:Microsoft.DirectX.Direct3D.MiscCaps.SupportsCullClockwise">
  7871.       <summary>Specifies whether the driver supports clockwise triangle culling through <see cref="P:Microsoft.DirectX.Direct3D.RenderStateManager.CullMode" />.</summary>
  7872.     </member>
  7873.     <member name="P:Microsoft.DirectX.Direct3D.MiscCaps.SupportsCullCounterClockwise">
  7874.       <summary>Specifies whether the driver supports counterclockwise triangle culling through <see cref="P:Microsoft.DirectX.Direct3D.RenderStateManager.CullMode" />.</summary>
  7875.     </member>
  7876.     <member name="P:Microsoft.DirectX.Direct3D.MiscCaps.SupportsCullNone">
  7877.       <summary>Specifies whether the driver does not perform triangle culling.</summary>
  7878.     </member>
  7879.     <member name="P:Microsoft.DirectX.Direct3D.MiscCaps.SupportsFogAndSpecularAlpha">
  7880.       <summary>Specifies whether the device supports separate fog and specular alpha.</summary>
  7881.     </member>
  7882.     <member name="P:Microsoft.DirectX.Direct3D.MiscCaps.SupportsIndependentWriteMasks">
  7883.       <summary>Specifies whether the device supports independent write masks for multiple element textures or multiple render targets.</summary>
  7884.     </member>
  7885.     <member name="P:Microsoft.DirectX.Direct3D.MiscCaps.SupportsMaskZ">
  7886.       <summary>Specifies whether the device can enable and disable modification of the depth buffer on pixel operations.</summary>
  7887.     </member>
  7888.     <member name="P:Microsoft.DirectX.Direct3D.MiscCaps.SupportsMultipleRenderTargetsIndependentBitDepths">
  7889.       <summary>Specifies whether the device supports independent bit depths for multiple render targets.</summary>
  7890.     </member>
  7891.     <member name="P:Microsoft.DirectX.Direct3D.MiscCaps.SupportsMultipleRenderTargetsPostPixelShaderBlending">
  7892.       <summary>Specifies whether the device supports multiple render targets after pixel shader blending.</summary>
  7893.     </member>
  7894.     <member name="P:Microsoft.DirectX.Direct3D.MiscCaps.SupportsPerStageConstant">
  7895.       <summary>Specifies whether the device supports per-stage constants.</summary>
  7896.     </member>
  7897.     <member name="P:Microsoft.DirectX.Direct3D.MiscCaps.SupportsSeparateAlphaBlend">
  7898.       <summary>Specifies whether the device supports separate alpha blending.</summary>
  7899.     </member>
  7900.     <member name="P:Microsoft.DirectX.Direct3D.MiscCaps.SupportsTextureStageStateArgumentTemp">
  7901.       <summary>Specifies whether the device supports <see cref="T:Microsoft.DirectX.Direct3D.TextureArgument" /> for temporary registers.</summary>
  7902.     </member>
  7903.     <member name="T:Microsoft.DirectX.Direct3D.PaletteEntry">
  7904.       <summary>Specifies the color and usage of an entry in a logical palette.</summary>
  7905.     </member>
  7906.     <member name="M:Microsoft.DirectX.Direct3D.PaletteEntry.#ctor">
  7907.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.PaletteEntry" /> class.</summary>
  7908.     </member>
  7909.     <member name="M:Microsoft.DirectX.Direct3D.PaletteEntry.#ctor(System.Byte,System.Byte,System.Byte,System.Byte)">
  7910.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.PaletteEntry" /> class.</summary>
  7911.       <param name="red">Red intensity value for the palette entry.</param>
  7912.       <param name="green">Green intensity value for the palette entry.</param>
  7913.       <param name="blue">Blue intensity value for the palette entry.</param>
  7914.       <param name="flags">Alpha intensity value for the palette entry.</param>
  7915.     </member>
  7916.     <member name="M:Microsoft.DirectX.Direct3D.PaletteEntry.ToString">
  7917.       <summary>Obtains a string representation of the current instance.</summary>
  7918.       <returns>String that represents the object.</returns>
  7919.     </member>
  7920.     <member name="P:Microsoft.DirectX.Direct3D.PaletteEntry.Blue">
  7921.       <summary>Retrieves or sets the blue intensity value for the palette entry.</summary>
  7922.     </member>
  7923.     <member name="P:Microsoft.DirectX.Direct3D.PaletteEntry.Flags">
  7924.       <summary>Retrieves or sets the alpha intensity value for the palette entry.</summary>
  7925.     </member>
  7926.     <member name="P:Microsoft.DirectX.Direct3D.PaletteEntry.Green">
  7927.       <summary>Retrieves or sets the green intensity value for the palette entry.</summary>
  7928.     </member>
  7929.     <member name="P:Microsoft.DirectX.Direct3D.PaletteEntry.Red">
  7930.       <summary>Retrieves or sets the red intensity value for the palette entry.</summary>
  7931.     </member>
  7932.     <member name="T:Microsoft.DirectX.Direct3D.PipelineTimings">
  7933.       <summary>Provides percentage of time spent processing data in the pipeline.</summary>
  7934.     </member>
  7935.     <member name="M:Microsoft.DirectX.Direct3D.PipelineTimings.#ctor">
  7936.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.PipelineTimings" /> structure.</summary>
  7937.     </member>
  7938.     <member name="M:Microsoft.DirectX.Direct3D.PipelineTimings.ToString">
  7939.       <summary>Obtains a string representation of the current instance.</summary>
  7940.       <returns>String that represents the object.</returns>
  7941.     </member>
  7942.     <member name="P:Microsoft.DirectX.Direct3D.PipelineTimings.GpuIdleTimePercent">
  7943.       <summary>Retrieves the percentage of time not processing anything.</summary>
  7944.     </member>
  7945.     <member name="P:Microsoft.DirectX.Direct3D.PipelineTimings.OtherGpuProcessingTimePercent">
  7946.       <summary>Retrieves the percentage of time spent doing other processing.</summary>
  7947.     </member>
  7948.     <member name="P:Microsoft.DirectX.Direct3D.PipelineTimings.PixelProcessingTimePercent">
  7949.       <summary>Retrieves the percentage of time spent running pixel shaders.</summary>
  7950.     </member>
  7951.     <member name="P:Microsoft.DirectX.Direct3D.PipelineTimings.VertexProcessingTimePercent">
  7952.       <summary>Retrieves the percentage of time spent running vertex shaders.</summary>
  7953.     </member>
  7954.     <member name="T:Microsoft.DirectX.Direct3D.PixelShaderCaps">
  7955.       <summary>Contains pixel shader capabilities.</summary>
  7956.     </member>
  7957.     <member name="F:Microsoft.DirectX.Direct3D.PixelShaderCaps.MaxDynamicFlowControlDepth">
  7958.       <summary>Specifies the maximum level of nesting of dynamic flow control instructions (break, breakc, and ifc).</summary>
  7959.     </member>
  7960.     <member name="F:Microsoft.DirectX.Direct3D.PixelShaderCaps.MaxNumberInstructionSlots">
  7961.       <summary>Specifies the maximum number of instruction slots the driver supports.</summary>
  7962.     </member>
  7963.     <member name="F:Microsoft.DirectX.Direct3D.PixelShaderCaps.MaxNumberTemps">
  7964.       <summary>Specifies the maximum number of temporary registers the driver supports.</summary>
  7965.     </member>
  7966.     <member name="F:Microsoft.DirectX.Direct3D.PixelShaderCaps.MaxStaticFlowControlDepth">
  7967.       <summary>Specifies the maximum nesting depth of loop/rep and call/callnz bool instructions.</summary>
  7968.     </member>
  7969.     <member name="F:Microsoft.DirectX.Direct3D.PixelShaderCaps.MinDynamicFlowControlDepth">
  7970.       <summary>Specifies the minimum level of nesting of dynamic flow control instructions (break, breakc, and ifc).</summary>
  7971.     </member>
  7972.     <member name="F:Microsoft.DirectX.Direct3D.PixelShaderCaps.MinNumberInstructionSlots">
  7973.       <summary>Specifies the minimum number of instruction slots the driver supports.</summary>
  7974.     </member>
  7975.     <member name="F:Microsoft.DirectX.Direct3D.PixelShaderCaps.MinNumberTemps">
  7976.       <summary>Specifies the minimum number of temporary registers supported.</summary>
  7977.     </member>
  7978.     <member name="F:Microsoft.DirectX.Direct3D.PixelShaderCaps.MinStaticFlowControlDepth">
  7979.       <summary>Specifies the minimum nesting depth of loop/rep and call/callnz bool instructions.</summary>
  7980.     </member>
  7981.     <member name="M:Microsoft.DirectX.Direct3D.PixelShaderCaps.ToString">
  7982.       <summary>Obtains a string representation of the current instance.</summary>
  7983.       <returns>String that represents the object.</returns>
  7984.     </member>
  7985.     <member name="P:Microsoft.DirectX.Direct3D.PixelShaderCaps.DynamicFlowControlDepth">
  7986.       <summary>Retrieves a value that represents the depth of the dynamic flow-control instruction nesting.</summary>
  7987.     </member>
  7988.     <member name="P:Microsoft.DirectX.Direct3D.PixelShaderCaps.NumberInstructionSlots">
  7989.       <summary>Retrieves the number of instruction slots the device supports.</summary>
  7990.     </member>
  7991.     <member name="P:Microsoft.DirectX.Direct3D.PixelShaderCaps.NumberTemps">
  7992.       <summary>Retrieves the number of temporary registers the device supports.</summary>
  7993.     </member>
  7994.     <member name="P:Microsoft.DirectX.Direct3D.PixelShaderCaps.StaticFlowControlDepth">
  7995.       <summary>Retrieves the depth of nesting of the loop/rep and call/callnz bool instructions.</summary>
  7996.     </member>
  7997.     <member name="P:Microsoft.DirectX.Direct3D.PixelShaderCaps.SupportsArbitrarySwizzle">
  7998.       <summary>Determines whether arbitrary swizzle is supported.</summary>
  7999.     </member>
  8000.     <member name="P:Microsoft.DirectX.Direct3D.PixelShaderCaps.SupportsGradientInstructions">
  8001.       <summary>Determines whether gradient instructions are supported.</summary>
  8002.     </member>
  8003.     <member name="P:Microsoft.DirectX.Direct3D.PixelShaderCaps.SupportsNoDependentReadLimit">
  8004.       <summary>Determines whether there are no dependent read limits.</summary>
  8005.     </member>
  8006.     <member name="P:Microsoft.DirectX.Direct3D.PixelShaderCaps.SupportsNoTextureInstructionLimit">
  8007.       <summary>Determines whether there are no limits on texture instructions.</summary>
  8008.     </member>
  8009.     <member name="P:Microsoft.DirectX.Direct3D.PixelShaderCaps.SupportsPredication">
  8010.       <summary>Determines whether instruction predication as defined in the predication section is supported.</summary>
  8011.     </member>
  8012.     <member name="T:Microsoft.DirectX.Direct3D.RasterCaps">
  8013.       <summary>Contains information about raster drawing capabilities.</summary>
  8014.     </member>
  8015.     <member name="M:Microsoft.DirectX.Direct3D.RasterCaps.ToString">
  8016.       <summary>Obtains a string representation of the current instance.</summary>
  8017.       <returns>String that represents the object.</returns>
  8018.     </member>
  8019.     <member name="P:Microsoft.DirectX.Direct3D.RasterCaps.SupportsAnisotropy">
  8020.       <summary>Determines whether the device supports anisotropic filtering.</summary>
  8021.     </member>
  8022.     <member name="P:Microsoft.DirectX.Direct3D.RasterCaps.SupportsColorPerspective">
  8023.       <summary>Determines whether the device iterates color perspective correctly.</summary>
  8024.     </member>
  8025.     <member name="P:Microsoft.DirectX.Direct3D.RasterCaps.SupportsDepthBias">
  8026.       <summary>Determines whether the device supports legacy depth bias.</summary>
  8027.     </member>
  8028.     <member name="P:Microsoft.DirectX.Direct3D.RasterCaps.SupportsDither">
  8029.       <summary>Determines whether the device supports dithering to improve color resolution.</summary>
  8030.     </member>
  8031.     <member name="P:Microsoft.DirectX.Direct3D.RasterCaps.SupportsFogRange">
  8032.       <summary>Determines whether the device supports supports range-based fog.</summary>
  8033.     </member>
  8034.     <member name="P:Microsoft.DirectX.Direct3D.RasterCaps.SupportsFogTable">
  8035.       <summary>Determines whether the device supports using a fog table.</summary>
  8036.     </member>
  8037.     <member name="P:Microsoft.DirectX.Direct3D.RasterCaps.SupportsFogVertex">
  8038.       <summary>Determines whether the device supports vertex fog.</summary>
  8039.     </member>
  8040.     <member name="P:Microsoft.DirectX.Direct3D.RasterCaps.SupportsMipMapLevelOfDetailBias">
  8041.       <summary>Determines whether the device supports level of detail (LOD) bias adjustments.</summary>
  8042.     </member>
  8043.     <member name="P:Microsoft.DirectX.Direct3D.RasterCaps.SupportsMultisampleToggle">
  8044.       <summary>Determines whether the device supports toggling multisampling on and off between <see cref="M:Microsoft.DirectX.Direct3D.Device.BeginScene" /> and <see cref="M:Microsoft.DirectX.Direct3D.Device.EndScene" />.</summary>
  8045.     </member>
  8046.     <member name="P:Microsoft.DirectX.Direct3D.RasterCaps.SupportsScissorTest">
  8047.       <summary>Determines whether the device supports scissor testing.</summary>
  8048.     </member>
  8049.     <member name="P:Microsoft.DirectX.Direct3D.RasterCaps.SupportsSlopeScaleDepthBias">
  8050.       <summary>Determines whether the device supports performing true slope scale-based depth bias.</summary>
  8051.     </member>
  8052.     <member name="P:Microsoft.DirectX.Direct3D.RasterCaps.SupportsWBuffer">
  8053.       <summary>Determines whether the device supports depth buffering using the w-buffer (w-buffering).</summary>
  8054.     </member>
  8055.     <member name="P:Microsoft.DirectX.Direct3D.RasterCaps.SupportsWFog">
  8056.       <summary>Determines whether the device supports w-based fog.</summary>
  8057.     </member>
  8058.     <member name="P:Microsoft.DirectX.Direct3D.RasterCaps.SupportsZBufferLessHsr">
  8059.       <summary>Determines whether a device can perform hidden-surface removal (HSR) without requiring the application to sort polygons and without requiring a depth buffer to be allocated.</summary>
  8060.     </member>
  8061.     <member name="P:Microsoft.DirectX.Direct3D.RasterCaps.SupportsZBufferTest">
  8062.       <summary>Determines whether the device can perform z-test operations.</summary>
  8063.     </member>
  8064.     <member name="P:Microsoft.DirectX.Direct3D.RasterCaps.SupportsZFog">
  8065.       <summary>Determines whether the device supports z-based fog.</summary>
  8066.     </member>
  8067.     <member name="T:Microsoft.DirectX.Direct3D.RasterStatus">
  8068.       <summary>Describes the raster status.</summary>
  8069.     </member>
  8070.     <member name="M:Microsoft.DirectX.Direct3D.RasterStatus.#ctor">
  8071.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.RasterStatus" /> class.</summary>
  8072.     </member>
  8073.     <member name="M:Microsoft.DirectX.Direct3D.RasterStatus.ToString">
  8074.       <summary>Obtains a string representation of the current instance.</summary>
  8075.       <returns>String that represents the object.</returns>
  8076.     </member>
  8077.     <member name="P:Microsoft.DirectX.Direct3D.RasterStatus.InVBlank">
  8078.       <summary>Retrieves or sets the status of the vertical blank period.</summary>
  8079.     </member>
  8080.     <member name="P:Microsoft.DirectX.Direct3D.RasterStatus.ScanLine">
  8081.       <summary>Retrieves or sets a value that roughly corresponds to the current scan line painted by the raster.</summary>
  8082.     </member>
  8083.     <member name="T:Microsoft.DirectX.Direct3D.RectanglePatchInformation">
  8084.       <summary>Describes a rectangular high-order patch.</summary>
  8085.     </member>
  8086.     <member name="M:Microsoft.DirectX.Direct3D.RectanglePatchInformation.#ctor">
  8087.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.RectanglePatchInformation" /> class.</summary>
  8088.     </member>
  8089.     <member name="M:Microsoft.DirectX.Direct3D.RectanglePatchInformation.ToString">
  8090.       <summary>Obtains a string representation of the current instance.</summary>
  8091.       <returns>String that represents the object.</returns>
  8092.     </member>
  8093.     <member name="P:Microsoft.DirectX.Direct3D.RectanglePatchInformation.BasisType">
  8094.       <summary>Retrieves or sets a value of the <see cref="T:Microsoft.DirectX.Direct3D.BasisType" /> enumeration that defines the basis type for the rectangular high-order patch.</summary>
  8095.     </member>
  8096.     <member name="P:Microsoft.DirectX.Direct3D.RectanglePatchInformation.Degree">
  8097.       <summary>Retrieves or sets a value of the <see cref="T:Microsoft.DirectX.Direct3D.DegreeType" /> enumeration that defines the degree for the rectangular patch.</summary>
  8098.     </member>
  8099.     <member name="P:Microsoft.DirectX.Direct3D.RectanglePatchInformation.Height">
  8100.       <summary>Retrieves or sets the height of each vertex, in number of vertices.</summary>
  8101.     </member>
  8102.     <member name="P:Microsoft.DirectX.Direct3D.RectanglePatchInformation.StartVertexOffsetHeight">
  8103.       <summary>Retrieves or sets the starting vertex offset height, in number of vertices.</summary>
  8104.     </member>
  8105.     <member name="P:Microsoft.DirectX.Direct3D.RectanglePatchInformation.StartVertexOffsetWidth">
  8106.       <summary>Retrieves or sets the starting vertex offset width, in number of vertices.</summary>
  8107.     </member>
  8108.     <member name="P:Microsoft.DirectX.Direct3D.RectanglePatchInformation.Stride">
  8109.       <summary>Retrieves or sets the width of the imaginary two-dimensional vertex array, which occupies the same space as the vertex buffer.</summary>
  8110.     </member>
  8111.     <member name="P:Microsoft.DirectX.Direct3D.RectanglePatchInformation.Width">
  8112.       <summary>Retrieves or sets the width of each vertex, in number of vertices.</summary>
  8113.     </member>
  8114.     <member name="T:Microsoft.DirectX.Direct3D.ResourceManager">
  8115.       <summary>Contains resource manager usage statistics.</summary>
  8116.     </member>
  8117.     <member name="M:Microsoft.DirectX.Direct3D.ResourceManager.#ctor">
  8118.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.ResourceManager" /> class.</summary>
  8119.     </member>
  8120.     <member name="M:Microsoft.DirectX.Direct3D.ResourceManager.GetStatistics">
  8121.       <summary>Retrieves an array of resource usage statistics.</summary>
  8122.       <returns>Array of <see cref="T:Microsoft.DirectX.Direct3D.ResourceStats" /> structures that contain the usage statistics of the resource manager.</returns>
  8123.     </member>
  8124.     <member name="M:Microsoft.DirectX.Direct3D.ResourceManager.ToString">
  8125.       <summary>Obtains a string representation of the current instance.</summary>
  8126.       <returns>String that represents the object.</returns>
  8127.     </member>
  8128.     <member name="T:Microsoft.DirectX.Direct3D.ResourceStats">
  8129.       <summary>Contains information about the resource manager.</summary>
  8130.     </member>
  8131.     <member name="M:Microsoft.DirectX.Direct3D.ResourceStats.#ctor">
  8132.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.ResourceStats" /> class.</summary>
  8133.     </member>
  8134.     <member name="M:Microsoft.DirectX.Direct3D.ResourceStats.ToString">
  8135.       <summary>Obtains a string representation of the current instance.</summary>
  8136.       <returns>String that represents the object.</returns>
  8137.     </member>
  8138.     <member name="P:Microsoft.DirectX.Direct3D.ResourceStats.ApproximateBytesDownloaded">
  8139.       <summary>Retrieves the approximate number of bytes downloaded by the resource manager.</summary>
  8140.     </member>
  8141.     <member name="P:Microsoft.DirectX.Direct3D.ResourceStats.LastObjectPriority">
  8142.       <summary>Retrieves the priority value of the last object evicted.</summary>
  8143.     </member>
  8144.     <member name="P:Microsoft.DirectX.Direct3D.ResourceStats.NumberEvicts">
  8145.       <summary>Retrieves the number of objects evicted.</summary>
  8146.     </member>
  8147.     <member name="P:Microsoft.DirectX.Direct3D.ResourceStats.NumberObjectsCreatedInVideoMemory">
  8148.       <summary>Retrieves the number of objects created in video memory.</summary>
  8149.     </member>
  8150.     <member name="P:Microsoft.DirectX.Direct3D.ResourceStats.NumberObjectsUsed">
  8151.       <summary>Retrieves the number of objects set to the device.</summary>
  8152.     </member>
  8153.     <member name="P:Microsoft.DirectX.Direct3D.ResourceStats.NumberObjectsUsedInVideoMemory">
  8154.       <summary>Retrieves the number of objects set to the device that are already in video memory.</summary>
  8155.     </member>
  8156.     <member name="P:Microsoft.DirectX.Direct3D.ResourceStats.Thrashing">
  8157.       <summary>Retrieves a value that indicates whether thrashing is occurring.</summary>
  8158.     </member>
  8159.     <member name="P:Microsoft.DirectX.Direct3D.ResourceStats.TotalManaged">
  8160.       <summary>Retrieves the total number of managed objects.</summary>
  8161.     </member>
  8162.     <member name="P:Microsoft.DirectX.Direct3D.ResourceStats.TotalManagedBytes">
  8163.       <summary>Retrieves the total number of bytes used by the managed objects.</summary>
  8164.     </member>
  8165.     <member name="P:Microsoft.DirectX.Direct3D.ResourceStats.WorkingSet">
  8166.       <summary>Retrieves the number of objects in video memory.</summary>
  8167.     </member>
  8168.     <member name="P:Microsoft.DirectX.Direct3D.ResourceStats.WorkingSetBytes">
  8169.       <summary>Retrieves the number of bytes in video memory.</summary>
  8170.     </member>
  8171.     <member name="T:Microsoft.DirectX.Direct3D.ShadeCaps">
  8172.       <summary>Defines shading operation capabilities.</summary>
  8173.     </member>
  8174.     <member name="M:Microsoft.DirectX.Direct3D.ShadeCaps.ToString">
  8175.       <summary>Obtains a string representation of the current instance.</summary>
  8176.       <returns>String that represents the object.</returns>
  8177.     </member>
  8178.     <member name="P:Microsoft.DirectX.Direct3D.ShadeCaps.SupportsAlphaGouraudBlend">
  8179.       <summary>Specifies whether the device supports an alpha component for Gouraud-blended transparency.</summary>
  8180.     </member>
  8181.     <member name="P:Microsoft.DirectX.Direct3D.ShadeCaps.SupportsColorGouraudRgb">
  8182.       <summary>Specifies whether the device supports colored Gouraud shading in the RGB color model.</summary>
  8183.     </member>
  8184.     <member name="P:Microsoft.DirectX.Direct3D.ShadeCaps.SupportsFogGouraud">
  8185.       <summary>Specifies whether the device supports fog in the Gouraud shading mode.</summary>
  8186.     </member>
  8187.     <member name="P:Microsoft.DirectX.Direct3D.ShadeCaps.SupportsSpecularGouraudRgb">
  8188.       <summary>Specifies whether the device supports Gouraud shading of specular highlights.</summary>
  8189.     </member>
  8190.     <member name="T:Microsoft.DirectX.Direct3D.StageTimings">
  8191.       <summary>Provides percentage of time spent processing shader data.</summary>
  8192.     </member>
  8193.     <member name="M:Microsoft.DirectX.Direct3D.StageTimings.#ctor">
  8194.       <summary>Creates a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.StageTimings" /> structure.</summary>
  8195.     </member>
  8196.     <member name="M:Microsoft.DirectX.Direct3D.StageTimings.ToString">
  8197.       <summary>Obtains a string representation of the current instance.</summary>
  8198.       <returns>String that represents the object.</returns>
  8199.     </member>
  8200.     <member name="P:Microsoft.DirectX.Direct3D.StageTimings.ComputationProcessingPercent">
  8201.       <summary>Retrieves the percentage of time processing (moving data around in registers or doing mathematical operations).</summary>
  8202.     </member>
  8203.     <member name="P:Microsoft.DirectX.Direct3D.StageTimings.MemoryProcessingPercent">
  8204.       <summary>Retrieves the percentage of time in the shader spent on memory accesses.</summary>
  8205.     </member>
  8206.     <member name="T:Microsoft.DirectX.Direct3D.StencilCaps">
  8207.       <summary>Contains flags that specify supported stencil-buffer operations.</summary>
  8208.     </member>
  8209.     <member name="M:Microsoft.DirectX.Direct3D.StencilCaps.ToString">
  8210.       <summary>Obtains a string representation of the current instance.</summary>
  8211.       <returns>String that represents the object.</returns>
  8212.     </member>
  8213.     <member name="P:Microsoft.DirectX.Direct3D.StencilCaps.SupportsDecrement">
  8214.       <summary>Specifies whether the stencil buffer entry can be decremented, wrapping to the maximum value if the new value is less than zero.</summary>
  8215.     </member>
  8216.     <member name="P:Microsoft.DirectX.Direct3D.StencilCaps.SupportsDecrementSaturation">
  8217.       <summary>Specifies whether the stencil buffer entry can be decremented, clamping to zero.</summary>
  8218.     </member>
  8219.     <member name="P:Microsoft.DirectX.Direct3D.StencilCaps.SupportsIncrement">
  8220.       <summary>Specifies whether the stencil buffer entry can be incremented, wrapping to zero if the new value exceeds the maximum value.</summary>
  8221.     </member>
  8222.     <member name="P:Microsoft.DirectX.Direct3D.StencilCaps.SupportsIncrementSaturation">
  8223.       <summary>Specifies whether the stencil buffer entry can be incremented, clamping to the maximum value.</summary>
  8224.     </member>
  8225.     <member name="P:Microsoft.DirectX.Direct3D.StencilCaps.SupportsInvert">
  8226.       <summary>Specifies whether the bits in the stencil buffer entry can be inverted.</summary>
  8227.     </member>
  8228.     <member name="P:Microsoft.DirectX.Direct3D.StencilCaps.SupportsKeep">
  8229.       <summary>Specifies whether to keep the stencil buffer entry unmodified or allow it to be updated.</summary>
  8230.     </member>
  8231.     <member name="P:Microsoft.DirectX.Direct3D.StencilCaps.SupportsReplace">
  8232.       <summary>Specifies whether to replace the stencil buffer entry with a reference value.</summary>
  8233.     </member>
  8234.     <member name="P:Microsoft.DirectX.Direct3D.StencilCaps.SupportsTwoSided">
  8235.       <summary>Specifies whether the device supports two-sided stenciling.</summary>
  8236.     </member>
  8237.     <member name="P:Microsoft.DirectX.Direct3D.StencilCaps.SupportsZero">
  8238.       <summary>Specifies whether the device supports setting the stencil buffer entry to 0.</summary>
  8239.     </member>
  8240.     <member name="T:Microsoft.DirectX.Direct3D.SurfaceDescription">
  8241.       <summary>Describes a surface.</summary>
  8242.     </member>
  8243.     <member name="M:Microsoft.DirectX.Direct3D.SurfaceDescription.#ctor">
  8244.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.SurfaceDescription" /> class.</summary>
  8245.     </member>
  8246.     <member name="M:Microsoft.DirectX.Direct3D.SurfaceDescription.ToString">
  8247.       <summary>Obtains a string representation of the current instance.</summary>
  8248.       <returns>String that represents the object.</returns>
  8249.     </member>
  8250.     <member name="P:Microsoft.DirectX.Direct3D.SurfaceDescription.Format">
  8251.       <summary>Retrieves or sets a value of the <see cref="T:Microsoft.DirectX.Direct3D.Format" /> enumeration that describes the surface format.</summary>
  8252.     </member>
  8253.     <member name="P:Microsoft.DirectX.Direct3D.SurfaceDescription.Height">
  8254.       <summary>Retrieves or sets the height of the surface.</summary>
  8255.     </member>
  8256.     <member name="P:Microsoft.DirectX.Direct3D.SurfaceDescription.MultiSampleQuality">
  8257.       <summary>Retrieves or sets the multisample quality level.</summary>
  8258.     </member>
  8259.     <member name="P:Microsoft.DirectX.Direct3D.SurfaceDescription.MultiSampleType">
  8260.       <summary>Retrieves or sets a member of the <see cref="T:Microsoft.DirectX.Direct3D.MultiSampleType" /> enumeration that specifies the levels of full-scene multisampling supported by the surface.</summary>
  8261.     </member>
  8262.     <member name="P:Microsoft.DirectX.Direct3D.SurfaceDescription.Pool">
  8263.       <summary>Retrieves or sets a member of the <see cref="T:Microsoft.DirectX.Direct3D.Pool" /> enumeration that specifies the class of memory allocated for the current surface.</summary>
  8264.     </member>
  8265.     <member name="P:Microsoft.DirectX.Direct3D.SurfaceDescription.Type">
  8266.       <summary>Retrieves or sets a member of the <see cref="T:Microsoft.DirectX.Direct3D.ResourceType" /> enumeration that identifies the current resource as a surface.</summary>
  8267.     </member>
  8268.     <member name="P:Microsoft.DirectX.Direct3D.SurfaceDescription.Usage">
  8269.       <summary>Retrieves or sets a member of the <see cref="T:Microsoft.DirectX.Direct3D.Usage" /> enumeration that specifies the usage type of the surface.</summary>
  8270.     </member>
  8271.     <member name="P:Microsoft.DirectX.Direct3D.SurfaceDescription.Width">
  8272.       <summary>Retrieves or sets the width of the surface.</summary>
  8273.     </member>
  8274.     <member name="T:Microsoft.DirectX.Direct3D.TextureCaps">
  8275.       <summary>Contains miscellaneous texture-mapping capabilities.</summary>
  8276.     </member>
  8277.     <member name="M:Microsoft.DirectX.Direct3D.TextureCaps.ToString">
  8278.       <summary>Obtains a string representation of the current instance.</summary>
  8279.       <returns>String that represents the object.</returns>
  8280.     </member>
  8281.     <member name="P:Microsoft.DirectX.Direct3D.TextureCaps.SupportsAlpha">
  8282.       <summary>Specifies whether alpha in texture pixels is supported.</summary>
  8283.     </member>
  8284.     <member name="P:Microsoft.DirectX.Direct3D.TextureCaps.SupportsAlphaPalette">
  8285.       <summary>Specifies whether the device can draw alpha from texture palettes.</summary>
  8286.     </member>
  8287.     <member name="P:Microsoft.DirectX.Direct3D.TextureCaps.SupportsCubeMap">
  8288.       <summary>Specifies whether cube textures are supported.</summary>
  8289.     </member>
  8290.     <member name="P:Microsoft.DirectX.Direct3D.TextureCaps.SupportsCubeMapPower2">
  8291.       <summary>Specifies whether the device requires that cube texture maps have dimensions specified as powers of two.</summary>
  8292.     </member>
  8293.     <member name="P:Microsoft.DirectX.Direct3D.TextureCaps.SupportsMipCubeMap">
  8294.       <summary>Specifies whether the device supports mipmapped cube textures.</summary>
  8295.     </member>
  8296.     <member name="P:Microsoft.DirectX.Direct3D.TextureCaps.SupportsMipMap">
  8297.       <summary>Specifies whether the device supports mipmapped textures.</summary>
  8298.     </member>
  8299.     <member name="P:Microsoft.DirectX.Direct3D.TextureCaps.SupportsMipVolumeMap">
  8300.       <summary>Specifies whether the device supports mipmapped volume textures.</summary>
  8301.     </member>
  8302.     <member name="P:Microsoft.DirectX.Direct3D.TextureCaps.SupportsNonPower2Conditional">
  8303.       <summary>Specifies whether the device conditionally supports the use of 2-D textures with dimensions that are not powers of two.</summary>
  8304.     </member>
  8305.     <member name="P:Microsoft.DirectX.Direct3D.TextureCaps.SupportsNoProjectedBumpEnvironment">
  8306.       <summary>Specifies whether the device does not support a projected bump-environment lookup operation in programmable and fixed-function shaders.</summary>
  8307.     </member>
  8308.     <member name="P:Microsoft.DirectX.Direct3D.TextureCaps.SupportsPerspective">
  8309.       <summary>Specifies whether perspective correction texturing is supported.</summary>
  8310.     </member>
  8311.     <member name="P:Microsoft.DirectX.Direct3D.TextureCaps.SupportsPower2">
  8312.       <summary>Specifies whether the device supports all textures having widths and heights that are specified as powers of two.</summary>
  8313.     </member>
  8314.     <member name="P:Microsoft.DirectX.Direct3D.TextureCaps.SupportsProjected">
  8315.       <summary>Specifies whether <see cref="F:Microsoft.DirectX.Direct3D.TextureTransform.TextureTransform.Projected" /> is supported.</summary>
  8316.     </member>
  8317.     <member name="P:Microsoft.DirectX.Direct3D.TextureCaps.SupportsSquareOnly">
  8318.       <summary>Specifies whether all textures must be square.</summary>
  8319.     </member>
  8320.     <member name="P:Microsoft.DirectX.Direct3D.TextureCaps.SupportsTextureRepeatNotScaledBySize">
  8321.       <summary>Specifies whether texture indices are not scaled by the texture size prior to interpolation.</summary>
  8322.     </member>
  8323.     <member name="P:Microsoft.DirectX.Direct3D.TextureCaps.SupportsVolumeMap">
  8324.       <summary>Specifies whether the device supports volume textures.</summary>
  8325.     </member>
  8326.     <member name="P:Microsoft.DirectX.Direct3D.TextureCaps.SupportsVolumeMapPower2">
  8327.       <summary>Specifies whether the device requires that volume texture maps have dimensions that are specified as powers of two.</summary>
  8328.     </member>
  8329.     <member name="T:Microsoft.DirectX.Direct3D.TextureOperationCaps">
  8330.       <summary>Contains values that describe the texture operations that the current device supports.</summary>
  8331.     </member>
  8332.     <member name="M:Microsoft.DirectX.Direct3D.TextureOperationCaps.ToString">
  8333.       <summary>Obtains a string representation of the current instance.</summary>
  8334.       <returns>String that represents the object.</returns>
  8335.     </member>
  8336.     <member name="P:Microsoft.DirectX.Direct3D.TextureOperationCaps.SupportsAdd">
  8337.       <summary>Specifies whether the <see cref="F:Microsoft.DirectX.Direct3D.TextureOperation.TextureOperation.Add" />texture blending operation is supported.</summary>
  8338.     </member>
  8339.     <member name="P:Microsoft.DirectX.Direct3D.TextureOperationCaps.SupportsAddSigned">
  8340.       <summary>Specifies whether the <see cref="F:Microsoft.DirectX.Direct3D.TextureOperation.TextureOperation.AddSigned" />texture blending operation is supported.</summary>
  8341.     </member>
  8342.     <member name="P:Microsoft.DirectX.Direct3D.TextureOperationCaps.SupportsAddSigned2X">
  8343.       <summary>Specifies whether the <see cref="F:Microsoft.DirectX.Direct3D.TextureOperation.TextureOperation.AddSigned2X" />texture blending operation is supported.</summary>
  8344.     </member>
  8345.     <member name="P:Microsoft.DirectX.Direct3D.TextureOperationCaps.SupportsAddSmooth">
  8346.       <summary>Specifies whether the <see cref="F:Microsoft.DirectX.Direct3D.TextureOperation.TextureOperation.AddSmooth" />texture blending operation is supported.</summary>
  8347.     </member>
  8348.     <member name="P:Microsoft.DirectX.Direct3D.TextureOperationCaps.SupportsBlendCurrentAlpha">
  8349.       <summary>Specifies whether the <see cref="F:Microsoft.DirectX.Direct3D.TextureOperation.TextureOperation.BlendCurrentAlpha" />texture blending operation is supported.</summary>
  8350.     </member>
  8351.     <member name="P:Microsoft.DirectX.Direct3D.TextureOperationCaps.SupportsBlendDiffuseAlpha">
  8352.       <summary>Specifies whether the <see cref="F:Microsoft.DirectX.Direct3D.TextureOperation.TextureOperation.BlendDiffuseAlpha" />texture blending operation is supported.</summary>
  8353.     </member>
  8354.     <member name="P:Microsoft.DirectX.Direct3D.TextureOperationCaps.SupportsBlendFactorAlpha">
  8355.       <summary>Specifies whether the <see cref="F:Microsoft.DirectX.Direct3D.TextureOperation.TextureOperation.BlendFactorAlpha" />texture blending operation is supported.</summary>
  8356.     </member>
  8357.     <member name="P:Microsoft.DirectX.Direct3D.TextureOperationCaps.SupportsBlendTextureAlpha">
  8358.       <summary>Specifies whether the <see cref="F:Microsoft.DirectX.Direct3D.TextureOperation.TextureOperation.BlendTextureAlpha" />texture blending operation is supported.</summary>
  8359.     </member>
  8360.     <member name="P:Microsoft.DirectX.Direct3D.TextureOperationCaps.SupportsBlendTextureAlphaPM">
  8361.       <summary>Specifies whether the <see cref="F:Microsoft.DirectX.Direct3D.TextureOperation.TextureOperation.BlendTextureAlphaPM" />texture blending operation is supported.</summary>
  8362.     </member>
  8363.     <member name="P:Microsoft.DirectX.Direct3D.TextureOperationCaps.SupportsBumpEnvironmentMap">
  8364.       <summary>Specifies whether the <see cref="F:Microsoft.DirectX.Direct3D.TextureOperation.TextureOperation.BumpEnvironmentMap" />texture blending operation is supported.</summary>
  8365.     </member>
  8366.     <member name="P:Microsoft.DirectX.Direct3D.TextureOperationCaps.SupportsBumpEnvironmentMapLuminance">
  8367.       <summary>Specifies whether the <see cref="F:Microsoft.DirectX.Direct3D.TextureOperation.TextureOperation.BumpEnvironmentMapLuminance" />texture blending operation is supported.</summary>
  8368.     </member>
  8369.     <member name="P:Microsoft.DirectX.Direct3D.TextureOperationCaps.SupportsDisable">
  8370.       <summary>Specifies whether the <see cref="F:Microsoft.DirectX.Direct3D.TextureOperation.TextureOperation.Disable" />texture blending operation is supported.</summary>
  8371.     </member>
  8372.     <member name="P:Microsoft.DirectX.Direct3D.TextureOperationCaps.SupportsDotProduct3">
  8373.       <summary>Specifies whether the <see cref="F:Microsoft.DirectX.Direct3D.TextureOperation.TextureOperation.DotProduct3" />texture blending operation is supported.</summary>
  8374.     </member>
  8375.     <member name="P:Microsoft.DirectX.Direct3D.TextureOperationCaps.SupportsLerp">
  8376.       <summary>Specifies whether the <see cref="F:Microsoft.DirectX.Direct3D.TextureOperation.TextureOperation.Lerp" />texture blending operation is supported.</summary>
  8377.     </member>
  8378.     <member name="P:Microsoft.DirectX.Direct3D.TextureOperationCaps.SupportsModulate">
  8379.       <summary>Specifies whether the <see cref="F:Microsoft.DirectX.Direct3D.TextureOperation.TextureOperation.Modulate" />texture blending operation is supported.</summary>
  8380.     </member>
  8381.     <member name="P:Microsoft.DirectX.Direct3D.TextureOperationCaps.SupportsModulate2X">
  8382.       <summary>Specifies whether the <see cref="F:Microsoft.DirectX.Direct3D.TextureOperation.TextureOperation.Modulate2X" />texture blending operation is supported.</summary>
  8383.     </member>
  8384.     <member name="P:Microsoft.DirectX.Direct3D.TextureOperationCaps.SupportsModulate4X">
  8385.       <summary>Specifies whether the <see cref="F:Microsoft.DirectX.Direct3D.TextureOperation.TextureOperation.Modulate4X" />texture blending operation is supported.</summary>
  8386.     </member>
  8387.     <member name="P:Microsoft.DirectX.Direct3D.TextureOperationCaps.SupportsModulateAlphaAddColor">
  8388.       <summary>Specifies whether the <see cref="T:Microsoft.DirectX.Direct3D.TextureOperation" />texture blending operation is supported.</summary>
  8389.     </member>
  8390.     <member name="P:Microsoft.DirectX.Direct3D.TextureOperationCaps.SupportsModulateColorAddAlpha">
  8391.       <summary>Specifies whether the <see cref="F:Microsoft.DirectX.Direct3D.TextureOperation.TextureOperation.ModulateColorAddAlpha" />texture blending operation is supported.</summary>
  8392.     </member>
  8393.     <member name="P:Microsoft.DirectX.Direct3D.TextureOperationCaps.SupportsModulateInvAlphaAddColor">
  8394.       <summary>Specifies whether the <see cref="F:Microsoft.DirectX.Direct3D.TextureOperation.TextureOperation.ModulateInvAlphaAddColor" />texture blending operation is supported.</summary>
  8395.     </member>
  8396.     <member name="P:Microsoft.DirectX.Direct3D.TextureOperationCaps.SupportsModulateInvColorAddAlpha">
  8397.       <summary>Specifies whether the <see cref="F:Microsoft.DirectX.Direct3D.TextureOperation.TextureOperation.ModulateInvColorAddAlpha" />texture blending operation is supported.</summary>
  8398.     </member>
  8399.     <member name="P:Microsoft.DirectX.Direct3D.TextureOperationCaps.SupportsMultiplyAdd">
  8400.       <summary>Specifies whether the <see cref="F:Microsoft.DirectX.Direct3D.TextureOperation.TextureOperation.MultiplyAdd" />texture blending operation is supported.</summary>
  8401.     </member>
  8402.     <member name="P:Microsoft.DirectX.Direct3D.TextureOperationCaps.SupportsPreModulate">
  8403.       <summary>Specifies whether the <see cref="F:Microsoft.DirectX.Direct3D.TextureOperation.TextureOperation.PreModulate" />texture blending operation is supported.</summary>
  8404.     </member>
  8405.     <member name="P:Microsoft.DirectX.Direct3D.TextureOperationCaps.SupportsSelectArgument1">
  8406.       <summary>Specifies whether the <see cref="T:Microsoft.DirectX.Direct3D.TextureOperation" />texture blending operation is supported.</summary>
  8407.     </member>
  8408.     <member name="P:Microsoft.DirectX.Direct3D.TextureOperationCaps.SupportsSelectArgument2">
  8409.       <summary>Specifies whether the <see cref="T:Microsoft.DirectX.Direct3D.TextureOperation" />texture blending operation is supported.</summary>
  8410.     </member>
  8411.     <member name="P:Microsoft.DirectX.Direct3D.TextureOperationCaps.SupportsSubtract">
  8412.       <summary>Specifies whether the <see cref="F:Microsoft.DirectX.Direct3D.TextureOperation.TextureOperation.Subtract" />texture blending operation is supported.</summary>
  8413.     </member>
  8414.     <member name="T:Microsoft.DirectX.Direct3D.TrianglePatchInformation">
  8415.       <summary>Describes a triangular high-order patch.</summary>
  8416.     </member>
  8417.     <member name="M:Microsoft.DirectX.Direct3D.TrianglePatchInformation.#ctor">
  8418.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.TrianglePatchInformation" /> class.</summary>
  8419.     </member>
  8420.     <member name="M:Microsoft.DirectX.Direct3D.TrianglePatchInformation.ToString">
  8421.       <summary>Obtains a string representation of the current instance.</summary>
  8422.       <returns>String that represents the object.</returns>
  8423.     </member>
  8424.     <member name="P:Microsoft.DirectX.Direct3D.TrianglePatchInformation.BasisType">
  8425.       <summary>Retrieves or sets a value that defines the basis type for the triangular high-order patch.</summary>
  8426.     </member>
  8427.     <member name="P:Microsoft.DirectX.Direct3D.TrianglePatchInformation.Degree">
  8428.       <summary>Retrieves or sets a value that defines the degree type for the triangular high-order patch.</summary>
  8429.     </member>
  8430.     <member name="P:Microsoft.DirectX.Direct3D.TrianglePatchInformation.NumberVertices">
  8431.       <summary>Retrieves or sets the number of vertices for the triangular high-order patch.</summary>
  8432.     </member>
  8433.     <member name="P:Microsoft.DirectX.Direct3D.TrianglePatchInformation.StartVertexOffset">
  8434.       <summary>Retrieves or sets the starting vertex offset, in number of vertices.</summary>
  8435.     </member>
  8436.     <member name="T:Microsoft.DirectX.Direct3D.ValidateDeviceParams">
  8437.       <summary>Describes the number of passes and the result code returned from a <see cref="M:Microsoft.DirectX.Direct3D.Device.ValidateDevice" /> call.</summary>
  8438.     </member>
  8439.     <member name="M:Microsoft.DirectX.Direct3D.ValidateDeviceParams.#ctor">
  8440.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.ValidateDeviceParams" /> class.</summary>
  8441.     </member>
  8442.     <member name="M:Microsoft.DirectX.Direct3D.ValidateDeviceParams.ToString">
  8443.       <summary>Obtains a string representation of the current instance.</summary>
  8444.       <returns>String that represents the object.</returns>
  8445.     </member>
  8446.     <member name="P:Microsoft.DirectX.Direct3D.ValidateDeviceParams.Passes">
  8447.       <summary>Retrieves the number of rendering passes needed to complete the desired effect through multipass rendering.</summary>
  8448.     </member>
  8449.     <member name="P:Microsoft.DirectX.Direct3D.ValidateDeviceParams.Result">
  8450.       <summary>Retrieves the result code of a validation.</summary>
  8451.     </member>
  8452.     <member name="T:Microsoft.DirectX.Direct3D.VertexBufferDescription">
  8453.       <summary>Describes a vertex buffer.</summary>
  8454.     </member>
  8455.     <member name="M:Microsoft.DirectX.Direct3D.VertexBufferDescription.#ctor">
  8456.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.VertexBufferDescription" /> class.</summary>
  8457.     </member>
  8458.     <member name="M:Microsoft.DirectX.Direct3D.VertexBufferDescription.ToString">
  8459.       <summary>Obtains a string representation of the current instance.</summary>
  8460.       <returns>String that represents the object.</returns>
  8461.     </member>
  8462.     <member name="P:Microsoft.DirectX.Direct3D.VertexBufferDescription.Format">
  8463.       <summary>Retrieves or sets a member of the <see cref="T:Microsoft.DirectX.Direct3D.Format" /> enumeration that describes the surface format of the vertex buffer data.</summary>
  8464.     </member>
  8465.     <member name="P:Microsoft.DirectX.Direct3D.VertexBufferDescription.Pool">
  8466.       <summary>Retrieves or sets a member of the <see cref="T:Microsoft.DirectX.Direct3D.Pool" /> enumeration that specifies the class of memory allocated for the current vertex buffer.</summary>
  8467.     </member>
  8468.     <member name="P:Microsoft.DirectX.Direct3D.VertexBufferDescription.Size">
  8469.       <summary>Retrieves or sets the size of the vertex buffer.</summary>
  8470.     </member>
  8471.     <member name="P:Microsoft.DirectX.Direct3D.VertexBufferDescription.Type">
  8472.       <summary>Retrieves or sets a member of the <see cref="T:Microsoft.DirectX.Direct3D.ResourceType" /> enumeration that identifies the current resource as a vertex buffer.</summary>
  8473.     </member>
  8474.     <member name="P:Microsoft.DirectX.Direct3D.VertexBufferDescription.Usage">
  8475.       <summary>Retrieves or sets a combination of <see cref="T:Microsoft.DirectX.Direct3D.Usage" /> enumeration values.</summary>
  8476.     </member>
  8477.     <member name="P:Microsoft.DirectX.Direct3D.VertexBufferDescription.VertexFormat">
  8478.       <summary>Retrieves or sets a combination of <see cref="T:Microsoft.DirectX.Direct3D.VertexFormats" /> enumeration values that describe the vertex format of the vertices in the current buffer.</summary>
  8479.     </member>
  8480.     <member name="T:Microsoft.DirectX.Direct3D.VertexCache">
  8481.       <summary>Defines vertex cache optimization hints.</summary>
  8482.     </member>
  8483.     <member name="M:Microsoft.DirectX.Direct3D.VertexCache.#ctor">
  8484.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.VertexCache" /> class.</summary>
  8485.     </member>
  8486.     <member name="M:Microsoft.DirectX.Direct3D.VertexCache.ToString">
  8487.       <summary>Obtains a string representation of the current instance.</summary>
  8488.       <returns>String that represents the object.</returns>
  8489.     </member>
  8490.     <member name="P:Microsoft.DirectX.Direct3D.VertexCache.CacheSize">
  8491.       <summary>Retrieves the cache size, which is used as a target for optimization.</summary>
  8492.     </member>
  8493.     <member name="P:Microsoft.DirectX.Direct3D.VertexCache.MagicNumber">
  8494.       <summary>Retrieves a value that is used by internal optimization methods to determine when to restart strips.</summary>
  8495.     </member>
  8496.     <member name="P:Microsoft.DirectX.Direct3D.VertexCache.OptimizationMethod">
  8497.       <summary>Retrieves the optimization method.</summary>
  8498.     </member>
  8499.     <member name="P:Microsoft.DirectX.Direct3D.VertexCache.Pattern">
  8500.       <summary>Retrieves the bit pattern of the vertex cache.</summary>
  8501.     </member>
  8502.     <member name="T:Microsoft.DirectX.Direct3D.VertexElement">
  8503.       <summary>Defines input vertex data to the pipeline.</summary>
  8504.     </member>
  8505.     <member name="F:Microsoft.DirectX.Direct3D.VertexElement.VertexDeclarationEnd">
  8506.       <summary>Retrieves a <see cref="T:Microsoft.DirectX.Direct3D.VertexElement" /> structure that is considered to be the end of vertex shader declaration.</summary>
  8507.     </member>
  8508.     <member name="M:Microsoft.DirectX.Direct3D.VertexElement.#ctor(System.Int16,System.Int16,Microsoft.DirectX.Direct3D.DeclarationType,Microsoft.DirectX.Direct3D.DeclarationMethod,Microsoft.DirectX.Direct3D.DeclarationUsage,System.Byte)">
  8509.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.VertexElement" /> class.</summary>
  8510.       <param name="stream">Stream number (or index) to use.</param>
  8511.       <param name="offset">Offset (if any) from the beginning of the stream to the beginning of the vertex data.</param>
  8512.       <param name="declType">A <see cref="T:Microsoft.DirectX.Direct3D.DeclarationType" /> enumeration value specifying one of several predefined types that define the vertex data size.</param>
  8513.       <param name="declMethod">A <see cref="T:Microsoft.DirectX.Direct3D.DeclarationMethod" /> enumeration value that specifies the tessellator processing method. These methods determine how the tessellator interprets/operates on the vertex data.</param>
  8514.       <param name="declUsage">A <see cref="T:Microsoft.DirectX.Direct3D.DeclarationUsage" /> enumeration value that defines the intended use of the vertex data.</param>
  8515.       <param name="usageIndex">Modifies the usage data to allow the user to specify multiple usage types.</param>
  8516.     </member>
  8517.     <member name="M:Microsoft.DirectX.Direct3D.VertexElement.ToString">
  8518.       <summary>Obtains a string representation of the current instance.</summary>
  8519.       <returns>String that represents the object.</returns>
  8520.     </member>
  8521.     <member name="P:Microsoft.DirectX.Direct3D.VertexElement.DeclarationMethod">
  8522.       <summary>Retrieves or sets the tessellator processing method.</summary>
  8523.     </member>
  8524.     <member name="P:Microsoft.DirectX.Direct3D.VertexElement.DeclarationType">
  8525.       <summary>Retrieves or sets the data type that defines the data size for the vertex element.</summary>
  8526.     </member>
  8527.     <member name="P:Microsoft.DirectX.Direct3D.VertexElement.DeclarationUsage">
  8528.       <summary>Retrieves or sets one or more usage values that define the intended use of the vertex data.</summary>
  8529.     </member>
  8530.     <member name="P:Microsoft.DirectX.Direct3D.VertexElement.Offset">
  8531.       <summary>Retrieves or sets the offset (if any) from the beginning of the stream to the beginning of the vertex data.</summary>
  8532.     </member>
  8533.     <member name="P:Microsoft.DirectX.Direct3D.VertexElement.Stream">
  8534.       <summary>Retrieves or sets the stream number (or index) to use.</summary>
  8535.     </member>
  8536.     <member name="P:Microsoft.DirectX.Direct3D.VertexElement.UsageIndex">
  8537.       <summary>Modifies the usage data to allow the user to specify multiple usage types.</summary>
  8538.     </member>
  8539.     <member name="T:Microsoft.DirectX.Direct3D.VertexFormatCaps">
  8540.       <summary>Specifies the flexible vertex format (FVF) capabilities supported by a device.</summary>
  8541.     </member>
  8542.     <member name="M:Microsoft.DirectX.Direct3D.VertexFormatCaps.ToString">
  8543.       <summary>Obtains a string representation of the current instance.</summary>
  8544.       <returns>String that represents the object.</returns>
  8545.     </member>
  8546.     <member name="P:Microsoft.DirectX.Direct3D.VertexFormatCaps.SupportsDoNotStripElements">
  8547.       <summary>Specifies whether a device supports keeping vertex elements or stripping them if they are not needed for rendering.</summary>
  8548.     </member>
  8549.     <member name="P:Microsoft.DirectX.Direct3D.VertexFormatCaps.SupportsPointSize">
  8550.       <summary>Specifies whether the vertex point size is determined by <see cref="P:Microsoft.DirectX.Direct3D.RenderStateManager.PointSize" /> or the vertex data.</summary>
  8551.     </member>
  8552.     <member name="P:Microsoft.DirectX.Direct3D.VertexFormatCaps.SupportsTextureCoordinateCountMask">
  8553.       <summary>Specifies whether the device supports the texture coordinate count mask.</summary>
  8554.     </member>
  8555.     <member name="T:Microsoft.DirectX.Direct3D.VertexProcessingCaps">
  8556.       <summary>Describes vertex processing capabilities.</summary>
  8557.     </member>
  8558.     <member name="M:Microsoft.DirectX.Direct3D.VertexProcessingCaps.ToString">
  8559.       <summary>Obtains a string representation of the current instance.</summary>
  8560.       <returns>String that represents the object.</returns>
  8561.     </member>
  8562.     <member name="P:Microsoft.DirectX.Direct3D.VertexProcessingCaps.SupportsDirectionalLights">
  8563.       <summary>Specifies whether directional lights are supported on a device.</summary>
  8564.     </member>
  8565.     <member name="P:Microsoft.DirectX.Direct3D.VertexProcessingCaps.SupportsLocalViewer">
  8566.       <summary>Specifies whether a device supports the local viewer mode.</summary>
  8567.     </member>
  8568.     <member name="P:Microsoft.DirectX.Direct3D.VertexProcessingCaps.SupportsMaterialSource">
  8569.       <summary>Specifies whether a device can perform Microsoft DirectX 7.0 colormaterialsource operations.</summary>
  8570.     </member>
  8571.     <member name="P:Microsoft.DirectX.Direct3D.VertexProcessingCaps.SupportsNoTextureGenerationNonLocalViewer">
  8572.       <summary>Specifies whether a device supports texture generation in non-local viewer mode.</summary>
  8573.     </member>
  8574.     <member name="P:Microsoft.DirectX.Direct3D.VertexProcessingCaps.SupportsPositionalLights">
  8575.       <summary>Specifies whether positional lights, including point and spot, are supported on a device.</summary>
  8576.     </member>
  8577.     <member name="P:Microsoft.DirectX.Direct3D.VertexProcessingCaps.SupportsTextureGeneration">
  8578.       <summary>Specifies whether a device supports texture generation.</summary>
  8579.     </member>
  8580.     <member name="P:Microsoft.DirectX.Direct3D.VertexProcessingCaps.SupportsTextureGenerationSphereMap">
  8581.       <summary>Specifies whether a device supports texture generation for sphere maps.</summary>
  8582.     </member>
  8583.     <member name="P:Microsoft.DirectX.Direct3D.VertexProcessingCaps.SupportsTweening">
  8584.       <summary>Specifies whether a device supports vertex tweening.</summary>
  8585.     </member>
  8586.     <member name="T:Microsoft.DirectX.Direct3D.VertexShaderCaps">
  8587.       <summary>Describes vertex shader capabilities.</summary>
  8588.     </member>
  8589.     <member name="F:Microsoft.DirectX.Direct3D.VertexShaderCaps.MaxDynamicFlowControlDepth">
  8590.       <summary>Specifies the maximum level of nesting of dynamic flow control instructions (break, breakc, ifc).</summary>
  8591.     </member>
  8592.     <member name="F:Microsoft.DirectX.Direct3D.VertexShaderCaps.MaxNumberTemps">
  8593.       <summary>Specifies the maximum number of temporary registers supported.</summary>
  8594.     </member>
  8595.     <member name="F:Microsoft.DirectX.Direct3D.VertexShaderCaps.MaxStaticFlowControlDepth">
  8596.       <summary>Specifies the maximum nesting depth of loop/rep and call/callnz bool instructions.</summary>
  8597.     </member>
  8598.     <member name="F:Microsoft.DirectX.Direct3D.VertexShaderCaps.MinDynamicFlowControlDepth">
  8599.       <summary>Specifies the minimum level of nesting of dynamic flow control instructions (break, breakc, ifc).</summary>
  8600.     </member>
  8601.     <member name="F:Microsoft.DirectX.Direct3D.VertexShaderCaps.MinNumberTemps">
  8602.       <summary>Specifies the minimum number of temporary registers supported.</summary>
  8603.     </member>
  8604.     <member name="F:Microsoft.DirectX.Direct3D.VertexShaderCaps.MinStaticFlowControlDepth">
  8605.       <summary>Specifies the minimum nesting depth of loop/rep and call/callnz bool instructions.</summary>
  8606.     </member>
  8607.     <member name="M:Microsoft.DirectX.Direct3D.VertexShaderCaps.ToString">
  8608.       <summary>Obtains a string representation of the current instance.</summary>
  8609.       <returns>String that represents the object.</returns>
  8610.     </member>
  8611.     <member name="P:Microsoft.DirectX.Direct3D.VertexShaderCaps.DynamicFlowControlDepth">
  8612.       <summary>Retrieves a value that represents the depth of the dynamic flow control instruction nesting.</summary>
  8613.     </member>
  8614.     <member name="P:Microsoft.DirectX.Direct3D.VertexShaderCaps.NumberTemps">
  8615.       <summary>Retrieves the number of temporary registers supported by the device.</summary>
  8616.     </member>
  8617.     <member name="P:Microsoft.DirectX.Direct3D.VertexShaderCaps.StaticFlowControlDepth">
  8618.       <summary>Retrieves the depth of nesting of the loop/rep and call/callnz bool instructions.</summary>
  8619.     </member>
  8620.     <member name="P:Microsoft.DirectX.Direct3D.VertexShaderCaps.SupportsPredication">
  8621.       <summary>Determines whether instruction predication as defined in the predication section is supported.</summary>
  8622.     </member>
  8623.     <member name="T:Microsoft.DirectX.Direct3D.VertexStats">
  8624.       <summary>Reports the number of triangles that have been processed and clipped by the runtime's software vertex processing.</summary>
  8625.     </member>
  8626.     <member name="M:Microsoft.DirectX.Direct3D.VertexStats.#ctor">
  8627.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.VertexStats" /> class.</summary>
  8628.     </member>
  8629.     <member name="M:Microsoft.DirectX.Direct3D.VertexStats.ToString">
  8630.       <summary>Obtains a string representation of the current instance.</summary>
  8631.       <returns>String that represents the object.</returns>
  8632.     </member>
  8633.     <member name="P:Microsoft.DirectX.Direct3D.VertexStats.NumberExtraClippingTriangles">
  8634.       <summary>Retrieves the number of new triangles generated by clipping.</summary>
  8635.     </member>
  8636.     <member name="P:Microsoft.DirectX.Direct3D.VertexStats.NumberRenderedTriangles">
  8637.       <summary>Retrieves the total number of triangles that are not clipped in the current frame.</summary>
  8638.     </member>
  8639.     <member name="T:Microsoft.DirectX.Direct3D.Viewport">
  8640.       <summary>Defines the window dimensions of a render target surface onto which a 3-D volume projects.</summary>
  8641.     </member>
  8642.     <member name="M:Microsoft.DirectX.Direct3D.Viewport.#ctor">
  8643.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.Viewport" /> class.</summary>
  8644.     </member>
  8645.     <member name="M:Microsoft.DirectX.Direct3D.Viewport.ToString">
  8646.       <summary>Obtains a string representation of the current instance.</summary>
  8647.       <returns>String that represents the object.</returns>
  8648.     </member>
  8649.     <member name="P:Microsoft.DirectX.Direct3D.Viewport.Height">
  8650.       <summary>Retrieves or sets the height dimension of the viewport on the render target surface, in pixels.</summary>
  8651.     </member>
  8652.     <member name="P:Microsoft.DirectX.Direct3D.Viewport.MaxZ">
  8653.       <summary>Retrieves or sets the maximum value of the clip volume.</summary>
  8654.     </member>
  8655.     <member name="P:Microsoft.DirectX.Direct3D.Viewport.MinZ">
  8656.       <summary>Retrieves or sets the minimum value of the clip volume.</summary>
  8657.     </member>
  8658.     <member name="P:Microsoft.DirectX.Direct3D.Viewport.Width">
  8659.       <summary>Retrieves or sets the width dimension of the viewport on the render target surface, in pixels.</summary>
  8660.     </member>
  8661.     <member name="P:Microsoft.DirectX.Direct3D.Viewport.X">
  8662.       <summary>Retrieves or sets the pixel coordinate of the upper-left corner of the viewport on the render target surface.</summary>
  8663.     </member>
  8664.     <member name="P:Microsoft.DirectX.Direct3D.Viewport.Y">
  8665.       <summary>Retrieves or sets the pixel coordinate of the upper-left corner of the viewport on the render target surface.</summary>
  8666.     </member>
  8667.     <member name="T:Microsoft.DirectX.Direct3D.VolumeDescription">
  8668.       <summary>Describes a volume.</summary>
  8669.     </member>
  8670.     <member name="M:Microsoft.DirectX.Direct3D.VolumeDescription.#ctor">
  8671.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Direct3D.VolumeDescription" /> class.</summary>
  8672.     </member>
  8673.     <member name="M:Microsoft.DirectX.Direct3D.VolumeDescription.ToString">
  8674.       <summary>Obtains a string representation of the current instance.</summary>
  8675.       <returns>String that represents the object.</returns>
  8676.     </member>
  8677.     <member name="P:Microsoft.DirectX.Direct3D.VolumeDescription.Depth">
  8678.       <summary>Retrieves or sets the depth of the volume, in pixels.</summary>
  8679.     </member>
  8680.     <member name="P:Microsoft.DirectX.Direct3D.VolumeDescription.Format">
  8681.       <summary>Retrieves or sets the desired surface format of a volume.</summary>
  8682.     </member>
  8683.     <member name="P:Microsoft.DirectX.Direct3D.VolumeDescription.Height">
  8684.       <summary>Retrieves or sets the height of the volume in pixels.</summary>
  8685.     </member>
  8686.     <member name="P:Microsoft.DirectX.Direct3D.VolumeDescription.Pool">
  8687.       <summary>Retrieves or sets a <see cref="T:Microsoft.DirectX.Direct3D.Pool" /> value that specifies the class of memory allocated for the current volume.</summary>
  8688.     </member>
  8689.     <member name="P:Microsoft.DirectX.Direct3D.VolumeDescription.Type">
  8690.       <summary>Retrieves or sets a <see cref="T:Microsoft.DirectX.Direct3D.ResourceType" /> value that identifies the current resource as a volume.</summary>
  8691.     </member>
  8692.     <member name="P:Microsoft.DirectX.Direct3D.VolumeDescription.Usage">
  8693.       <summary>Not used at this time. This member's value should always be 0.</summary>
  8694.     </member>
  8695.     <member name="P:Microsoft.DirectX.Direct3D.VolumeDescription.Width">
  8696.       <summary>Retrieves or sets the width of a volume in pixels.</summary>
  8697.     </member>
  8698.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.D3DXCOLOR">
  8699.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8700.     </member>
  8701.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.D3DXFLOAT16">
  8702.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8703.     </member>
  8704.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.D3DXMATRIX">
  8705.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8706.     </member>
  8707.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.D3DXPLANE">
  8708.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8709.     </member>
  8710.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.D3DXQUATERNION">
  8711.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8712.     </member>
  8713.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.D3DXVECTOR2">
  8714.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8715.     </member>
  8716.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.D3DXVECTOR2_16F">
  8717.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8718.     </member>
  8719.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.D3DXVECTOR3">
  8720.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8721.     </member>
  8722.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.D3DXVECTOR3_16F">
  8723.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8724.     </member>
  8725.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.D3DXVECTOR4">
  8726.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8727.     </member>
  8728.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.D3DXVECTOR4_16F">
  8729.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8730.     </member>
  8731.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.HBITMAP__">
  8732.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8733.     </member>
  8734.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.HDC__">
  8735.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8736.     </member>
  8737.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.HICON__">
  8738.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8739.     </member>
  8740.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.HINSTANCE__">
  8741.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8742.     </member>
  8743.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.HMONITOR__">
  8744.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8745.     </member>
  8746.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.HWND__">
  8747.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8748.     </member>
  8749.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.ID3DXFont">
  8750.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8751.     </member>
  8752.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3D9">
  8753.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8754.     </member>
  8755.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DBaseTexture9">
  8756.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8757.     </member>
  8758.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DCubeTexture9">
  8759.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8760.     </member>
  8761.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DIndexBuffer9">
  8762.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8763.     </member>
  8764.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DPixelShader9">
  8765.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8766.     </member>
  8767.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DQuery9">
  8768.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8769.     </member>
  8770.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DResource9">
  8771.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8772.     </member>
  8773.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DStateBlock9">
  8774.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8775.     </member>
  8776.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DSwapChain9">
  8777.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8778.     </member>
  8779.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVertexBuffer9">
  8780.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8781.     </member>
  8782.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVertexDeclaration9">
  8783.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8784.     </member>
  8785.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVertexShader9">
  8786.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8787.     </member>
  8788.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVolume9">
  8789.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8790.     </member>
  8791.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DVolumeTexture9">
  8792.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8793.     </member>
  8794.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.tagBITMAP">
  8795.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8796.     </member>
  8797.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.tagBITMAPINFO">
  8798.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8799.     </member>
  8800.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.tagPALETTEENTRY">
  8801.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8802.     </member>
  8803.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.tagPOINT">
  8804.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8805.     </member>
  8806.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.tagRECT">
  8807.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8808.     </member>
  8809.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails._D3DADAPTER_IDENTIFIER9">
  8810.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8811.     </member>
  8812.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails._D3DBOX">
  8813.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8814.     </member>
  8815.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails._D3DCAPS9">
  8816.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8817.     </member>
  8818.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails._D3DCLIPSTATUS9">
  8819.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8820.     </member>
  8821.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails._D3DCOLORVALUE">
  8822.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8823.     </member>
  8824.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails._D3DDEVICE_CREATION_PARAMETERS">
  8825.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8826.     </member>
  8827.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails._D3DDEVINFO_RESOURCEMANAGER">
  8828.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8829.     </member>
  8830.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails._D3DGAMMARAMP">
  8831.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8832.     </member>
  8833.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails._D3DINDEXBUFFER_DESC">
  8834.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8835.     </member>
  8836.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails._D3DLIGHT9">
  8837.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8838.     </member>
  8839.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails._D3DLOCKED_BOX">
  8840.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8841.     </member>
  8842.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails._D3DLOCKED_RECT">
  8843.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8844.     </member>
  8845.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails._D3DMATERIAL9">
  8846.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8847.     </member>
  8848.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails._D3DMATRIX">
  8849.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8850.     </member>
  8851.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails._D3DPRESENT_PARAMETERS_">
  8852.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8853.     </member>
  8854.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails._D3DPSHADERCAPS2_0">
  8855.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8856.     </member>
  8857.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails._D3DRASTER_STATUS">
  8858.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8859.     </member>
  8860.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails._D3DRECT">
  8861.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8862.     </member>
  8863.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails._D3DRECTPATCH_INFO">
  8864.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8865.     </member>
  8866.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails._D3DSURFACE_DESC">
  8867.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8868.     </member>
  8869.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails._D3DTRIPATCH_INFO">
  8870.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8871.     </member>
  8872.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails._D3DVECTOR">
  8873.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8874.     </member>
  8875.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails._D3DVERTEXBUFFER_DESC">
  8876.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8877.     </member>
  8878.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails._D3DVERTEXELEMENT9">
  8879.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8880.     </member>
  8881.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails._D3DVIEWPORT9">
  8882.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8883.     </member>
  8884.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails._D3DVOLUME_DESC">
  8885.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8886.     </member>
  8887.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails._D3DVSHADERCAPS2_0">
  8888.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8889.     </member>
  8890.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails._D3DXFONT_DESCA">
  8891.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8892.     </member>
  8893.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails._D3DXMATRIXA16">
  8894.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8895.     </member>
  8896.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails._ICONINFO">
  8897.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8898.     </member>
  8899.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails._RGNDATA">
  8900.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft DirectXapplication programming interface (API). This is not intended to be used directly from your code.</summary>
  8901.     </member>
  8902.   </members>
  8903. </doc>