VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfCompositeInteractionController Class
In This Topic
WpfCompositeInteractionController Class Methods
In This Topic
For a list of all methods of this type, see WpfCompositeInteractionController.
Public Methods
 NameDescription
Public MethodDraws the interaction controller appearance on specifed graphics engine.
Public MethodOverloaded. Finds an interaction controller which can interact with the specified interaction area.
Public MethodReturns the supported UI actions.
Public MethodOccurs when interaction controller is activated.
Public MethodOccurs when interaction controller is deactivated.
Public MethodInvoked when user interacts with an interaction area of interactive object. (Inherited from WpfInteractionControllerBase)
Public MethodResets the interaction controller.
Public MethodUpdates the interaction areas of this controller.
Protected Methods
 NameDescription
Protected MethodRaises the Activated event.
Protected MethodRaises the Activating event.
Protected MethodRaises the Deactivated event.
Protected MethodRaises the Deactivating event.
Protected MethodRaises the InteractionFinished event. (Inherited from WpfInteractionControllerBase)
Protected MethodPerforms an interaction between user and interaction area.
See Also