isCounterClockwise property
Indicates if the direction of the segment, from start point to end point, proceeds in a counterclockwise direction.
Implementation
bool get isCounterClockwise {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_EllipticArcSegment_getIsCounterClockwise(
_handle, errorHandler);
});
}