[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Writes Text string within a specified rectangle, according to predefined Style
Source position: line 0
public procedure TCanvas.TextRect( |
const ARect: TRect; |
X: Integer; |
Y: Integer; |
const Text: String |
); |
ARect: TRect; |
X: Integer; |
Y: Integer; |
const Text: String; |
const Style: TTextStyle |
); virtual; |
Writes Text string within a specified rectangle, according to predefined Style
The boundaries of the rectangle are specified in ARect
X, Y specify the starting point for writing the Text within the rectangle
TextStyle determines whether the text is justified, centered, word-wrapped etc. If the Style argument is omitted, defaults are assumed
lazarus-ccr.sourceforge.net |