'Declaration Public Function StartBuildTextLine( _
ByVal textТекст для рисования.As System.String, _
ByVal textFontШрифт текста.As Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont, _
ByVal textSizeРазмер текста.As Single, _
ByVal textBrushТекстовая кисть.As Vintasoft.Imaging.Pdf.Drawing.PdfBrush _
) As GraphicsFigureView
public GraphicsFigureView StartBuildTextLine(
System.String text,
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont textFont,
float textSize,
Vintasoft.Imaging.Pdf.Drawing.PdfBrush textBrush
)
public: GraphicsFigureView* StartBuildTextLine(
System.String text,
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont* textFont,
float textSize,
Vintasoft.Imaging.Pdf.Drawing.PdfBrush* textBrush
)
public:
GraphicsFigureView^ StartBuildTextLine(
System.String text,
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont^ textFont,
float textSize,
Vintasoft.Imaging.Pdf.Drawing.PdfBrush^ textBrush
)
Parameters
- text
- Текст для рисования.
- textFont
- Шрифт текста.
- textSize
- Размер текста.
- textBrush
- Текстовая кисть.
Return Value
GraphicsFigureView графической фигуры.