AvalonEdit
AnchorSegment Constructor (document, offset, length)
NamespacesICSharpCode.AvalonEdit.DocumentAnchorSegmentAnchorSegment(TextDocument, Int32, Int32)
Creates a new AnchorSegment that creates new anchors.
Declaration Syntax
C#Visual BasicVisual C++
public AnchorSegment(
	TextDocument document,
	int offset,
	int length
)
Public Sub New ( _
	document As TextDocument, _
	offset As Integer, _
	length As Integer _
)
public:
AnchorSegment(
	TextDocument^ document, 
	int offset, 
	int length
)
Parameters
document (TextDocument)
offset (Int32)
length (Int32)

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