'Declaration Public Function New( _
ByVal sourceRegionThe source text region.As TextRegion, _
ByVal symbolIndexThe first index of symbol, in source region, which should be added to new text region.As System.Int32, _
ByVal symbolCountThe count of symbols that should be added to new text region.As System.Int32 _
)
public TextRegion(
TextRegion sourceRegion,
System.Int32 symbolIndex,
System.Int32 symbolCount
)
public: TextRegion(
TextRegion* sourceRegion,
System.Int32 symbolIndex,
System.Int32 symbolCount
)
public:
TextRegion(
TextRegion^ sourceRegion,
System.Int32 symbolIndex,
System.Int32 symbolCount
)
Parameters
- sourceRegion
- The source text region.
- symbolIndex
- The first index of symbol, in source region, which should be added to new text region.
- symbolCount
- The count of symbols that should be added to new text region.