Microsoft DirectX 9.0 SDK Update (October 2004)

VolumeTexture.GetLevelDescription Method

Language:

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

Retrieves a level description of a volume texture resource.

Definition

Visual Basic .NET Public Function GetLevelDescription( _
    ByVal level As Integer _
) As VolumeDescription
C# public VolumeDescription GetLevelDescription(
    int level
);
Managed C++ public: VolumeDescription GetLevelDescription(
    int level
);
JScript .NET public function GetLevelDescription(
    level : int
) : VolumeDescription;

Parameters

level System.Int32. Value that identifies a level of the volume texture resource.

Return Value

Microsoft.DirectX.Direct3D.VolumeDescription . A VolumeDescription structure that describes the returned volume texture level.

Remarks

This method returns a volume description for the level specified by the level parameter.

Exceptions
InvalidCallException The method call is invalid. For example, a parameter might contain an invalid value.


© 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