Click or drag to resize
AB4D logo

CompositionRenderingHelperUnsubscribe Method

Unsubscribe the specified subscriber from being called on each CompositionTarget.Rendering event.

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

Parameters

subscriber  ICompositionRenderingSubscriber
subscriber that implements ICompositionRenderingSubscriber
See Also