-
Notifications
You must be signed in to change notification settings - Fork 2
ISize
Benedict Allen edited this page Nov 15, 2015
·
3 revisions
Contains the width and height variable as well as setters to update the size of an object.
Note, this requires that the implementer has a
canvasandchildren.
ISize.width - number
The width of the object.
ISize.height - number
The height of the object.
This method is chainable.
ISize:setWidth( number width )Sets the width of the object and updates its canvas.
This method is chainable.
ISize:setHeight( number height )Sets the height of the object and updates its canvas.
- Exception
- DynamicValueException
- ExpressionException
- IncorrectConstructorException
- IncorrectParameterException
- ParserException
- ResourceLoadException
- ThreadRuntimeException