A selection of text within a string.
Hierarchy
System.Object
    System.ValueType
        WebSupergoo.ImageGlue8.CharacterRange
Notes

This class is sealed. It cannot be derived from.

Methods
Method Description
CharacterRange Constructs a CharacterRange given an index and a length.
Equals Determines whether the specified object is a CharacterRange, value identical to this one.
GetHashCode Obtains a hash code for the StringFormat.
Operators
Operator Description
Equality Determines if two CharacterRanges refer to the same part of the text.
Inequality Determines if two CharacterRanges do not refer to the same part of the text.
Properties
Property Description
First The zero based index at which the first character in the range is located.
Length The number of characters in the range.
Example

None.