VisualComponentRemoveFromComponent Method (String, Visual) |
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,
params Visual[] visuals
)
Parameters
- componentType
- Type: SystemString
The component type. - visuals
- Type: Demo3D.VisualsVisual
The visuals to remove.
See Also