Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSVML > RSGdiPlusGraphics > Classes > TRSGPCanvas > Methods

TRSGPCanvas.TextOut(Integer,Integer,string) Method

Scroll Prev Top Next More

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

Parameters

X

Type: Integer

Y

Type: Integer

Text

Type: string

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb