Click or drag to resize

DocumentDestroyVisual Method

Delete this visual and remove it from the document.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public void DestroyVisual(
	Visual visual
)

Parameters

visual
Type: Demo3D.VisualsVisual
Visual to destroy
Remarks
See Also