![]() |
![]() |
![]() |
VolumeTexture.GetVolumeLevel Method |
Language: |
Retrieves the specified volume texture level.
Visual Basic .NET Public Function GetVolumeLevel( _
ByVal level As Integer _
) As VolumeC# public Volume GetVolumeLevel(
int level
);Managed C++ public: Volume* GetVolumeLevel(
int level
);JScript .NET public function GetVolumeLevel(
level : int
) : Volume;
level System.Int32. Value that identifies a level of the volume texture resource.
Microsoft.DirectX.Direct3D.Volume . A Volume object that represents the returned volume level.
This method returns a volume for the level specified by the level parameter.
Exceptions
InvalidCallException The method call is invalid. For example, a parameter might contain an invalid value.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center