FndRTLGraphics.DrawString Method (String, Font, Brush, RectangleF, StringFormat) |
Draws the specified text string in the specified rectangle with the specified
System.Drawing.Brush and System.Drawing.Font objects using the formatting
attributes of the specified System.Drawing.StringFormat.
Namespace:
Ifs.Fnd.Core
Assembly:
Ifs.Fnd.Core (in Ifs.Fnd.Core.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntaxpublic void DrawString(
string s,
Font font,
Brush brush,
RectangleF layoutRectangle,
StringFormat format
)
Parameters
- s
- Type: System.String
String to draw. - font
- Type: System.Drawing.Font
System.Drawing.Font that defines the text format of the string. - brush
- Type: System.Drawing.Brush
System.Drawing.Brush that determines the color and texture of the drawn text. - layoutRectangle
- Type: System.Drawing.RectangleF
System.Drawing.RectangleF structure that specifies the location of the drawn text. - format
- Type: System.Drawing.StringFormat
System.Drawing.StringFormat that specifies formatting attributes, such as
line spacing and alignment, that are applied to the drawn text.
See Also