Instance Method
decomposeComponentDontNotify(_:)decomposeComponentDontNotify:decomposeComponentDontNotify_
Decomposes one component without triggering layer updates.
Declaration
func decomposeComponentDontNotify(_ aComponent: GSComponent)Declaration
- (void) decomposeComponentDontNotify:(GSComponent *) aComponent;Declaration
decomposeComponentDontNotify_(aComponent: GSComponent)Discussion
Use this only inside code that handles the required updates itself.
See Also
Component Decomposition
A copy of the layer with components decomposed.
Decomposes one component.
Decomposes one component without triggering layer updates and invokes a callback for decomposed component layers.
Decomposes all components.
Decomposes all components and invokes a callback for decomposed component layers.
Decomposes corner components.
Decomposes smart outline components.