IOutlineRendererEffectAdd(IControlPoint, OutlineDescription) Method |
Add a control point to rendered with an outline
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntaxvoid Add(
IControlPoint cp,
OutlineDescription desc
)
Parameters
- cp IControlPoint
- The control point whose outline will be rendered
- desc OutlineDescription
- The description of the outline
See Also