TextImageLine.End 属性

定义

行尾后面的第一个字符的位置(不包括换行符) (因此将处理换行符(缓冲区中的最后一行除外),在这种情况下,它会寻址超过缓冲区末尾的位置) 。

public:
 property int End { int get(); };
public int End { get; }
member this.End : int
Public ReadOnly Property End As Integer

属性值

Int32

适用于