VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfInteractionControllerBase Class / InteractionAreaList Property
Syntax Remarks Requirements SeeAlso
In This Topic
InteractionAreaList Property (WpfInteractionControllerBase)
In This Topic
Gets a list of interaction areas.
Syntax
'Declaration

Protected ReadOnly Property InteractionAreaList As System.Collections.Generic.List(Of WpfInteractionArea)

protected System.Collections.Generic.List<WpfInteractionArea> InteractionAreaList { get; }

Remarks

Interaction zones usually are updated in the UpdateInteractionAreas(WpfImageViewer) 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