Declaration

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

Declaration

- (void) enumerateComponentsWithOptions:(NSEnumerationOptions) opts usingBlock:(void (^)(GSComponent *component, NSInteger shapeIdx, BOOL *stop)) block;

Declaration

enumerateComponentsWithOptions_usingBlock_(opts: NSEnumerationOptions, component: GSComponent, shapeIdx: int, stop: bool, block)

See Also

Shape Enumeration