| Package | com.yworks.canvas.geom |
| Interface | public interface ISize |
| Subinterfaces | IMutableRectangle, IMutableSize, IOrientedRectangle, IOrientedRectangleSetter, IRectangle |
| Implementors | ImmutableSize |
| Property | Defined by | ||
|---|---|---|---|
| height : Number [read-only]
Gets the current height of this instance.
| ISize | ||
| width : Number [read-only]
Gets the current width of this instance.
| ISize | ||
| height | property |
height:Number [read-only]Gets the current height of this instance. Depending on context the values returned may change over time.
Implementation public function get height():Number
| width | property |
width:Number [read-only]Gets the current width of this instance.
Depending on context the values returned may change over time.
Implementation public function get width():Number