Resource.Type Property (Microsoft.DirectX.Direct3D)
Retrieves the type of a resource.
Visual Basic Public ReadOnly Property Type As ResourceType C# public ResourceType Type { get; } C++ public:
property ResourceType Type {
ResourceType get();
}JScript public function get Type() : ResourceType
Microsoft.DirectX.Direct3D.ResourceType
This property is read-only.
Returns the ResourceType that identifies the type of the resource.
BaseTexture, IndexBuffer, Surface, VertexBuffer
Show: