'Declaration Public Overloads Sub DrawString( _
ByVal sString to draw.As System.String, _
ByVal fontIDrawingFont that defines the string.As Vintasoft.Imaging.Drawing.IDrawingFont, _
ByVal brushPdfBrush that determines the color and texture of the drawn text.As PdfBrush, _
ByVal locationSystem.Drawing.PointF structure that specifies the text location.As System.Drawing.PointF, _
ByVal textLayoutPropertiesThe text layout properties.As Vintasoft.Imaging.Drawing.TextLayoutProperties _
)
public void DrawString(
System.String s,
Vintasoft.Imaging.Drawing.IDrawingFont font,
PdfBrush brush,
System.Drawing.PointF location,
Vintasoft.Imaging.Drawing.TextLayoutProperties textLayoutProperties
)
public: void DrawString(
System.String s,
Vintasoft.Imaging.Drawing.IDrawingFont* font,
PdfBrush* brush,
System.Drawing.PointF location,
Vintasoft.Imaging.Drawing.TextLayoutProperties* textLayoutProperties
)
public:
void DrawString(
System.String s,
Vintasoft.Imaging.Drawing.IDrawingFont^ font,
PdfBrush^ brush,
System.Drawing.PointF location,
Vintasoft.Imaging.Drawing.TextLayoutProperties^ textLayoutProperties
)
Parameters
- s
- String to draw.
- font
- IDrawingFont that defines the string.
- brush
- PdfBrush that determines the color and texture of the drawn text.
- location
- System.Drawing.PointF structure that specifies the text location.
- textLayoutProperties
- The text layout properties.