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: 19.00.00
Syntax
C#
public bool Contains(
	Visual visual
)

Parameters

visual  Visual

[Missing <param name="visual"/> documentation for "M:Demo3D.Visuals.Visual.Contains(Demo3D.Visuals.Visual)"]

Return Value

Boolean
true if the visual is a descendant of this visual, otherwise false.
See Also