Rect.Rect 矩形
static function Rect (left : float, top : float, width : float, height : float) : Rect
Description描述
Creates a new rectangle.
创建一个新的矩形。
var rect = Rect (0, 0, 10, 10);
最后修改:2010年12月21日 Tuesday 15:22
static function Rect (left : float, top : float, width : float, height : float) : Rect
Description描述
Creates a new rectangle.
创建一个新的矩形。
var rect = Rect (0, 0, 10, 10);