Click or drag to resize

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
Syntax
C#
protected virtual IEnumerable<Visual> ComponentVisuals(
	Visual visual
)

Parameters

visual
Type: Demo3D.VisualsVisual
The top of the visual tree.

Return Value

Type: IEnumerableVisual
All the visuals belonging to this component (from 'visual' down).
See Also