ComponentOne Word for UWP
DrawString(TextBlock,Rect,Boolean) Method

C1.UWP.Word Assembly > C1.Xaml.Word Namespace > C1WordDocument Class > DrawString Method : DrawString(TextBlock,Rect,Boolean) Method
Windows.UI.Xaml.Controls.TextBlock that contains the text and formatting options.
A rectangle that specifies the size and position of the text, in points.
Is overlapping or no exist TextBox object.
Draws a string into the specified rectangle.
Syntax
'Declaration
 
Public Overloads Sub DrawString( _
   ByVal tb As Windows.UI.Xaml.Controls.TextBlock, _
   ByVal rc As Windows.Foundation.Rect, _
   Optional ByVal overlapping As System.Boolean _
) 
public void DrawString( 
   Windows.UI.Xaml.Controls.TextBlock tb,
   Windows.Foundation.Rect rc,
   System.bool overlapping
)

Parameters

tb
Windows.UI.Xaml.Controls.TextBlock that contains the text and formatting options.
rc
A rectangle that specifies the size and position of the text, in points.
overlapping
Is overlapping or no exist TextBox object.
See Also

Reference

C1WordDocument Class
C1WordDocument Members
Overload List