AvalonEdit
SelectionSegment Constructor (startOffset, startVC, endOffset, endVC)
NamespacesICSharpCode.AvalonEdit.EditingSelectionSegmentSelectionSegment(Int32, Int32, Int32, Int32)
Creates a SelectionSegment from two offsets and visual columns.
Declaration Syntax
C#Visual BasicVisual C++
public SelectionSegment(
	int startOffset,
	int startVC,
	int endOffset,
	int endVC
)
Public Sub New ( _
	startOffset As Integer, _
	startVC As Integer, _
	endOffset As Integer, _
	endVC As Integer _
)
public:
SelectionSegment(
	int startOffset, 
	int startVC, 
	int endOffset, 
	int endVC
)
Parameters
startOffset (Int32)
startVC (Int32)
endOffset (Int32)
endVC (Int32)

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