BRegion: add ScaleBy method.

* Is there a reason to not have it?
This commit is contained in:
Adrien Destugues
2014-06-19 18:05:14 +02:00
parent 3fc9fd5624
commit 669ac9d6f5
3 changed files with 28 additions and 0 deletions
+1
View File
@@ -59,6 +59,7 @@ public:
void OffsetBy(const BPoint& point);
void OffsetBy(int32 x, int32 y);
void ScaleBy(float x, float y);
void MakeEmpty();