DrawString(TextBlock,Rect) Method
In This Topic
Draws a string into the specified
Windows.Foundation.Rect.
Syntax
'Declaration
Public Overloads Sub DrawString( _
ByVal As TextBlock, _
ByVal As Rect _
)
public void DrawString(
TextBlock ,
Rect
)
Parameters
- tb
- Windows.UI.Xaml.Controls.TextBlock that contains the text and formatting options.
- rc
- Windows.Foundation.Rect that specifies the size and position of the text, in points.
See Also