Writes a string inside a clipping rectangle.
Implements writing 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 do not appear. The upper-left corner of the text is placed at the point (X, Y).
Namespace: RSGdiPlusGraphics
Delphi |
public |
Parameters
Rect
Type: TRect
X
Type: Integer
Y
Type: Integer
Text
Type: string