topRight property

void topRight=(Point<double> value)

Implementation

set topRight(Point<double> value) {
  _topRight.value = value;
}