VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition.Omr Namespace / OmrEllipticalFieldTemplate Class / GetOmrFieldTemplateBoundingBox(VintasoftPointI[]) Method
Syntax Requirements SeeAlso
In This Topic
    GetOmrFieldTemplateBoundingBox(VintasoftPointI[]) Method (OmrEllipticalFieldTemplate)
    In This Topic
    Returns the bounding box for OMR field template.
    Syntax
    'Declaration
    
    Protected Overrides Function GetOmrFieldTemplateBoundingBox( _
    ByVal points
    The image points, which define the bounding box.
    () As Vintasoft.Primitives.VintasoftPointI _
    ) As Vintasoft.Primitives.VintasoftRectI
    protected override Vintasoft.Primitives.VintasoftRectI GetOmrFieldTemplateBoundingBox(
    Vintasoft.Primitives.VintasoftPointI[] points
    )
    protected: Vintasoft.Primitives.VintasoftRectI GetOmrFieldTemplateBoundingBox(
    Vintasoft.Primitives.VintasoftPointI[]* points
    ); override
    protected:
    Vintasoft.Primitives.VintasoftRectI GetOmrFieldTemplateBoundingBox(
    array<Vintasoft.Primitives.VintasoftPointI>^ points
    ); override

    Parameters

    points
    The image points, which define the bounding box.

    Return Value

    The bounding box of thr OMR field.
    Requirements

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

    See Also