Hide Comments
Hide Comments

TRSGPCanvas.FillText(TRectF,string,TRSGPStringFormat,Single) Method

Comments (0)

Displays a text string on a specified rectangle area of the current canvas.

FillText draws a text string using the specified String format and the current font specified by the    Font property. The text is displayed in a specified rectangle area of the current canvas.

The StringFormat object specifies text layout information (such as alignment, orientation, tab stops, and clipping) and display manipulations (such as trimming, font substitution for characters that are not supported by the requested font, and digit substitution for languages that do not use Western European digits).
 

Namespace: RSGdiPlusGraphics

expandingSyntax

Parameters

ARect

Type: TRectF

Rectangle area where the text is displayed.
 

AText

Type: string

Text to display.
 

StringFormat

Type: TRSGPStringFormat

Text layout information

AOpacity

Type: Single

Transparency of the Fill color. AOpacity takes values between 0 and 1. If AOpacity is 1, the text is completely opaque; if it is 0, the text is completely transparent. The values over 1 are treated as 1, and the ones under 0 are treated as 0.
 

expandingSee Also

Comments (0)

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