Click or drag to resize
AB4D logo

DXViewDisposables Property

Disposables can be used to simply add IDisposable objects to a list that is automatically disposed when this object is disposed.

Namespace: Ab3d.DirectX.Controls
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public DisposeList Disposables { get; }

Property Value

DisposeList
See Also