Click or drag to resize
AB4D logo

ICompositionRenderingSubscriber Interface

ICompositionRenderingSubscriber need to be implemented by a class that wants to subscribe to Rendering event with CompositionRenderingHelper.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public interface ICompositionRenderingSubscriber

The ICompositionRenderingSubscriber type exposes the following members.

Methods
 NameDescription
Public methodOnRendering OnRendering is called by CompositionRenderingHelper on each CompositionTarget.Rendering event.
Top
See Also