Instance Method
dissolveShapeGroup(_:)dissolveShapeGroup:dissolveShapeGroup_
Dissolves the given shape group by replacing it with its direct members.
Declaration
func dissolveShapeGroup(_ group: GSShapeGroup) -> BoolDeclaration
- (BOOL) dissolveShapeGroup:(GSShapeGroup *) group;Declaration
dissolveShapeGroup_(group: GSShapeGroup) -> boolReturn Value
NO if the given shape group is not part of the layer.
See Also
Moving Shapes in Groups
Returns
subjectsreordered such that the relative order is the same as inshapes, excluding any shapes insubjectsthat are members of a shape group insubjects.Moves or copies the given shapes to a new location in the layer’s shape group tree.
Combines the given shapes into a new shape group.