Click or drag to resize

VisualContains Method

Is the visual contained by the visual tree from this point down?

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public 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: Boolean
true if the visual is a descendant of this visual, otherwise false.
See Also