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: 19.00.00
Syntax
C#
public interface IVisualProcessor

The IVisualProcessor type exposes the following members.

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