Instance Method
enumerateComponents(_:)enumerateComponentsUsingBlock:enumerateComponentsUsingBlock_
Invokes the block for all component shapes in linear shape order.
Declaration
func enumerateComponents(_ block: @escaping (GSComponent, Int, UnsafeMutablePointer<ObjCBool>) -> Void)Declaration
- (void) enumerateComponentsUsingBlock:(void (^)(GSComponent *component, NSInteger shapeIdx, BOOL *stop)) block;Declaration
enumerateComponentsUsingBlock_(component: GSComponent, 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 in linear shape order.
Invokes the block for all path shapes using the given enumeration options.
Invokes the block for all component shapes using the given enumeration options.