y property

double y

The y-coordinate for the point.

Returns NAN if an error occurs.

Implementation

double get y {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_Point_getY(_handle, errorHandler);
  });
}