VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / TextRegion Class / ExtractIntersectedRegion(TextRegion,RectangleF[]) Method
Syntax Requirements SeeAlso
In This Topic
ExtractIntersectedRegion(TextRegion,RectangleF[]) Method (TextRegion)
In This Topic
Extracts the text region that contains symbols, which are intersected with region that specifies set of rectangles.
Syntax
'Declaration

Public Shared Function ExtractIntersectedRegion( _
ByVal sourceTextRegion
The source text region.
As TextRegion, _
ByVal regionRects
The region rectangles.
() As System.Drawing.RectangleF _
) As TextRegion
public static TextRegion ExtractIntersectedRegion(
TextRegion sourceTextRegion,
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 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