Click or drag to resize

IOutlineRendererEffectAdd Method (IControlPoint, OutlineDescription)

Add a control point to rendered with an outline

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
void Add(
	IControlPoint cp,
	OutlineDescription desc
)

Parameters

cp
Type: Demo3D.ControlPointsIControlPoint
The control point whose outline will be rendered
desc
Type: Demo3D.VisualsOutlineDescription
The description of the outline
See Also