dosctring for DrawRotatedText

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2006-11-05 22:46:15 +00:00
parent f89238b9fe
commit 254e112c27

View File

@ -807,7 +807,8 @@ this context.", "");
}
DocStr(DrawRotatedText,
"", "");
"Draws a text string at the defined position, at the specified angle,
which is given in radians.", "");
void DrawRotatedText( const wxString &str, wxDouble x, wxDouble y, wxDouble angle,
const wxGraphicsBrush& backgroundBrush = wxNullGraphicsBrush )
{