TextRunCache.Change(Int32, Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在加入、移除或取代 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 字元數。