Update documentation regarding wxGraphicsPath::AddRoundedRectangle().

This commit is contained in:
Artur Wieczorek
2016-05-06 18:50:04 +02:00
parent dc75ae2bf7
commit a6d97acc31

View File

@@ -106,6 +106,9 @@ public:
/**
Appends a rounded rectangle as a new closed subpath.
If @a radius equals 0 this function will behave as AddRectangle(),
otherwise after this call the current point will be at
(@a x+@a w, @a y + @a h/2).
*/
virtual void AddRoundedRectangle(wxDouble x, wxDouble y, wxDouble w,
wxDouble h, wxDouble radius);