isValid Instance Property

@property (nonatomic, readonly) bool isValid;

Whether the cutout is geometrically valid: points in the correct order and no self-intersection. Useful to flag an invalid user-edited cutout.

Top