Click or drag to resize

DocumentLookDown(Visual) Method

Find the first visual below the lookFrom visual.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public Visual LookDown(
	Visual lookFrom
)

Parameters

lookFrom  Visual
The visual to look below.

Return Value

Visual
The first visual below the lookFrom visual.
See Also