Microsoft DirectX 9.0 SDK Update (October 2004)

BufferDescription.Control3D Property

Language:

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

Determines whether the buffer has 3-D control capability.

Definition

Visual Basic .NET Public Property Control3D As Boolean
C# public bool Control3D { get; set; }
Managed C++ public: __property bool get_Control3D();
public: __property void set_Control3D(bool);
JScript .NET public function get Control3D() : boolean
public function set Control3D(boolean);

Property Value

System.Boolean . This value is set to true if the buffer has 3-D control capability; otherwise, false.

This property is read/write. 

Remarks

BufferDescription.Control3D cannot be combined with BufferDescription.ControlPan, and cannot be set for a buffer with a stereo format in WaveFormat.


© 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