VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / InteractionControllerBase Class / InteractionAreaList Property
Syntax Remarks Requirements SeeAlso
In This Topic
    InteractionAreaList Property (InteractionControllerBase)
    In This Topic
    Gets a list of interaction areas.
    Syntax
    'Declaration
    
    Protected ReadOnly Property InteractionAreaList As System.Collections.Generic.List(Of InteractionArea)
    
    
    protected System.Collections.Generic.List<InteractionArea> InteractionAreaList { get; }
    
    
    protected: __property System.Collections.Generic.List<InteractionArea*>* get_InteractionAreaList();
    
    
    
    Remarks

    Interaction zones usually are updated in the UpdateInteractionAreas(ImageViewer) method.
    The active interaction zone must be present in this list until active interaction is finished (InteractionOccured(Boolean)).

    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