Home
About
Showcase
Examples
Features
Why choose Tabular IQ
Documentation
Blog
Help
Overview
Feedback
Contact Us
Home
About
Showcase
Resources
Help
Contact Us
Developer Resources
Class Index By Category
Size
Overview
The Size class represents a size as a (width,height) pair.
Constructor
Size(width : Integer, height : Integer)
Arguments
width
The
width
portion of the size.
height
The
height
portion of the size.
Properties
width
An Integer representing the
width
portion of the size.
height
An Integer representing the
height
portion of the size.