Click or drag to resize

VisualComponentVisualComponentModelRemove Method

Remove visuals from a component. Should be tolerant of 'component' or 'componentType' being null or invalid.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntax
C#
public abstract void Remove(
	Visual component,
	VisualComponentComponentType componentType,
	List<Visual> visuals
)

Parameters

component
Type: Demo3D.VisualsVisual
The component root.
componentType
Type: Demo3D.VisualsVisualComponentComponentType
The component type.
visuals
Type: System.Collections.GenericListVisual
List of visuals to remove from the component.
See Also