'Declaration Public Overloads Overridable Sub AddText( _
ByVal textThe text to add.As System.String, _
ByVal fontThe font, which should be used for adding text.As IDrawingFont, _
ByVal rectA System.Drawing.RectangleF that represents the rectangle that bounds the text.As System.Drawing.RectangleF, _
ByVal layoutPropertiesThe TextLayoutProperties, which should be used for adding text.As TextLayoutProperties _
)
public virtual void AddText(
System.String text,
IDrawingFont font,
System.Drawing.RectangleF rect,
TextLayoutProperties layoutProperties
)
public: virtual void AddText(
System.String text,
IDrawingFont* font,
System.Drawing.RectangleF* rect,
TextLayoutProperties* layoutProperties
)
public:
virtual void AddText(
System.String text,
IDrawingFont^ font,
System.Drawing.RectangleF^ rect,
TextLayoutProperties^ layoutProperties
)
Parameters
- text
- The text to add.
- font
- The font, which should be used for adding text.
- rect
- A System.Drawing.RectangleF that represents the rectangle that bounds the text.
- layoutProperties
- The TextLayoutProperties, which should be used for adding text.