Microsoft DirectX 9.0 SDK Update (October 2004)

ImageInformation.ResourceType Property

Language:

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

Retrieves or sets a value that represents the type of the texture stored in the file.

Definition

Visual Basic .NET Public Property ResourceType As ResourceType
C# public ResourceType ResourceType { get; set; }
Managed C++ public: __property ResourceType get_ResourceType();
public: __property void set_ResourceType(ResourceType);
JScript .NET public function get ResourceType() : ResourceType
public function set ResourceType(ResourceType);

Property Value

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

This property is read/write. 

Remarks

The type of texture stored in the file can be ResourceType.Texture, ResourceType.VolumeTexture, or ResourceType.CubeTexture.


© 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