'Declaration Protected Overrides Function CreateByImagePoints( _
ByVal pointsThe points on image.() As Vintasoft.Primitives.VintasoftPointI, _
ByVal imageResolutionThe resolution of an image.As Vintasoft.Imaging.Resolution _
) As Vintasoft.Imaging.FormsProcessing.FormRecognition.FormFieldTemplate
protected override Vintasoft.Imaging.FormsProcessing.FormRecognition.FormFieldTemplate CreateByImagePoints(
Vintasoft.Primitives.VintasoftPointI[] points,
Vintasoft.Imaging.Resolution imageResolution
)
protected: Vintasoft.Imaging.FormsProcessing.FormRecognition.FormFieldTemplate* CreateByImagePoints(
Vintasoft.Primitives.VintasoftPointI[]* points,
Vintasoft.Imaging.Resolution imageResolution
); override
protected:
Vintasoft.Imaging.FormsProcessing.FormRecognition.FormFieldTemplate^ CreateByImagePoints(
array<Vintasoft.Primitives.VintasoftPointI>^ points,
Vintasoft.Imaging.Resolution imageResolution
); override
Parameters
- points
- The points on image.
- imageResolution
- The resolution of an image.
Return Value
The form field template if points determines form field template; otherwise, null.