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