| Package | com.yworks.canvas.geom |
| Interface | public interface ISizeSetter |
This interface provides write access to the size only. Methods that will
only need to write an object's size should use this interface.
IMutableSize combines the read access interface ISize with this
interface.
| Property | Defined By | ||
|---|---|---|---|
| height : Number [write-only]
Sets the height of this instance. | ISizeSetter | ||
| width : Number [write-only]
Sets the width of this instance. | ISizeSetter | ||
| height | property |
height:Number [write-only] Sets the height of this instance.
public function set height(value:Number):void| width | property |
width:Number [write-only] Sets the width of this instance.
public function set width(value:Number):void