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