|
DXDeviceResourcesCacheRemoveDXMaterial Method |
Removes the cached DXEngine's material for the specified WPF material.
Namespace: Ab3d.DirectX.CommonAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public bool RemoveDXMaterial(
Material material
)
Parameters
- material Material
- WPF material
Return Value
Booleantrue if value was removed from the cache; false if the material was not cached
See Also