Declaration

func pathSubtractKeepOverlaps(_ keepOverlaps: Bool) throws

Declaration

- (BOOL) pathSubtractKeepOverlaps:(BOOL) keepOverlaps error:(NSError **) error;

Declaration

pathSubtractKeepOverlaps_error_(keepOverlaps: bool) -> tuple[bool, NSError]

Parameters

keepOverlaps

Whether to preserve overlapping path fragments in the result.

Parameters

keepOverlaps

Whether to preserve overlapping path fragments in the result.

error

On output, a pointer to an error object that describes why the method failed, or nil if no error occurred. If you are not interested in the error information, pass nil for this parameter.

Return Value

Whether the operation completed successfully.

See Also

Boolean Operations