CharacterHit(Int32, Int32) Constructeur

Définition

Initialise une nouvelle instance de la structure CharacterHit.

public:
 CharacterHit(int firstCharacterIndex, int trailingLength);
public CharacterHit (int firstCharacterIndex, int trailingLength);
new System.Windows.Media.TextFormatting.CharacterHit : int * int -> System.Windows.Media.TextFormatting.CharacterHit
Public Sub New (firstCharacterIndex As Integer, trailingLength As Integer)

Paramètres

firstCharacterIndex
Int32

Index du premier caractère atteint.

trailingLength
Int32

Dans le cadre d'un bord de tête, cette valeur est égale à 0. Dans le cadre d'un bord de fin, cette valeur correspond au nombre de points de code décompté jusqu'à la prochaine position valable du signe insertion.

S’applique à