Name | Description | |
---|---|---|
![]() | CompositeInteractionController | Initializes a new instance of the CompositeInteractionController class. |
Name | Description | |
---|---|---|
![]() | CompositeInteractionController | Initializes a new instance of the CompositeInteractionController class. |
Name | Description | |
---|---|---|
![]() | FocusedInteractionArea | Gets a focused interaction area. (Inherited from InteractionControllerBase) |
![]() | HasAppearance | Gets a value indicating whether this interaction controller has appearance. |
![]() | InteractionAreas | Gets a read-only collection of interaction areas. (Inherited from InteractionControllerBase) |
![]() | IsActivated | Gets a value indicating whether controller is activated. (Inherited from InteractionControllerBase) |
![]() | IsEnabled | Gets or sets a value indicating whether interaction controller is enabled. (Inherited from InteractionControllerBase) |
![]() | IsInteracting | Gets a value indicating whether controller is interacting with the interactive object. (Inherited from InteractionControllerBase) |
![]() | IsVisible | Gets a value indicating whether controller is visible. |
![]() | Items | Gets a read-only collection of the interaction controllers contained in this composite controller. |
Name | Description | |
---|---|---|
![]() | InteractionAreaList | Gets a list of interaction areas. (Inherited from InteractionControllerBase) |
Name | Description | |
---|---|---|
![]() | DrawAppearance | Draws the interaction controller appearance on specifed graphics engine. |
![]() | FindInteractionController | Overloaded. Finds an interaction controller which can interact with the specified interaction area. |
![]() | GetSupportedUIActions | Returns the supported UI actions. |
![]() | OnActivate | Occurs when interaction controller is activated. |
![]() | OnDeactivate | Occurs when interaction controller is deactivated. |
![]() | OnInteraction | Invoked when user interacts with an interaction area of interactive object. (Inherited from InteractionControllerBase) |
![]() | Reset | Resets the interaction controller. |
![]() | UpdateInteractionAreas | Updates the interaction areas of this controller. |
Name | Description | |
---|---|---|
![]() | OnActivated | Raises the Activated event. |
![]() | OnActivating | Raises the Activating event. |
![]() | OnDeactivated | Raises the Deactivated event. |
![]() | OnDeactivating | Raises the Deactivating event. |
![]() | OnInteractionFinished | Raises the InteractionFinished event. (Inherited from InteractionControllerBase) |
![]() | PerformInteraction | Performs an interaction between user and interaction area. |
![]() | ProcessImeMessages | Processes the IME Windows messages. |
Name | Description | |
---|---|---|
![]() | Activated | Occurs when the composite interaction controller is activated. |
![]() | Activating | Occurs when the composite interaction controller is activating. |
![]() | Deactivated | Occurs when the composite interaction controller is deactivated. |
![]() | Deactivating | Occurs when the composite interaction controller is deactivating. |
![]() | Interaction | Occurs when user interacts with an interaction area of interactive object. (Inherited from InteractionControllerBase) |
![]() | InteractionFinished | Occurs when interaction is finished. (Inherited from InteractionControllerBase) |
CompositeInteractionController Class
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace