'Declaration Public Function FindFieldTemplateView( _
ByVal xThe X coordinate of point, in the image viewer space.As Double, _
ByVal yThe Y coordinate of point, in the image viewer space.As Double _
) As Vintasoft.Imaging.FormsProcessing.FormRecognition.Wpf.UI.WpfFormFieldTemplateView
public Vintasoft.Imaging.FormsProcessing.FormRecognition.Wpf.UI.WpfFormFieldTemplateView FindFieldTemplateView(
double x,
double y
)
public: Vintasoft.Imaging.FormsProcessing.FormRecognition.Wpf.UI.WpfFormFieldTemplateView* FindFieldTemplateView(
double x,
double y
)
public:
Vintasoft.Imaging.FormsProcessing.FormRecognition.Wpf.UI.WpfFormFieldTemplateView^ FindFieldTemplateView(
double x,
double y
)
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.