Instance Method
containsShape(_:)containsShape:containsShape_
Returns whether the given shape is a member of the group.
Declaration
func containsShape(_ shape: GSShape) -> BoolDeclaration
- (BOOL) containsShape:(GSShape *) shape;Declaration
containsShape_(shape: GSShape) -> boolDiscussion
See Also
Membership
Returns the relative depth of the shape within the group.
The range of layer shape indices that includes all group members and the index of the group shape itself (which is always at the last index of the range).
See Also
Membership
Returns the relative depth of the shape within the group.
The range of layer shape indices that includes all group members and the index of the group shape itself (which is always at the last index of the range).