clipRSuperellipse abstract method

void clipRSuperellipse({
  1. RSuperellipse? rsuperellipse,
})

Indicates that a rounded superellipse clip is expected next.

The next rounded superellipse clip is examined. Any arguments that are passed to this method are compared to the actual Canvas.clipRSuperellipse call's argument and any mismatches result in failure.

If no call to Canvas.clipRSuperellipse was made, then this results in failure.

Any calls made between the last matched call (if any) and the Canvas.clipRSuperellipse call are ignored.

Implementation

void clipRSuperellipse({RSuperellipse? rsuperellipse});