|
CompositionRenderingHelperIsSubscribed Method |
Returns true if the specified subscriber is already subscribed to this CompositionRenderingHelper.
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public 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