克隆当前尺寸。
判断当前尺寸是否与指定尺寸的相等。
Specified Size
Returns true' when both dimensions are equal in width and height; otherwise returns
false'.
根据指定的插值比率,从当前尺寸到目标尺寸之间做插值。
Target Size.
The interpolation coefficient.The range is [0,1].
设置当前尺寸使其与指定的尺寸相等。
Specified Size.
this
设置当前尺寸的具体参数。
Specified width
Specified height
this
返回当前尺寸的字符串表示。
The information of the current size in string
根据指定的插值比率,从当前尺寸到目标尺寸之间做插值。
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
二维尺寸。