Version

Search Results

Add Method (SnapshotPoint)

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.

Difference Method

Returns the position difference between this point and another. Syntax Parameters other The other point Return Value the difference between the 2 points.

Equals(Object) Method

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

Equals(SnapshotPoint) Method

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

Equals Method (SnapshotPoint)

Compares the specified object to this object to see if they are equivalent. Overload List

FromTextLocation Method

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 ...

GetChar Method

Returns the character at this position Syntax Return Value The char

GetContainingLine Method

Returns the line containing this point Syntax Return Value The line containing the point.

GetHashCode Method (SnapshotPoint)

Returns the hash code of the structure. Syntax Return Value A hash code for this instance