Draws the specified text string.
Namespace:
PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
C# |
---|
public void DrawText( string str, Font font, Color color, VectorRectangle layoutRect, ContentAlignment align ) |
Visual Basic (Declaration) |
---|
Public Sub DrawText ( _ str As String, _ font As Font, _ color As Color, _ layoutRect As VectorRectangle, _ align As ContentAlignment _ ) |
Visual C++ |
---|
public: void DrawText( String^ str, Font^ font, Color color, VectorRectangle layoutRect, ContentAlignment align ) |
Parameters
- str
- Type: System..::.String
- font
- Type: System.Drawing..::.Font
- color
- Type: System.Drawing..::.Color
- layoutRect
- Type: PerpetuumSoft.Framework.Drawing..::.VectorRectangle
- align
- Type: System.Drawing..::.ContentAlignment