| Visual Basic (Declaration) | |
|---|---|
Sub DrawStringWithDelayedContent( _ ByVal font As FontEx, _ ByVal brush As BrushEx, _ ByVal layoutRectange As RectangleFEx, _ ByVal format As StringFormatEx, _ ByVal textBox As ITextBox _ ) | |
| C# | |
|---|---|
void DrawStringWithDelayedContent( FontEx font, BrushEx brush, RectangleFEx layoutRectange, StringFormatEx format, ITextBox textBox ) | |
Parameters
- font
- brush
- layoutRectange
- format
- textBox