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
Syntaxpublic void DestroyVisual(
Visual visual
)
Parameters
- visual
- Type: Demo3D.VisualsVisual
Visual to destroy
Remarks
Consider using
Delete instead.
See Also