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

    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