Click or drag to resize
AB4D logo

DXDeviceResourcesCacheRemoveDXMaterial Method

Removes the cached DXEngine's material for the specified WPF material.

Namespace: Ab3d.DirectX.Common
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public bool RemoveDXMaterial(
	Material material
)

Parameters

material  Material
WPF material

Return Value

Boolean
true if value was removed from the cache; false if the material was not cached
See Also