'Declaration Protected Overridable Function CreateByImagePoints( _
ByVal pointsThe points on image.() As Vintasoft.Primitives.VintasoftPointI, _
ByVal imageResolutionThe resolution of an image.As Vintasoft.Imaging.Resolution _
) As FormFieldTemplate
protected virtual FormFieldTemplate CreateByImagePoints(
Vintasoft.Primitives.VintasoftPointI[] points,
Vintasoft.Imaging.Resolution imageResolution
)
protected: virtual FormFieldTemplate* CreateByImagePoints(
Vintasoft.Primitives.VintasoftPointI[]* points,
Vintasoft.Imaging.Resolution imageResolution
)
protected:
virtual FormFieldTemplate^ CreateByImagePoints(
array<Vintasoft.Primitives.VintasoftPointI>^ points,
Vintasoft.Imaging.Resolution imageResolution
)
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.