Instance Method
removeShapes(_:)removeShapes:removeShapes_
Removes shapes from the layer.
Declaration
func removeShapes(_ shapes: [GSShape])Declaration
- (void) removeShapes:(NSArray<GSShape *> *) shapes;Declaration
removeShapes_(shapes: list[GSShape])See Also
Removing and Replacing Shapes
Removes a shape from the layer.
Removes the shapes at the given linear shape indexes.
Removes the shape at the given linear shape index.
Replaces the shape at the given linear shape index.