xMin property

double xMin

The x minimum value for the envelope.

Returns NAN if an error occurs.

Implementation

double get xMin {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_Envelope_getXMin(
      _handle,
      errorHandler,
    );
  });
}