IBarGraphicsDrawString Method (String, Font, Brush, Rectangle, StringFormat) |
Draws the string.
Namespace:
Atalasoft.Barcoding.Writing
Assembly:
Atalasoft.dotImage.Barcoding.Writing (in Atalasoft.dotImage.Barcoding.Writing.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax void DrawString(
string text,
Font font,
Brush foreground,
Rectangle r,
StringFormat format
)
Sub DrawString (
text As String,
font As Font,
foreground As Brush,
r As Rectangle,
format As StringFormat
)
Parameters
- text
- Type: SystemString
The text to draw. - font
- Type: System.DrawingFont
The font to use to draw the text. - foreground
- Type: System.DrawingBrush
The brush to draw the text with. - r
- Type: System.DrawingRectangle
The rectangle to write the text in. - format
- Type: System.DrawingStringFormat
The format to use to draw the text.
See Also