TextRunCache.Change(Int32, Int32, Int32) メソッド

定義

TextRun のテキスト コンテンツまたはテキストランのプロパティが追加、削除、または置換されると、テキスト エンジン クライアントに対してキャッシュの変更を通知します。

public:
 void Change(int textSourceCharacterIndex, int addition, int removal);
public void Change (int textSourceCharacterIndex, int addition, int removal);
member this.Change : int * int * int -> unit
Public Sub Change (textSourceCharacterIndex As Integer, addition As Integer, removal As Integer)

パラメーター

textSourceCharacterIndex
Int32

変更範囲の先頭の TextSource 文字インデックス位置を指定します。

addition
Int32

追加する TextSource 文字数を示します。

removal
Int32

削除する TextSource 文字数を示します。

適用対象