Click or drag to resize
AB4D logo

BaseEventSource3DContainsVisual3D Method

Returns true if hitVisual is the same as oneVisual or if hitVisual is define as any child in oneVisual and its Children

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
protected static bool ContainsVisual3D(
	Visual3D rootVisual,
	Visual3D hitVisual
)

Parameters

rootVisual  Visual3D
root visual to start seach
hitVisual  Visual3D
Visual3D to find

Return Value

Boolean
true if hitVisual is found
See Also