TextLine.GetCharacterHitFromDistance(Double) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得字元點擊,此字元點擊對應於與行開頭的指定距離。
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
參數
傳回
CharacterHit 物件,這個物件位於與行開頭的指定 distance
。
備註
文字流程方向會決定測量距離的方式。