Checks if the provided child object is currently visible in the 3D viewport.

Namespace: Ico.Gwx
Assembly: Gwx3DControl (in Gwx3DControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool CurrentlyVisibleFastCheck(
	DependencyObject child
)
Visual Basic
Public Function CurrentlyVisibleFastCheck ( _
	child As DependencyObject _
) As Boolean
JScript
public function CurrentlyVisibleFastCheck(
	child : DependencyObject
) : boolean

Parameters

child
Type: System.Windows..::..DependencyObject

Return Value

See Also