 |
CompositionRenderingHelperIsSubscribed Method |
Returns true if the specified subscriber is already subscribed to this CompositionRenderingHelper.
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 12.0.9484.2048
Syntaxpublic bool IsSubscribed(
ICompositionRenderingSubscriber subscriber
)
Parameters
- subscriber ICompositionRenderingSubscriber
- subscriber that implements ICompositionRenderingSubscriber
Return Value
Booleantrue if the specified subscriber is already subscribed to this CompositionRenderingHelper
See Also