height property

double height

The height of the Envelope being constructed.

This is the difference between the minimum and maximum y coordinates.

Implementation

double get height {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_EnvelopeBuilder_getHeight(_handle, errorHandler);
  });
}