Microsoft DirectX 9.0 SDK Update (October 2004)

SurfaceDescription Structure

Language:

Note: This documentation is preliminary and is subject to change.

Describes a surface.

Definition

Visual Basic .NET Public Structure SurfaceDescription
C# public struct SurfaceDescription
Managed C++ public __value struct SurfaceDescription
JScript .NET In JScript .NET, you can use structures, but you cannot define your own.

Members Table

Method Description
SurfaceDescription Initializes a new instance of the SurfaceDescription class.
ToString Obtains a string representation of the current instance.
Property Description
Format Retrieves or sets a value of the Format enumeration that describes the surface format.
Height Retrieves or sets the height of the surface.
MultiSampleQuality Retrieves or sets the multisample quality level.
MultiSampleType Retrieves or sets a member of the MultiSampleType enumeration that specifies the levels of full-scene multisampling supported by the surface.
Pool Retrieves or sets a member of the Pool enumeration that specifies the class of memory allocated for the current surface.
Type Retrieves or sets a member of the ResourceType enumeration that identifies the current resource as a surface.
Usage Retrieves or sets a member of the Usage enumeration that specifies the usage type of the surface.
Width Retrieves or sets the width of the surface.

Structure Information

Namespace Microsoft.DirectX.Direct3D
Assembly Microsoft.DirectX.Direct3D (microsoft.directx.direct3d.dll)
Strong Name Microsoft.DirectX.Direct3D,  Version=1.0.2902.0,  Culture=neutral,  PublicKeyToken=31bf3856ad364e35

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center