MonobjcMonobjc Documented Class Library
DesktopImageOptionsForScreen Method (screen)
NamespacesMonobjc.AppKitNSWorkspaceDesktopImageOptionsForScreen(NSScreen)

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSDictionary DesktopImageOptionsForScreen(
	NSScreen screen
)
Public Overridable Function DesktopImageOptionsForScreen ( _
	screen As NSScreen _
) As NSDictionary
public:
virtual NSDictionary^ DesktopImageOptionsForScreen(
	NSScreen^ screen
)
Parameters
screen (NSScreen)
The screen for which to get the desktop image options.
Return Value
A dictionary containing key-value pairs specified in “Desktop Image Dictionary Keys.”
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)