Method | Description | |
---|---|---|
GetColumnForTextPointer ( this rtb, |
||
GetLineForTextPointer ( this rtb, |
||
GetTextPointerForPosition ( this rtb, int>.Tuple |
||
GetTextPointerForPosition ( this rtb, int line, int column ) : |
public static GetColumnForTextPointer ( this rtb, |
||
rtb | this | |
tp | ||
return | int |
public static GetLineForTextPointer ( this rtb, |
||
rtb | this | |
tp | ||
return | int |
public static GetTextPointerForPosition ( this rtb, int>.Tuple |
||
rtb | this | |
position | int>.Tuple | |
return |
public static GetTextPointerForPosition ( this rtb, int line, int column ) : |
||
rtb | this | |
line | int | |
column | int | |
return |