Skip to content

Crow.Text.LineCollection

Jean-Philippe Bruyère edited this page Oct 26, 2021 · 1 revision

namespace: Crow.Text

Inheritance Hierarchy

  • LineCollection

Syntax

public class LineCollection

Constructors

prototype description
LineCollection (int capacity) __
LineCollection (TextLine[] _lines, int capacity=-1) __
LineCollection (string _text, int capacity=4) __

Properties

name description
Count __
IsEmpty __
IsReadOnly __
this[int index] __

Methods

prototype description
void Add(TextLine item) __
void Clear() __
bool Contains(TextLine item) __
void CopyTo(TextLine[] array, int arrayIndex) __
int GetAbsolutePosition(CharLocation loc) __
> GetEnumerator() __
CharLocation GetLocation(int absolutePosition) __
int IndexOf(TextLine item) __
void Insert(int index, TextLine item) __
bool Remove(TextLine item) __
void RemoveAt(int index) __
void RemoveAt(int index, int count) __
void Update(ReadOnlySpan< char > _text) __
void Update(TextChange change) __
void UpdateLineLengthInPixel(int index, int lengthInPixel) __

Events

name description
Clone this wiki locally