FndRTLGraphics.DrawString Method (String, Font, Brush, PointF) |
Draws the specified text string in the specified rectangle with the specified
System.Drawing.Brush and System.Drawing.Font objects.
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,
PointF point
)
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. - point
- Type: System.Drawing.PointF
System.Drawing.PointF structure that specifies the upper-left corner of the drawn text.
See Also