MonobjcMonobjc Documented Class Library
NSBitsPerPixelFromDepth Method (depth)
NamespacesMonobjc.AppKitAppKitFrameworkNSBitsPerPixelFromDepth(Int32)

Returns the bits per pixel for the specified window depth.

Original signature is 'NSInteger NSBitsPerPixelFromDepth ( NSWindowDepth depth );'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSInteger NSBitsPerPixelFromDepth(
	int depth
)
Public Shared Function NSBitsPerPixelFromDepth ( _
	depth As Integer _
) As NSInteger
public:
static NSInteger NSBitsPerPixelFromDepth(
	int depth
)
Parameters
depth (Int32)
MISSING
Return Value
The rectangle that lies within the resulting border.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

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