|
Description
|
Draws a text line on the control.
|
|
Syntax
|
[form.]DXFReader.DrawText (Text As String, X1 As Single, Y1 As Single, [Color As Long])
|
|
Remarks
|
This method adds a text line to the drawing without modifing the drawing database.
The font properties are setted by the Font object.
The parameters for the DrawText method are described below:
| Text | The text string | | X1 | X coordinate, in drawing's units, of the text | | Y1 | Y coordinate, in drawing's units, of the text | | Color | (Optional) A long integer value indicating the RGB color used to draw the text. If omitted, the ForeColor property setting is used (Default value = 0) |
|