Click or drag to resize

VisualFindFirstOfType Method

Like FindType except it return the first instance of that type.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public virtual Visual FindFirstOfType(
	Type type
)

Parameters

type  Type
The type of visual to find.

Return Value

Visual

[Missing <returns> documentation for "M:Demo3D.Visuals.Visual.FindFirstOfType(System.Type)"]

Remarks
The search include this Visual as well as all descendant visuals.
See Also