VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / TextRegion Class / ExtractContainedRegion(TextRegion,RectangleF[]) Method
Syntax Requirements SeeAlso
In This Topic
    ExtractContainedRegion(TextRegion,RectangleF[]) Method (TextRegion)
    In This Topic
    Extracts the text region that contains symbols, which are contained in region that specifies set of rectangles.
    Syntax
    'Declaration
    
    Public Shared Function ExtractContainedRegion( _
    ByVal sourceTextRegion
    The source text region.
    As TextRegion, _
    ByVal regionRects
    The region rectangles.
    () As System.Drawing.RectangleF _
    ) As TextRegion
    public static TextRegion ExtractContainedRegion(
    TextRegion sourceTextRegion,
    System.Drawing.RectangleF[] regionRects
    )
    public: static TextRegion* ExtractContainedRegion(
    TextRegion* sourceTextRegion,
    System.Drawing.RectangleF*[]* regionRects
    )
    public:
    static TextRegion^ ExtractContainedRegion(
    TextRegion^ sourceTextRegion,
    array<System.Drawing.RectangleF^>^ regionRects
    )

    Parameters

    sourceTextRegion
    The source text region.
    regionRects
    The region rectangles.

    Return Value

    A new instance of TextRegion class, which contains symbols extracted from source text region.
    Requirements

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

    See Also