'Declaration Public Shared Function ExtractIntersectedRegion( _
ByVal sourceTextRegionThe source text region.As TextRegion, _
ByVal regionRectsThe region rectangles.() As System.Drawing.RectangleF _
) As TextRegion
public static TextRegion ExtractIntersectedRegion(
TextRegion sourceTextRegion,
System.Drawing.RectangleF[] regionRects
)
public: static TextRegion* ExtractIntersectedRegion(
TextRegion* sourceTextRegion,
System.Drawing.RectangleF*[]* regionRects
)
public:
static TextRegion^ ExtractIntersectedRegion(
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.