'Declaration Public Function StartBuildTextLine( _
ByVal textText to draw.As System.String, _
ByVal textFontText font.As Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont, _
ByVal textSizeText size.As Single, _
ByVal textBrushText brush.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
- Text to draw.
- textFont
- Text font.
- textSize
- Text size.
- textBrush
- Text brush.
Return Value
The GraphicsFigureView of graphics figure.