'Declaration Public Overloads Overridable Sub AddString( _
ByVal graphicsPathThe graphics path.As IGraphicsPath, _
ByVal textThe text to draw.As DrawingString, _
ByVal pointThe upper-left corner of the adding text.As System.Drawing.PointF _
)
public virtual void AddString(
IGraphicsPath graphicsPath,
DrawingString text,
System.Drawing.PointF point
)
public: virtual void AddString(
IGraphicsPath* graphicsPath,
DrawingString* text,
System.Drawing.PointF point
)
public:
virtual void AddString(
IGraphicsPath^ graphicsPath,
DrawingString^ text,
System.Drawing.PointF point
)
Parameters
- graphicsPath
- The graphics path.
- text
- The text to draw.
- point
- The upper-left corner of the adding text.