C# Class WinRTXamlToolkit.Controls.Extensions.TextBlockExtensions

Contains extension methods for TextBlock.
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit

Méthodes publiques

Méthode Description
GetCharacterRect ( this tb, int characterIndex ) : Rect

Gets the rectangle boundaries of a character in a TextBlock.

Method Details

GetCharacterRect() public static méthode

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.
Résultat Windows.Foundation.Rect