Hide Comments
Hide Comments

TRSGPCanvas.TextOut(Integer,Integer,string) Method

Comments (0)

Writes a string on the canvas, starting at the point (X,Y), and then updates the PenPos to the end of the string.

Implements writing a string onto the canvas. The string will be written using the current font. Use the TextExtent method to determine the space occupied by text in the image. To write only the text that fits within a clipping rectangle, use TextRect instead.

After a call to TextOut, the PenPos property indicates the point at the top right of the text on the canvas.
 
 

Namespace: RSGdiPlusGraphics

expandingSyntax

Parameters

X

Type: Integer

Y

Type: Integer

Text

Type: string

expandingSee Also

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2016, Thomas G. Grubb