M_Cyjb_Text_TextSpan_IntersectsWith_1 - CYJB/Cyjb GitHub Wiki
返回指定的位置是否与当前范围相交。相交指的位置在当前范围内或者位于结束位置。
Namespace: Cyjb.Text
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6
C#
public bool IntersectsWith(
int position
)
- position
- Type: System.Int32
要检查的位置。
Type: Boolean
如果指定的位置与当前范围相交,则为 true
;否则为 false
。