gridMaxPxY property

  1. @protected
double gridMaxPxY
getter/setter pair

The maximum coordinate of the grid, in pixel. The grid starts at (gridMinPxX,gridMinPxY) and ends in (gridMaxPxX, gridMaxPxY).

Implementation

@protected
late double gridMaxPxY;