NSGraphics.BestDepth(NSString, IntPtr, IntPtr, Boolean, Boolean) 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.
Caution
Call 'GetBestDepth' instead.
[System.Obsolete("Call 'GetBestDepth' instead.")]
public static AppKit.NSWindowDepth BestDepth(Foundation.NSString colorspace, IntPtr bitsPerSample, IntPtr bitsPerPixel, bool planar, ref bool exactMatch);
[<System.Obsolete("Call 'GetBestDepth' instead.")>]
static member BestDepth : Foundation.NSString * nativeint * nativeint * bool * bool -> AppKit.NSWindowDepth
Parameters
- colorspace
- NSString
- bitsPerSample
-
IntPtr
nativeint
- bitsPerPixel
-
IntPtr
nativeint
- planar
- Boolean
- exactMatch
- Boolean
Returns
- Attributes