Declaration

func handleShapes(from subjects: [GSShape]) -> [GSShape]?

Declaration

- (NSArray<GSShape *> *) handleShapesFromShapes:(NSArray<GSShape *> *) subjects;

Declaration

handleShapesFromShapes_(subjects: list[GSShape]) -> list[GSShape]

Discussion

Returns nil if the given array is empty or any of the shapes is not part of the layer.

See Also

Moving Shapes in Groups