TextExtent Struct 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the extent of a word.
public value class TextExtentstruct TextExtentpublic struct TextExtenttype TextExtent = structPublic Structure TextExtent- Inheritance
- 
				TextExtent
Constructors
| TextExtent(SnapshotSpan, Boolean) | Initializes a new instance of TextExtent. | 
| TextExtent(TextExtent) | Initializes a new instance of a TextExtent from the specified TextExtent. | 
Properties
| IsSignificant | Determines whether the extent is significant.   | 
| Span | Gets the SnapshotSpan. | 
Methods
| Equals(Object) | Determines whether two TextExtent objects are the same. | 
| GetHashCode() | Gets the hash code of the object. | 
Operators
| Equality(TextExtent, TextExtent) | Determines whether two TextExtent objects are the same. | 
| Inequality(TextExtent, TextExtent) | Determines whether two TextExtent objects are different. |