'Declaration Public Function StartBuildTextBox( _
ByVal penPen for drawing the rectangle.As Vintasoft.Imaging.Pdf.Drawing.PdfPen, _
ByVal brushBrush for filling the rectangle.As Vintasoft.Imaging.Pdf.Drawing.PdfBrush, _
ByVal fontText font.As Vintasoft.Imaging.Pdf.Drawing.PdfBrush, _
ByVal fontSizeText font size.As System.String, _
ByVal textText.As Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont, _
ByVal textBrushText brush.As Single _
) As GraphicsFigureView
public GraphicsFigureView StartBuildTextBox(
Vintasoft.Imaging.Pdf.Drawing.PdfPen pen,
Vintasoft.Imaging.Pdf.Drawing.PdfBrush brush,
Vintasoft.Imaging.Pdf.Drawing.PdfBrush font,
System.String fontSize,
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont text,
float textBrush
)
public: GraphicsFigureView* StartBuildTextBox(
Vintasoft.Imaging.Pdf.Drawing.PdfPen* pen,
Vintasoft.Imaging.Pdf.Drawing.PdfBrush* brush,
Vintasoft.Imaging.Pdf.Drawing.PdfBrush* font,
System.String fontSize,
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont* text,
float textBrush
)
public:
GraphicsFigureView^ StartBuildTextBox(
Vintasoft.Imaging.Pdf.Drawing.PdfPen^ pen,
Vintasoft.Imaging.Pdf.Drawing.PdfBrush^ brush,
Vintasoft.Imaging.Pdf.Drawing.PdfBrush^ font,
System.String fontSize,
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont^ text,
float textBrush
)
Parameters
- pen
- Pen for drawing the rectangle.
- brush
- Brush for filling the rectangle.
- font
- Text font.
- fontSize
- Text font size.
- text
- Text.
- textBrush
- Text brush.
Return Value
The GraphicsFigureView of graphics figure.