'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 WpfGraphicsFigureView
public WpfGraphicsFigureView StartBuildTextLine(
System.String text,
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont textFont,
float textSize,
Vintasoft.Imaging.Pdf.Drawing.PdfBrush textBrush
)
public: WpfGraphicsFigureView* StartBuildTextLine(
System.String text,
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont* textFont,
float textSize,
Vintasoft.Imaging.Pdf.Drawing.PdfBrush* textBrush
)
public:
WpfGraphicsFigureView^ 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
WpfGraphicsFigureView графической фигуры.