VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormFieldTemplateGroup Class / CalculateTemplateGroupBoundingBoxes(RectangleF,RectangleF,List<RectangleF>,List<RectangleF>) Method
Syntax Requirements SeeAlso
In This Topic
CalculateTemplateGroupBoundingBoxes(RectangleF,RectangleF,List<RectangleF>,List<RectangleF>) Method (FormFieldTemplateGroup)
In This Topic
Calculates new bounding boxes for form field templates.
Syntax
'Declaration

Public Shared Sub CalculateTemplateGroupBoundingBoxes( _
ByVal oldBoundingBoxForTemplateGroup
Old bounding box for a group of form field templates.
As System.Drawing.RectangleF, _
ByVal newBoundingBoxForTemplateGroup
New bounding box for a group of form field templates.
As System.Drawing.RectangleF, _
ByVal oldBoundingBoxesForTemplates
Old bounding boxes for form field templates.
As System.Collections.Generic.List(Of RectangleF), _
ByRef newBoundingBoxesForTemplates
New bounding boxes for form field templates.
As System.Collections.Generic.List(Of RectangleF) _
)

Parameters

oldBoundingBoxForTemplateGroup
Old bounding box for a group of form field templates.
newBoundingBoxForTemplateGroup
New bounding box for a group of form field templates.
oldBoundingBoxesForTemplates
Old bounding boxes for form field templates.
newBoundingBoxesForTemplates
New bounding boxes for form field templates.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also