attributes
The attributes used to create this instance.
Declaration
var attributes: [NSGraphicsContext.AttributeKey : Any]? { get }Discussion
Screen-based graphics contexts do not store attributes, even if you create them using init(attributes:).
The attributes used to create this instance.
var attributes: [NSGraphicsContext.AttributeKey : Any]? { get }Screen-based graphics contexts do not store attributes, even if you create them using init(attributes:).