'Declaration Public Function FindFieldView( _
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.FormFieldView
public Vintasoft.Imaging.FormsProcessing.FormRecognition.UI.FormFieldView FindFieldView(
float x,
float y
)
public: Vintasoft.Imaging.FormsProcessing.FormRecognition.UI.FormFieldView* FindFieldView(
float x,
float y
)
public:
Vintasoft.Imaging.FormsProcessing.FormRecognition.UI.FormFieldView^ FindFieldView(
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 view at specified point.