VintaSoft Imaging .NET SDK 15.1: 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; }

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 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