'Declaration Protected Overridable Sub DrawText( _
ByVal graphicsГрафика.As Vintasoft.Imaging.Pdf.Drawing.PdfGraphics, _
ByVal textRectОграничивающий прямоугольник текста.As System.Drawing.RectangleF, _
ByVal textТекст для рисования.As System.String, _
ByVal textFontSizeРазмер шрифта текста.As Single, _
ByVal textAlignmentВыравнивание текста.As Vintasoft.Imaging.Pdf.Drawing.PdfContentAlignment _
)
protected virtual void DrawText(
Vintasoft.Imaging.Pdf.Drawing.PdfGraphics graphics,
System.Drawing.RectangleF textRect,
System.String text,
float textFontSize,
Vintasoft.Imaging.Pdf.Drawing.PdfContentAlignment textAlignment
)
protected: virtual void DrawText(
Vintasoft.Imaging.Pdf.Drawing.PdfGraphics* graphics,
System.Drawing.RectangleF* textRect,
System.String text,
float textFontSize,
Vintasoft.Imaging.Pdf.Drawing.PdfContentAlignment textAlignment
)
protected:
virtual void DrawText(
Vintasoft.Imaging.Pdf.Drawing.PdfGraphics^ graphics,
System.Drawing.RectangleF^ textRect,
System.String text,
float textFontSize,
Vintasoft.Imaging.Pdf.Drawing.PdfContentAlignment textAlignment
)
Parameters
- graphics
- Графика.
- textRect
- Ограничивающий прямоугольник текста.
- text
- Текст для рисования.
- textFontSize
- Размер шрифта текста.
- textAlignment
- Выравнивание текста.