xMax property
The x maximum value for the envelope.
Returns NAN if an error occurs.
Implementation
double get xMax {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_Envelope_getXMax(
_handle,
errorHandler,
);
});
}