'Declaration Public Overloads Sub DrawFormattedText( _
ByVal formattedTextA formatted text to draw.As FormattedText, _
ByVal xThe x-coordinate of the upper-left corner of the bounding rectangle that defines the formatted text.As Single, _
ByVal yThe y-coordinate of the upper-left corner of the bounding rectangle that defines the formatted text.As Single _
)
public void DrawFormattedText(
FormattedText formattedText,
float x,
float y
)
public: void DrawFormattedText(
FormattedText* formattedText,
float x,
float y
)
public:
void DrawFormattedText(
FormattedText^ formattedText,
float x,
float y
)
Parameters
- formattedText
- A formatted text to draw.
- x
- The x-coordinate of the upper-left corner of the bounding rectangle that defines the formatted text.
- y
- The y-coordinate of the upper-left corner of the bounding rectangle that defines the formatted text.