TextSpan

TextSpan constructor

Create the TextSpan

public TextSpan(int start, int length)
ParameterTypeDescription
startInt32The start.
lengthInt32The length.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionThrow if arguments is out of range.

See Also