Instance Method
reconfigureShapeGroupsSkippingPreconditionCheck(_:)reconfigureShapeGroupsSkippingPreconditionCheck:reconfigureShapeGroupsSkippingPreconditionCheck_
Reconfigures the shape groups (setting their member ranges) and reorders shapes to match.
Declaration
func reconfigureShapeGroupsSkippingPreconditionCheck(_ skipPreconditionCheck: Bool)Declaration
- (void) reconfigureShapeGroupsSkippingPreconditionCheck:(BOOL) skipPreconditionCheck;Declaration
reconfigureShapeGroupsSkippingPreconditionCheck_(skipPreconditionCheck: bool)Parameters
skipPreconditionCheckIf the caller knows that the layer makes use of shape groups, performance may be improved by skipping an internal precondition check. The function produces the same result in either case; only the performance is impacted.
Discussion
See Also
Shape Groups
A shape group containing all shapes of the layer.
The shape groups keyed by group identifier.