rotationAngle property

double rotationAngle

The angle in radians by which the major axis of the ellipse this segment is based upon is rotated from the x-axis.

Implementation

double get rotationAngle {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_EllipticArcSegment_getRotationAngle(
        _handle, errorHandler);
  });
}