GdiGraphicsDrawString Method (String, Font, Brush, Single, Single, StringFormat) |
Namespace:
Scilligence.MolEngine
Assembly:
Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntaxpublic void DrawString(
string s,
Font font,
Brush brush,
float x,
float y,
StringFormat format
)
Parameters
- s
- Type: SystemString
- font
- Type: System.DrawingFont
- brush
- Type: System.DrawingBrush
- x
- Type: SystemSingle
- y
- Type: SystemSingle
- format
- Type: System.DrawingStringFormat
Implements
IGraphicsDrawString(String, Font, Brush, Single, Single, StringFormat)
See Also