VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / InteractionArea Class / InteractionArea Constructors / InteractionArea Constructor(String,InteractionAreaType)
Syntax Requirements SeeAlso
In This Topic
InteractionArea Constructor(String,InteractionAreaType)
In This Topic
Initializes a new instance of the InteractionArea class.
Syntax
'Declaration

Protected Function New( _
ByVal interactionType
A type of interaction area.
As System.String, _
ByVal interactionName
A name of interaction.
As InteractionAreaType _
)
protected InteractionArea(
System.String interactionType,
InteractionAreaType interactionName
)

Parameters

interactionType
A type of interaction area.
interactionName
A name of interaction.
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