Returns the desktop image options for the given screen.
Original signature is '- (NSDictionary *)desktopImageOptionsForScreen:(NSScreen *)screen'
Available in Mac OS X v10.6 and later.

C# | Visual Basic | Visual C++ |
public virtual NSDictionary DesktopImageOptionsForScreen( NSScreen screen )
Public Overridable Function DesktopImageOptionsForScreen ( _ screen As NSScreen _ ) As NSDictionary
public: virtual NSDictionary^ DesktopImageOptionsForScreen( NSScreen^ screen )

- screen (NSScreen)
- The screen for which to get the desktop image options.

A dictionary containing key-value pairs specified in “Desktop Image Dictionary Keys.”

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)