Instance Method
decomposeComponents(usingParentLayer:)decomposeComponentsUsingParentLayer:decomposeComponentsUsingParentLayer_
Decomposes the components on the layer of the pen and returns the shapes of the layer.
Declaration
- (NSArray<GSPath *> *) decomposeComponentsUsingParentLayer:(GSLayer *) parentLayer;Declaration
decomposeComponentsUsingParentLayer_(parentLayer: GSLayer) -> list[GSPath]