Instance Method
addCurrentDrawingAttributes(_:)addCurrentDrawingAttributes:addCurrentDrawingAttributes_
Adds shape attributes applied to newly drawn shapes.
Declaration
func addCurrentDrawingAttributes(_ attrs: [GSShapeKey : Any] = [:])Declaration
- (void) addCurrentDrawingAttributes:(NSDictionary<NSString *,id> *) attrs;Declaration
addCurrentDrawingAttributes_(attrs: dict[str, object])See Also
Drawing State
Auxiliary outlines generated by the most recent full Bézier path preparation.
Interactive handles generated by the most recent full Bézier path preparation.
The shape attributes applied to newly drawn shapes.
Sets or removes an attribute applied to newly drawn shapes.
Prepares path component hints for direct pen drawing.
Finishes direct pen drawing prepared by prepareDrawing()prepareDrawingprepareDrawing.