Draws the specified text string at the specified location with the specified xtd::drawing::brush, xtd::drawing::font objects and angle.
- Parameters
-
s | String to draw. |
font | xtd::drawing::font that defines the text format of the string. |
brush | xtd::drawing::brush that determines the color and texture of the drawn text. |
x | The x-coordinate of the upper-left corner of the drawn text. |
y | The y-coordinate of the upper-left corner of the drawn text. |
angle | The angle, measured in degrees clockwise from the x-axis, of the text's orientation line. |