'Declaration Protected Overrides Sub AddStringCore( _
ByVal graphicsPathThe graphics path.As Vintasoft.Imaging.Drawing.IGraphicsPath, _
ByVal textA string to draw.As System.String, _
ByVal pointThe upper-left corner of the adding text.As System.Drawing.PointF _
)
protected override void AddStringCore(
Vintasoft.Imaging.Drawing.IGraphicsPath graphicsPath,
System.String text,
System.Drawing.PointF point
)
protected: void AddStringCore(
Vintasoft.Imaging.Drawing.IGraphicsPath* graphicsPath,
System.String text,
System.Drawing.PointF point
); override
protected:
void AddStringCore(
Vintasoft.Imaging.Drawing.IGraphicsPath^ graphicsPath,
System.String text,
System.Drawing.PointF point
); override
Parameters
- graphicsPath
- The graphics path.
- text
- A string to draw.
- point
- The upper-left corner of the adding text.