Draws a string into the specified Rect.
Namespace:
C1.Silverlight.PdfAssembly: C1.Silverlight.Pdf (in C1.Silverlight.Pdf.dll)
Syntax
C# |
---|
public void DrawString( TextBlock tb, Rect rc ) |
Visual Basic |
---|
Public Sub DrawString ( _ tb As TextBlock, _ rc As Rect _ ) |
Parameters
- tb
- Type: System.Windows.Controls..::..TextBlock
TextBlock that contains the text and formatting options.
- rc
- Type: System.Windows..::..Rect
Rect that specifies the size and position of the text, in points.