bottomLeft 属性

Point<T> bottomLeft
继承

实现

Point<T> get bottomLeft => Point<T>(this.left, (this.top + this.height) as T);