Declaration

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

Declaration

- (void) enumerateShapesUsingBlock:(void (^)(GSShape *obj, NSInteger shapeIdx, BOOL *stop)) block;

Declaration

enumerateShapesUsingBlock_(obj: GSShape, shapeIdx: int, stop: bool, block)

Discussion

Shape groups are included in the enumeration.

See Also

Shape Enumeration