clone the current Size
.
Check whether the current Size
equals another one.
Specified Size
Returns true' when both dimensions are equal in width and height; otherwise returns
false'.
Calculate the interpolation result between this size and another one with given ratio
Target Size.
The interpolation coefficient.The range is [0,1].
Set values with another Size
.
Specified Size.
this
Set the value of each component of the current Size
.
Specified width
Specified height
this
Return the information of the current size in string
The information of the current size in string
Calculate the interpolation result between this size and another one with given ratio
Output Size.
Original Size.
Target Size.
The interpolation coefficient.The range is [0,1].
A vector consisting of linear interpolation of the width and height of the current size to the width and height of the target size at a specified interpolation ratio, respectively.
Generated using TypeDoc
Two dimensional size type representing the width and height.