Declaration

func enumeratePaths(options opts: NSEnumerationOptions = [], using block: @escaping (GSPath, Int, UnsafeMutablePointer<ObjCBool>) -> Void)

Declaration

- (void) enumeratePathsWithOptions:(NSEnumerationOptions) opts usingBlock:(void (^)(GSPath *path, NSInteger shapeIdx, BOOL *stop)) block;

Declaration

enumeratePathsWithOptions_usingBlock_(opts: NSEnumerationOptions, path: GSPath, shapeIdx: int, stop: bool, block)

See Also

Shape Enumeration