TcxCanvas.TextOut(Integer,Integer,string) Method
In This Article
Draws a text string at the specified position on the canvas.
#Declaration
#Parameters
Name | Type |
---|---|
X | Integer |
Y | Integer |
Text | string |
#Remarks
Call this procedure and pass a string as the Text parameter to draw the string starting at the point whose coordinates are passed as the X and Y parameters. The TextOut procedure uses the Font settings to draw text. To identify the resulting string’s dimensions, you can call the TextExtent function.
Note
A Text
See Also