VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfCompositeInteractionController Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    WpfCompositeInteractionController Class
    In This Topic
    Represents the composite interaction controller.
    Object Model
    WpfInteractionArea WpfCompositeInteractionController
    Syntax
    'Declaration
    
    Public Class WpfCompositeInteractionController
       Inherits WpfInteractionControllerBase
       Implements ISupportUIActions
    
    
    public class WpfCompositeInteractionController : WpfInteractionControllerBase, ISupportUIActions
    
    
    public __gc class WpfCompositeInteractionController : public WpfInteractionControllerBase*, ISupportUIActions
    
    
    public ref class WpfCompositeInteractionController : public WpfInteractionControllerBase^, 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 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also