SwapChain Members
Manipulates a swap chain.
The following tables list the members exposed by the SwapChain type.
Public Constructors
Name | Description | |
---|---|---|
SwapChain | Initializes a new instance of the SwapChain class. |
Top
Public Properties
Name | Description | |
---|---|---|
Disposed |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the SwapChain. | |
Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) | |
GetBackBuffer | Retrieves a back buffer from the swap chain of a device. | |
GetHashCode | Serves as a hash function for a particular type. (inherited from Object) | |
GetType | Gets the Type of the current instance. (inherited from Object) | |
Present | Overloaded. Presents the contents of the next buffer in the sequence of back buffers owned by the swap chain. | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) | |
ToString | Returns a String that represents the current Object. (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | Overridden. | |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Top
Public Events
Name | Description | |
---|---|---|
Disposing |
Top
See Also
Reference
SwapChain Class
Microsoft.WindowsMobile.DirectX.Direct3D Namespace