Adds the outline of a string to this path.
Namespace: RSGdiPlusGraphics
Delphi |
public |
Parameters
aRect
Type: TRectF
Rectangle that specifies, in world units, the bounding rectangle for the string.
Text
Type: String
String to trace
Font
Type: TRSGPFont
specifies the font for the string.
StringFormat
Type: TRSGPStringFormat
specifies layout information (alignment, trimming, tab stops, and the like) for the string
Type: TRSGPPath
The function returns the current path so that you can chain together commands, e.g., aPath.MoveTo(PointF(50,50)).LineTo(PointF(100,100).AddPolygon(Polygon1).AddEllipse(RectF(10,10,200,100)); |