IBarGraphicsDrawString Method (String, Font, Brush, RectangleF, StringFormat) |
Draws a 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 f,
Brush b,
RectangleF rf,
StringFormat fmt
)
Sub DrawString (
text As String,
f As Font,
b As Brush,
rf As RectangleF,
fmt As StringFormat
)
Parameters
- text
- Type: SystemString
The text to draw. - f
- Type: System.DrawingFont
The font to use. - b
- Type: System.DrawingBrush
The brush to use to draw the text. - rf
- Type: System.DrawingRectangleF
The rectangle to contain the text. - fmt
- Type: System.DrawingStringFormat
The StringFormat.
See Also