'Declaration Public Overloads Sub DrawFormattedText( _
ByVal formattedTextA formatted text to draw.As FormattedText, _
ByVal pointThe System.Drawing.PointF, where text should be drawn.As System.Drawing.PointF _
)
public void DrawFormattedText(
FormattedText formattedText,
System.Drawing.PointF point
)
public: void DrawFormattedText(
FormattedText* formattedText,
System.Drawing.PointF point
)
public:
void DrawFormattedText(
FormattedText^ formattedText,
System.Drawing.PointF point
)
Parameters
- formattedText
- A formatted text to draw.
- point
- The System.Drawing.PointF, where text should be drawn.