]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/graphics.h
Changed licence references to "wxWindows licence".
[wxWidgets.git] / interface / wx / graphics.h
index b692552c59b49b34c578711bc8221034139d2d37..5239de61f78e864feb3f35dafae4429d7a38c1b2 100644 (file)
@@ -403,7 +403,7 @@ public:
     /**
         Creates a native brush with a radial gradient.
 
-        The brush originats at (@a xo, @a yc) and ends on a circle around
+        The brush originates at (@a xo, @a yc) and ends on a circle around
         (@a xc, @a yc) with the given @a radius.
 
         The gradient may be specified either by its start and end colours @a
@@ -620,8 +620,10 @@ public:
     virtual void StrokeLines(size_t n, const wxPoint2DDouble* beginPoints,
                              const wxPoint2DDouble* endPoints);
     /**
-        Stroke disconnected lines from begin to end points, fastest method
-        available for this purpose.
+        Stroke lines connecting all the points.
+
+        Unlike the other overload of this function, this method draws a single
+        polyline and not a number of disconnected lines.
     */
     virtual void StrokeLines(size_t n, const wxPoint2DDouble* points);