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: 19.01.00
Syntax
C#
public void DestroyVisual(
	Visual visual
)

Parameters

visual  Visual
Visual to destroy
Remarks
Consider using Delete instead.
See Also