ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Barcode Namespace / IDrawingDevice Interface / DrawString Method
The text to draw.///
The rectangle that bounds the text.///

In This Topic
DrawString Method (IDrawingDevice)
In This Topic
Draws the specified text at the specified location using the specified device context, font, and color.
Syntax
'Declaration
 
Sub DrawString( _
   ByVal text As String, _
   ByVal bounds As RectangleF _
) 
 

Parameters

text
The text to draw.///
bounds
The rectangle that bounds the text.///
See Also