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