Type Method
subtract(_:from:keepOverlaps:supporting:) subtractPaths:from:keepOverlaps:supporting:error: subtractPaths_from_keepOverlaps_supporting_error_
Declaration
class func subtract(_ subtrahendPaths: [GSPath]!, from minuendPaths: NSMutableArray!, keepOverlaps: Bool, supporting supportedFeatures: GSDrawStackFeature) throwsDeclaration
+ (BOOL) subtractPaths:(NSArray<GSPath *> *) subtrahendPaths from:(NSMutableArray<GSPath *> *) minuendPaths keepOverlaps:(BOOL) keepOverlaps supporting:(GSDrawStackFeature) supportedFeatures error:(NSError **) error;Declaration
subtractPaths_from_keepOverlaps_supporting_error_(subtrahendPaths: list[GSPath], minuendPaths: list[GSPath], keepOverlaps: bool, supportedFeatures: GSDrawStackFeature) -> tuple[bool, NSError]