共用方式為


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 字元數。

適用於