'Declaration Protected Overridable Function CreateByImagePoints( _
ByVal pointsТочки на изображении.() As Vintasoft.Primitives.VintasoftPointI, _
ByVal imageResolutionРазрешение изображения.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
- Точки на изображении.
- imageResolution
- Разрешение изображения.
Return Value
Шаблон поля формы, если points определяет шаблон поля формы; в противном случае, null.