Share via


NSGraphicsContext.FromAttributes(NSDictionary) Method

Definition

[Foundation.Export("graphicsContextWithAttributes:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AppKit.NSGraphicsContext FromAttributes(Foundation.NSDictionary attributes);
[<Foundation.Export("graphicsContextWithAttributes:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromAttributes : Foundation.NSDictionary -> AppKit.NSGraphicsContext

Parameters

attributes
NSDictionary

Returns

Attributes

Applies to