Click or drag to resize

VisualFilteredDescendants Method

Return all visuals below this point in the Visual hierarchy that match the given predicate.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public IEnumerable<Visual> FilteredDescendants(
	Predicate<Visual> filter
)

Parameters

filter
Type: SystemPredicateVisual

[Missing <param name="filter"/> documentation for "M:Demo3D.Visuals.Visual.FilteredDescendants(System.Predicate{Demo3D.Visuals.Visual})"]

Return Value

Type: IEnumerableVisual

[Missing <returns> documentation for "M:Demo3D.Visuals.Visual.FilteredDescendants(System.Predicate{Demo3D.Visuals.Visual})"]

See Also