Click or drag to resize

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: 15.0.2.11458
Syntax
C#
void 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