VisualComponentRemoveFromComponent Method (String, IEnumerableVisual) |
Remove visuals from component.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntaxpublic static void RemoveFromComponent(
string componentType,
IEnumerable<Visual> visuals
)
Parameters
- componentType
- Type: SystemString
The component type. - visuals
- Type: System.Collections.GenericIEnumerableVisual
The visuals to remove.
See Also