Adds the outline of a string to this path.
Namespace: RSGdiPlusGraphics
Parameters
Pt
Type: TPointF
Specifies, in world units, the location of 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
Return Value
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));
|
Reference
•RSGdiPlusGraphics.TRSGPPath.AddArc(Single,Single,Single,Single,Single,Single) •RSGdiPlusGraphics.TRSGPPath.AddPie(Single,Single,Single,Single,Single,Single) •RSGdiPlusGraphics.TRSGPPath.AddEllipse(TRectF) •RSGdiPlusGraphics.TRSGPPath.AddRectangle(TRectF,Single,Single,TRSCorners,TRSCornerType) •RSGdiPlusGraphics.TRSGPPath.Points[Integer] •RSGdiPlusGraphics.TRSGPPath.AddBezier(TPointF,TPointF,TPointF,TPointF) •RSGdiPlusGraphics.TRSGPPath.AddLine(TPointF,TPointF) •RSGdiPlusGraphics.TRSGPPath.AddPolygon(TPointF[]) •RSGdiPlusGraphics.TRSGPPath.AddText(TPointF,String,TRSGPFont,TRSGPStringFormat) •RSGdiPlusGraphics.TRSGPPath.AddPath(TRSGPPath) •TRSGPPath •RSGdiPlusGraphics |