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 나타냅니다.

적용 대상