'Declaration Public Overridable Sub AddString( _
ByVal textThe text to add.As System.String, _
ByVal fontThe font, which should be used for adding text.As IDrawingFont, _
ByVal originA System.Drawing.PointF that represents the point where the text starts.As System.Drawing.PointF, _
ByVal characterSpacingThe character spacing.As Single _
)
public virtual void AddString(
System.String text,
IDrawingFont font,
System.Drawing.PointF origin,
float characterSpacing
)
public: virtual void AddString(
System.String text,
IDrawingFont* font,
System.Drawing.PointF origin,
float characterSpacing
)
public:
virtual void AddString(
System.String text,
IDrawingFont^ font,
System.Drawing.PointF origin,
float characterSpacing
)
Parameters
- text
- The text to add.
- font
- The font, which should be used for adding text.
- origin
- A System.Drawing.PointF that represents the point where the text starts.
- characterSpacing
- The character spacing.