Instance Method
removeShape(_:)removeShape:removeShape_
Removes a shape from the layer.
Declaration
func removeShape(_ shape: GSShape)Declaration
- (void) removeShape:(GSShape *) shape;Declaration
removeShape_(shape: GSShape)Discussion
The shape is also removed from the selection and no longer has this layer as its parent.
See Also
Removing and Replacing Shapes
Removes shapes 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.