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