Click or drag to resize
AB4D logo

CompositionRenderingHelperIsSubscribed Method

Returns true if the specified subscriber is already subscribed to this CompositionRenderingHelper.

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

Parameters

subscriber  ICompositionRenderingSubscriber
subscriber that implements ICompositionRenderingSubscriber

Return Value

Boolean
true if the specified subscriber is already subscribed to this CompositionRenderingHelper
See Also