'Declaration Protected Overridable Sub DrawText( _
ByVal graphicsThe graphics.As Vintasoft.Imaging.Pdf.Drawing.PdfGraphics, _
ByVal textRectThe bounding rectangle of text.As System.Drawing.RectangleF, _
ByVal textThe text to draw.As System.String, _
ByVal textFontSizeSize of the text font.As Single, _
ByVal textAlignmentThe text alignment.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
- The graphics.
- textRect
- The bounding rectangle of text.
- text
- The text to draw.
- textFontSize
- Size of the text font.
- textAlignment
- The text alignment.