Is the visual contained by the visual tree from this point down?
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic bool Contains(
	Visual visual
)
Parameters
- visual
 - Type: Demo3D.VisualsVisual
[Missing <param name="visual"/> documentation for "M:Demo3D.Visuals.Visual.Contains(Demo3D.Visuals.Visual)"]
 
Return Value
Type: 
Booleantrue if the visual is a descendant of this visual, otherwise false.
See Also