Draws the Text.
Namespace:
PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public virtual void DrawText( string str, FontDescriptor fontDescriptor, Fill fill, Vector centerPoint, double angle, Vector textSize ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Sub DrawText ( _ str As String, _ fontDescriptor As FontDescriptor, _ fill As Fill, _ centerPoint As Vector, _ angle As Double, _ textSize As Vector _ ) |
| Visual C++ |
|---|
public: virtual void DrawText( String^ str, FontDescriptor^ fontDescriptor, Fill^ fill, Vector centerPoint, double angle, Vector textSize ) |
Parameters
- str
- Type: System..::.String
- fontDescriptor
- Type: PerpetuumSoft.Framework.Drawing..::.FontDescriptor
- fill
- Type: PerpetuumSoft.Framework.Drawing..::.Fill
- centerPoint
- Type: PerpetuumSoft.Framework.Drawing..::.Vector
- angle
- Type: System..::.Double
- textSize
- Type: PerpetuumSoft.Framework.Drawing..::.Vector