| Package | com.yworks.canvas.geom |
| Interface | public interface IReshapeable |
IMutableRectangle
| Method | Defined By | ||
|---|---|---|---|
reshape(x:Number, y:Number, width:Number, height:Number):void
Set the bounds of the instance to the new values. | IReshapeable | ||
| reshape | () | method |
public function reshape(x:Number, y:Number, width:Number, height:Number):voidSet the bounds of the instance to the new values.
Parameters
x:Number — The x coordinate of the upper left corner of the bounds
| |
y:Number — The y coordinate of the upper left corner of the bounds.
| |
width:Number — The width of the bounds.
| |
height:Number — The height of the bounds
|