Manager Methods

Public Methods

(see also Protected Methods )

  Name Description
Public method Static Supported by the .NET Compact Framework CheckDepthStencilMatch Determines whether a depth stencil format is compatible with a render target format in a particular display mode.
Public method Static Supported by the .NET Compact Framework CheckDeviceFormat 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.
Public method Static Supported by the .NET Compact Framework CheckDeviceFormatConversion Tests a device to determine whether it supports conversion from one display format to another.
Public method Static Supported by the .NET Compact Framework CheckDeviceMultiSampleType Determines whether a multisampling technique is available on the current device.
Public method Static Supported by the .NET Compact Framework CheckDeviceType Specifies whether a hardware-accelerated device type can be used on the current adapter.
Public method Static Supported by the .NET Compact Framework CheckProfile Checks to see whether or not a particular profile is supported.
Public method Supported by the .NET Compact Framework Equals  Overloaded. Determines whether two Object instances are equal. (Inherited from Object.)
Public method Static Supported by the .NET Compact Framework GetDeviceCaps Retrieves information specific to a device.
Public method Supported by the .NET Compact Framework GetHashCode  Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.)
Public method Supported by the .NET Compact Framework GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method Static Supported by the .NET Compact Framework ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method Static Supported by the .NET Compact Framework RegisterSoftwareDevice Registers a software device.
Public method Static Supported by the .NET Compact Framework ReleaseD3DMobile Releases all Direct3D mobile resources.
Public method Supported by the .NET Compact Framework ToString  Returns a String that represents the current Object. (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Supported by the .NET Compact Framework Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Protected method Supported by the .NET Compact Framework MemberwiseClone  Creates a shallow copy of the current Object. (Inherited from Object.)

Top

See Also

Reference

Manager Class
Microsoft.WindowsMobile.DirectX.Direct3D Namespace

Other Resources

Mobile Direct3D Programming