Click or drag to resize
AB4D logo

IDisposableDXResource Interface

IDisposableDXResource interface defines the IsDisposed property.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 6.1.8746.1045
Syntax
C#
public interface IDisposableDXResource : IDXResource, 
	IDisposable

The IDisposableDXResource type exposes the following members.

Properties
 NameDescription
Public propertyIsDisposed Gets a Boolean that specifies if this resource has been disposed.
Top
See Also