Version

Search Results

GetTextLocation Method

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.

Addition Operator

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

Equality Operator (SnapshotPoint)

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

Greater Than Operator (SnapshotPoint)

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

Implicit Type Conversion Operator (SnapshotPoint)

Implicitly converts the SnapshotPoint to an int representing its position. Syntax Parameters point The point Return Value The points position

Inequality Operator (SnapshotPoint)

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

Less Than Operator (SnapshotPoint)

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

Subtraction(SnapshotPoint,Int32) Operator

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

Subtraction(SnapshotPoint,SnapshotPoint) Operator

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.

Subtraction Operator

Subtracts an offset from a position. Overload List