TextRegionLineSymbolPredicate Delegate
Represents the method that defines a set of criteria and determines whether the specified parameters meet those criteria.
'Declaration
Public Delegate Sub TextRegionLineSymbolPredicate( _
ByVal () As TextRegionSymbol, _
ByVal As System.Int32 _
)
Parameters
- lineSymbols
- An array, which contains the symbols of text region line.
- symbolIndex
- The zero-based index, in lineSymbols, of symbol, which must be tested.
Return Value
True if symbol meets the criteria defined within the method represented by this delegate; otherwise, false.
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