Click or drag to resize

IVisualProcessor Interface

Interface to allow classes to apply a process to a visual (sub)tree.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public interface IVisualProcessor

The IVisualProcessor type exposes the following members.

Methods
  NameDescription
Public methodProcess
Process the visual subtree.
Top
See Also