VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition.Wpf.UI.VisualTools Namespace / WpfFormFieldTemplateEditorTool Class / FindFieldTemplateView(Double,Double) Method
Syntax Requirements SeeAlso
In This Topic
FindFieldTemplateView(Double,Double) Method (WpfFormFieldTemplateEditorTool)
In This Topic
Finds a form field template view at specified point, in the image viewer space.
Syntax
'Declaration

Public Function FindFieldTemplateView( _
ByVal x
The X coordinate of point, in the image viewer space.
As Double, _
ByVal y
The Y coordinate of point, in the image viewer space.
As Double _
) As Vintasoft.Imaging.FormsProcessing.FormRecognition.Wpf.UI.WpfFormFieldTemplateView

Parameters

x
The X coordinate of point, in the image viewer space.
y
The Y coordinate of point, in the image viewer space.

Return Value

A form field template view at specified point.
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