Declaration

func enumeratePaths(_ block: @escaping (GSPath, Int, UnsafeMutablePointer<ObjCBool>) -> Void)

Declaration

- (void) enumeratePathsUsingBlock:(void (^)(GSPath *path, NSInteger shapeIdx, BOOL *stop)) block;

Declaration

enumeratePathsUsingBlock_(path: GSPath, shapeIdx: int, stop: bool, block)

See Also

Shape Enumeration