Instance Method
enumeratePaths(_:)enumeratePathsUsingBlock:enumeratePathsUsingBlock_
Invokes the block for all path shapes in linear shape order.
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
Invokes the block for all shapes in linear shape order.
Invokes the block for all path shapes using the given enumeration options.
Invokes the block for all component shapes in linear shape order.
Invokes the block for all component shapes using the given enumeration options.