Returns a Infragistics.Documents.Parsing.TextLocation that corresponds to the SnapshotPoints Position within the current Snapshot. Syntax Return Value A Infragistics.Documents.Parsing.TextLocation that corresponds to the SnapshotPoints Position within the current Snapshot.
Adds an offset to a position. Syntax Parameters point The starting pointoffset The amount to increment Return Value A new SnapshotPoint with the resulting position
Compares the values of two SnapshotPoint structures for equality Syntax Parameters point1 The first structurepoint2 The other structure Return Value true if the two instances are equal; otherwise false
Compares the relative values of two SnapshotPoint structures Syntax Parameters point The first structureother The other structure Return Value true if the point is greater than other
Implicitly converts the SnapshotPoint to an int representing its position. Syntax Parameters point The point Return Value The points position
Compares the values of two SnapshotPoint structures for inequality Syntax Parameters point1 The first structurepoint2 The other structure Return Value true if the two instances are not equal; otherwise false
Compares the relative values of two SnapshotPoint structures Syntax Parameters point The first structureother The other structure Return Value true if the point is less than other
Subtracts an offset from a position. Syntax Parameters point The starting pointoffset The amount to decrement Return Value A new SnapshotPoint with the resulting position
Computes the difference (delta) between two SnapshotPoint structures. Syntax Parameters point The first structureother The other structure Return Value The difference between the 2 points. Exceptions Exception Description System.ArgumentException If the snapshots dont match.
Subtracts an offset from a position. Overload List