topLeft 属性

Point<num> topLeft

实现

Point get topLeft => new Point(this.left, this.top);