'Declaration Protected Overrides Sub AddStringCore( _
ByVal graphicsPathГрафический путь.As Vintasoft.Imaging.Drawing.IGraphicsPath, _
ByVal textСтрока для рисования.As System.String, _
ByVal pointВерхний левый угол добавляемого текста.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
- Графический путь.
- text
- Строка для рисования.
- point
- Верхний левый угол добавляемого текста.