Writes a string inside a clipping rectangle.
Use TextRect to write a string within a limited rectangular region. Any portions of the string that fall outside the rectangle passed in the Rect parameter are clipped and don't appear. The upper left corner of the text is placed at the point (X, Y).
Namespace: FMX.RS.CanvasHelper
Delphi |
public |
Parameters
Rect
Type: TRect
X
Type: Integer
Y
Type: Integer
Text
Type: string