Version

SnapshotPoint Structure Methods

For a list of all members of this type, see SnapshotPoint members.

Public Methods
 NameDescription
Public MethodAddReturns a new SnapshotPoint with its position incremented by an offset.  
Public MethodDifferenceReturns the position difference between this point and another.  
Public MethodEqualsOverloaded. Compares the specified object to this object to see if they are equivalent.  
Public Methodstatic (Shared in Visual Basic)FromTextLocationReturns a SnapshotPoint that represents the specified Infragistics.Documents.Parsing.TextLocation in the specified TextDocumentSnapshot  
Public MethodGetCharReturns the character at this position  
Public MethodGetContainingLineReturns the line containing this point  
Public MethodGetHashCodeReturns the hash code of the structure.  
Public MethodGetTextLocationReturns a Infragistics.Documents.Parsing.TextLocation that corresponds to the SnapshotPoint's Position within the current Snapshot.  
Public MethodSubtractReturns a new SnapshotPoint with its position decremented by an offset.  
Public MethodToStringReturns the string representation of this object.  
Public MethodTranslateToTranslates the point from one snapshot to another.  
See Also