'Declaration Protected MustOverride Sub AddStringCore( _
ByVal graphicsPathГрафический путь.As IGraphicsPath, _
ByVal textСтрока для рисования.As System.String, _
ByVal pointВерхний левый угол добавляемого текста.As System.Drawing.PointF _
)
protected abstract void AddStringCore(
IGraphicsPath graphicsPath,
System.String text,
System.Drawing.PointF point
)
protected: abstract void AddStringCore(
IGraphicsPath* graphicsPath,
System.String text,
System.Drawing.PointF point
)
protected:
abstract void AddStringCore(
IGraphicsPath^ graphicsPath,
System.String text,
System.Drawing.PointF point
)
Parameters
- graphicsPath
- Графический путь.
- text
- Строка для рисования.
- point
- Верхний левый угол добавляемого текста.