Inheritance diagram for Size:
Properties | |
Number | height |
Number | width |
Constructors | |
Size (Size size) | |
Size (Number width, Number height) | |
Size () | |
Methods | |
void | translate () |
This is the DAZ Script counterpart of the QSize type used in the DAZ Studio SDK. A Size object is a two dimensional representation of a width and height.
Size::Size | ( | ) |
Default constructor.
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
width | The width for the size | |
height | The height for the size. |
Size::Size | ( | Size | size | ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
size | The size to copy |
void Size::translate | ( | ) |
Swaps the width and height of the size.
The height of the size.
The width of the size.