Share via


NSImage.BestRepresentationForDevice(NSDictionary) Method

Definition

[Foundation.Export("bestRepresentationForDevice:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSImageRep BestRepresentationForDevice(Foundation.NSDictionary? deviceDescription);
[<Foundation.Export("bestRepresentationForDevice:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member BestRepresentationForDevice : Foundation.NSDictionary -> AppKit.NSImageRep
override this.BestRepresentationForDevice : Foundation.NSDictionary -> AppKit.NSImageRep

Parameters

deviceDescription
NSDictionary

Returns

Attributes

Applies to