Click or drag to resize

VisualComponentRemoveFromComponent Method (String, Visual)

Remove visuals from component.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntax
C#
public static void RemoveFromComponent(
	string componentType,
	params Visual[] visuals
)

Parameters

componentType
Type: SystemString
The component type.
visuals
Type: Demo3D.VisualsVisual
The visuals to remove.
See Also