DocumentDestroyVisual Method |
Delete this visual and remove it from the document.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 17.00.05
Syntaxpublic void DestroyVisual(
Visual visual
)
Parameters
- visual
- Type: Demo3D.VisualsVisual
Visual to destroy
Remarks
Consider using
Delete instead.
See Also