Public Properties
Returns a new SnapshotPoint with its position incremented by an offset. Syntax Parameters offset The amount to add to the position Return Value A new SnapshotPoint with its position incremented by the offset.
Returns the position difference between this point and another. Syntax Parameters other The other point Return Value the difference between the 2 points.
Compares the specified object to this object to see if they are equivalent. Syntax Parameters obj The object to compare Return Value True if the objects are equal; otherwise false
Determines if a structure is equatable to this one. Syntax Parameters other The other structure Return Value Returns true if the structures are equatable, otherwise false
Compares the specified object to this object to see if they are equivalent. Overload List
Returns a SnapshotPoint that represents the specified Infragistics.Documents.Parsing.TextLocation in the specified TextDocumentSnapshot Syntax Parameters textLocation The Infragistics.Documents.Parsing.TextLocation.associatedSnapshot The TextDocumentSnapshot associated with the specified textLocation Return Value ...
Returns the character at this position Syntax Return Value The char
Returns the line containing this point Syntax Return Value The line containing the point.
Returns the hash code of the structure. Syntax Return Value A hash code for this instance