Instance Property
currentDrawingAttributes
The shape attributes applied to newly drawn shapes.
Declaration
var currentDrawingAttributes: [GSShapeKey : Any]? { get set }Declaration
@property (nonatomic, strong) NSDictionary<NSString *,id> * currentDrawingAttributes;Declaration
currentDrawingAttributes() -> dict[str, object]
setCurrentDrawingAttributes_(currentDrawingAttributes: 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.
Sets or removes an attribute applied to newly drawn shapes.
Adds shape attributes applied to newly drawn shapes.
Prepares path component hints for direct pen drawing.
Finishes direct pen drawing prepared by prepareDrawing()prepareDrawingprepareDrawing.