SurfaceDescription.Usage Property

Language:

Retrieves or sets a member of the Usage enumeration that specifies the usage type of the surface.

Definition

Visual Basic Public Property Usage As Usage
C# public Usage Usage { get; set; }
C++ public:
property Usage Usage {
        Usage get();
        void set(Usage value);
}
JScript public function get Usage() : Usage
public function set Usage(Usage);

Property Value

Microsoft.DirectX.Direct3D.Usage
Member of the Usage enumeration to set or retrieve.

This property is read/write. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

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