git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56920
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
/**
Draws text at the defined position.
/**
Draws text at the defined position.
+ @param str
+ The text to draw.
+ @param x
+ The x coordinate position to draw the text at.
+ @param y
+ The y coordinate position to draw the text at.
@param angle
The angle relative to the (default) horizontal direction to draw
the string.
@param angle
The angle relative to the (default) horizontal direction to draw
the string.
/**
Draws text at the defined position.
/**
Draws text at the defined position.
+ @param str
+ The text to draw.
+ @param x
+ The x coordinate position to draw the text at.
+ @param y
+ The y coordinate position to draw the text at.
@param backgroundBrush
Brush to fill the text with.
*/
@param backgroundBrush
Brush to fill the text with.
*/
/**
Draws text at the defined position.
/**
Draws text at the defined position.
+ @param str
+ The text to draw.
+ @param x
+ The x coordinate position to draw the text at.
+ @param y
+ The y coordinate position to draw the text at.
@param angle
The angle relative to the (default) horizontal direction to draw
the string.
@param angle
The angle relative to the (default) horizontal direction to draw
the string.