IOutlineRendererEffectAdd Method (IEnumerableVisual, OutlineDescription) | 
 
            Add a collection of visuals to rendered with an outline
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxvoid Add(
	IEnumerable<Visual> visuals,
	OutlineDescription desc
)
Parameters
- visuals
 - Type: System.Collections.GenericIEnumerableVisual
The visuals whose outline will be rendered - desc
 - Type: Demo3D.VisualsOutlineDescription
The description of the outline 
See Also