VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfUserInteractionVisualTool Class / FindInteractionArea(Point,VintasoftMouseButtons) Method
Syntax Requirements SeeAlso
In This Topic
FindInteractionArea(Point,VintasoftMouseButtons) Method (WpfUserInteractionVisualTool)
In This Topic
Finds the interaction area at the specified location, in viewer space.
Syntax
'Declaration

Protected Function FindInteractionArea( _
ByVal location
Point in viewer space.
As System.Windows.Point, _
ByVal mouseButton
The mouse button.
As Vintasoft.Imaging.UI.VintasoftMouseButtons _
) As WpfInteractionArea
protected WpfInteractionArea FindInteractionArea(
System.Windows.Point location,
Vintasoft.Imaging.UI.VintasoftMouseButtons mouseButton
)

Parameters

location
Point in viewer space.
mouseButton
The mouse button.

Return Value

The interaction area if area is found; otherwise, null.
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