Draws the specified text string at the location rectangle with the specified Fill and Font objects at specified angle.
Namespace:
PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
C# |
---|
public abstract void DrawText( string str, Font font, Fill fill, Vector centerPoint, double angle ) |
Visual Basic (Declaration) |
---|
Public MustOverride Sub DrawText ( _ str As String, _ font As Font, _ fill As Fill, _ centerPoint As Vector, _ angle As Double _ ) |
Visual C++ |
---|
public: virtual void DrawText( String^ str, Font^ font, Fill^ fill, Vector centerPoint, double angle ) abstract |
Parameters
- str
- Type: System..::.String
- font
- Type: System.Drawing..::.Font
- fill
- Type: PerpetuumSoft.Framework.Drawing..::.Fill
- centerPoint
- Type: PerpetuumSoft.Framework.Drawing..::.Vector
- angle
- Type: System..::.Double