Instance Method
removeShape(at:)removeObjectFromShapesAtIndex:removeObjectFromShapesAtIndex_
Removes the shape at the given linear shape index.
Declaration
func removeShape(at idx: UInt)Declaration
- (void) removeObjectFromShapesAtIndex:(NSUInteger) idx;Declaration
removeObjectFromShapesAtIndex_(idx: int)See Also
Removing and Replacing Shapes
Removes a shape from the layer.
Removes shapes from the layer.
Removes the shapes at the given linear shape indexes.
Replaces the shape at the given linear shape index.