C# Класс WinRTXamlToolkit.Controls.Extensions.TextBlockExtensions

Contains extension methods for TextBlock.
Показать файл Открыть проект

Открытые методы

Метод Описание
GetCharacterRect ( this tb, int characterIndex ) : Rect

Gets the rectangle boundaries of a character in a TextBlock.

Описание методов

GetCharacterRect() публичный статический Метод

Gets the rectangle boundaries of a character in a TextBlock.
public static GetCharacterRect ( this tb, int characterIndex ) : Rect
tb this The TextBlock.
characterIndex int Index of the character.
Результат Windows.Foundation.Rect