Microsoft DirectX 9.0 SDK Update (October 2004)

Buffer3D.ConeAngles Property

Language:

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

Retrieves or sets the inside and outside angles of the sound projection cone.

Definition

Visual Basic .NET Public Property ConeAngles As Angles
C# public Angles ConeAngles { get; set; }
Managed C++ public: __property Angles get_ConeAngles();
public: __property void set_ConeAngles(Angles);
JScript .NET public function get ConeAngles() : Angles
public function set ConeAngles(Angles);

Property Value

Microsoft.DirectX.DirectSound.Angles . An Angles structure that contains the inside and outside angles to set or retrieve.

This property is read/write. 

Remarks

The minimum, maximum, and default cone angles are defined as DSoundHelper.MinConeAngle, DSoundHelper.MaxConeAngle, and DSoundHelper.DefaultConeAngle.

Exceptions
ArgumentException Leave Site An invalid parameter was passed to the called method.

See Also


© 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