ImageInformation.ResourceType Property

Language:

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

Definition

Visual Basic Public Property ResourceType As ResourceType
C# public ResourceType ResourceType { get; set; }
C++ public:
property ResourceType ResourceType {
        ResourceType get();
        void set(ResourceType value);
}
JScript 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.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center