|
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.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax protected static bool ContainsVisual3D(
Visual3D rootVisual,
Visual3D hitVisual
)
Parameters
- rootVisual Visual3D
- root visual to start seach
- hitVisual Visual3D
- Visual3D to find
Return Value
Booleantrue if hitVisual is found
See Also