'Declaration Public Overloads Sub AddString( _
ByVal graphicsPathThe graphics path.As IGraphicsPath, _
ByVal textA string to add.As System.String, _
ByVal pointThe upper-left corner of the adding text.As System.Drawing.PointF _
)
public void AddString(
IGraphicsPath graphicsPath,
System.String text,
System.Drawing.PointF point
)
public: void AddString(
IGraphicsPath* graphicsPath,
System.String text,
System.Drawing.PointF point
)
public:
void AddString(
IGraphicsPath^ graphicsPath,
System.String text,
System.Drawing.PointF point
)
Parameters
- graphicsPath
- The graphics path.
- text
- A string to add.
- point
- The upper-left corner of the adding text.