LayoutFarm.TextBreak.WordSpan.WordSpan C# (CSharp) Method

WordSpan() public method

public WordSpan ( int startAt, byte len ) : System
startAt int
len byte
return System
        public WordSpan(int startAt, byte len)
        {
            this.startAt = startAt;
            this.len = len;
        }
        public char GetChar(int index, TextBuffer textBuffer)