'Declaration Public Overloads Sub DrawString( _
ByVal sString to draw.As System.String, _
ByVal fontIDrawingFont that defines the string.As Vintasoft.Imaging.Drawing.IDrawingFont, _
ByVal penPdfPen to draw the text.As PdfPen, _
ByVal rectSystem.Drawing.RectangleF structure that specifies the location of the drawn text.As System.Drawing.RectangleF, _
ByVal textLayoutPropertiesThe text layout properties.As Vintasoft.Imaging.Drawing.TextLayoutProperties _
)
public void DrawString(
System.String s,
Vintasoft.Imaging.Drawing.IDrawingFont font,
PdfPen pen,
System.Drawing.RectangleF rect,
Vintasoft.Imaging.Drawing.TextLayoutProperties textLayoutProperties
)
public: void DrawString(
System.String s,
Vintasoft.Imaging.Drawing.IDrawingFont* font,
PdfPen* pen,
System.Drawing.RectangleF* rect,
Vintasoft.Imaging.Drawing.TextLayoutProperties* textLayoutProperties
)
public:
void DrawString(
System.String s,
Vintasoft.Imaging.Drawing.IDrawingFont^ font,
PdfPen^ pen,
System.Drawing.RectangleF^ rect,
Vintasoft.Imaging.Drawing.TextLayoutProperties^ textLayoutProperties
)
Parameters
- s
- String to draw.
- font
- IDrawingFont that defines the string.
- pen
- PdfPen to draw the text.
- rect
- System.Drawing.RectangleF structure that specifies the location of the drawn text.
- textLayoutProperties
- The text layout properties.