VisualComponentRootPointerComponentVisuals Method |
Returns all the visuals belonging to this component from 'visual' downwards.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntaxprotected virtual IEnumerable<Visual> ComponentVisuals(
Visual visual
)
Parameters
- visual
- Type: Demo3D.VisualsVisual
The top of the visual tree.
Return Value
Type:
IEnumerableVisualAll the visuals belonging to this component (from 'visual' down).
See Also