VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / CompositeInteractionController Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
CompositeInteractionController Class
In This Topic
Represents the composite interaction controller.
Object Model
InteractionArea CompositeInteractionController
Syntax
'Declaration

Public Class CompositeInteractionController
   Inherits InteractionControllerBase
   Implements ISupportUIActions

public class CompositeInteractionController : InteractionControllerBase, ISupportUIActions

Remarks

This interaction controller is used for:

  • interaction with the single interactive object, controller combines functionality of several interaction controllers for interaction with single interactive object
  • interaction with the single composite interactive object, controller combines several interactive controllers that are used for interaction with different objects of single composite interactive object.

Inheritance Hierarchy
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also