TextRunCache.Change(Int32, Int32, Int32) Método

Definição

Notifica o cliente do motor de texto uma alteração na cache quando o conteúdo do texto ou as propriedades da corrida de TextRun texto são adicionadas, removidas ou substituídas.

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)

Parâmetros

textSourceCharacterIndex
Int32

Especifica a posição do TextSource índice de caracteres no início da alteração.

addition
Int32

Indica o número de TextSource caracteres a adicionar.

removal
Int32

Indica o número de TextSource caracteres a remover.

Aplica-se a