AvalonEdit
SelectionSegment Class
NamespacesICSharpCode.AvalonEdit.EditingSelectionSegment
Represents a selected segment.
Declaration Syntax
C#Visual BasicVisual C++
public class SelectionSegment : ISegment
Public Class SelectionSegment _
	Implements ISegment
public ref class SelectionSegment : ISegment
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
SelectionSegment(Int32, Int32)
Creates a SelectionSegment from two offsets.

SelectionSegment(Int32, Int32, Int32, Int32)
Creates a SelectionSegment from two offsets and visual columns.

Contains(ISegment, Int32, Int32)
Gets whether segment fully contains the specified segment.
(Inherited from ISegmentExtensions.)
Contains(ISegment, ISegment)
Gets whether thisSegment fully contains the specified segment.
(Inherited from ISegmentExtensions.)
EndOffset
Gets the end offset.

EndVisualColumn
Gets the end visual column.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Length
Gets the length of the segment.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
StartOffset
Gets the start offset.

StartVisualColumn
Gets the start visual column.

ToString()()()()
Returns a String that represents the current Object.
(Overrides Object.ToString()()()().)
Inheritance Hierarchy
Object
SelectionSegment

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238