08.08.14, 15:24
I find myself writing the following code very often:
thepoint=new Point(object.bounds.x,object.bounds.y);
any chance this can become a property of bounds?
.center is already there..
I find myself writing the following code very often:
thepoint=new Point(object.bounds.x,object.bounds.y);
any chance this can become a property of bounds?
.center is already there..
Didn't we have topLeft, topRight, bottomLeft, bottomRight properties in the old Scriptographer version?
I forgot to add these when porting, it's a question of minutes to do it.
I will upload a new version later today.
Great! Thanks! : )
New version 2.0.017 online now. The online reference will be updated now.