NSWorkspace.SetDesktopImageUrl(NSUrl, NSScreen, NSDictionary, NSError) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("setDesktopImageURL:forScreen:options:error:")]
public virtual bool SetDesktopImageUrl (Foundation.NSUrl url, AppKit.NSScreen screen, Foundation.NSDictionary options, Foundation.NSError error);
abstract member SetDesktopImageUrl : Foundation.NSUrl * AppKit.NSScreen * Foundation.NSDictionary * Foundation.NSError -> bool
override this.SetDesktopImageUrl : Foundation.NSUrl * AppKit.NSScreen * Foundation.NSDictionary * Foundation.NSError -> bool
Parameters
- url
- NSUrl
- screen
- NSScreen
- options
- NSDictionary
- error
- NSError
Returns
- Attributes