TextLine.GetCharacterHitFromDistance(Double) 方法

定义

获取与从行开头算起的指定距离相对应的字符命中。

public:
 abstract System::Windows::Media::TextFormatting::CharacterHit GetCharacterHitFromDistance(double distance);
public abstract System.Windows.Media.TextFormatting.CharacterHit GetCharacterHitFromDistance (double distance);
abstract member GetCharacterHitFromDistance : double -> System.Windows.Media.TextFormatting.CharacterHit
Public MustOverride Function GetCharacterHitFromDistance (distance As Double) As CharacterHit

参数

distance
Double

一个 Double 值,表示从行开头算起的距离。

返回

从行开头算起的指定 distance 处的 CharacterHit 对象。

注解

文本流方向确定距离的测量方式。

适用于