height property
The height for the envelope.
Returns NAN if an error occurs.
Implementation
double get height {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_Envelope_getHeight(
_handle,
errorHandler,
);
});
}