MonobjcMonobjc Documented Class Library
SupportedBufferPixelFormats Property
NamespacesMonobjc.QuartzIQCPlugInOutputImageProviderSupportedBufferPixelFormats

Returns a list of pixel formats that are supported for rendering to a memory buffer. (required)

Original signature is '- (NSArray*) supportedBufferPixelFormats'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
NSArray SupportedBufferPixelFormats { get; }
ReadOnly Property SupportedBufferPixelFormats As NSArray
	Get
property NSArray^ SupportedBufferPixelFormats {
	NSArray^ get ();
}
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.Quartz (Module: Monobjc.Quartz)