Instance Method
drawStack()drawStackdrawStack
The painted drawing operations for the complete layer.
Declaration
func drawStack() -> [GSDrawSlice<NSBezierPath>]Declaration
- (NSArray<GSDrawSlice<NSBezierPath *> *> *) drawStack;Declaration
drawStack() -> list[GSDrawSlice<NSBezierPath *>]Discussion
The stack preserves masks, strokes, and composition groups.
See Also
Draw Stack
Creates painted drawing operations for a shape group.