Contents

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:).

See Also

Getting Information About the Context