VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfDocumentNavigationTool Class / FindAction(VintasoftImage,Point) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
FindAction(VintasoftImage,Point) Method (WpfDocumentNavigationTool)
In This Topic
Finds the action on specified image at specified location.
Syntax

Parameters

image
The image.
location
The point on image, in pixels.

Return Value

The action if action is found; otherwise, null.
Exceptions
ExceptionDescription
Thrown if image is 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