CADability dotNET Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public void DisplayTextW2D( string text, Font font, SolidBrush brush, ModOp2D tow2d ) |
| Visual Basic |
|---|
Public Sub DisplayTextW2D ( _ text As String, _ font As Font, _ brush As SolidBrush, _ tow2d As ModOp2D _ ) |
| Visual C++ |
|---|
public: void DisplayTextW2D( String^ text, Font^ font, SolidBrush^ brush, ModOp2D tow2d ) |
Parameters
- text
- Type: System..::..String
- font
- Type: System.Drawing..::..Font
- brush
- Type: System.Drawing..::..SolidBrush
- tow2d
- Type: CADability..::..ModOp2D