Creates a new VisualLineElement.
Declaration Syntax
protected VisualLineElement(
int visualLength,
int documentLength
)
Protected Sub New ( _
visualLength As Integer, _
documentLength As Integer _
)
protected:
VisualLineElement(
int visualLength,
int documentLength
)
Parameters
- visualLength (Int32)
- The length of the element in VisualLine coordinates. Must be positive.
- documentLength (Int32)
- The length of the element in the document. Must be non-negative.
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238