MonobjcMonobjc Documented Class Library
kCVPixelFormatBlockWidth Field
NamespacesMonobjc.QuartzCoreCVPixelFormatDescriptionkCVPixelFormatBlockWidth

The width, in pixels, of the smallest byte-addressable group of pixels (type CFNumber). Used to assist with allocating memory for pixel formats that don’t have an integer value for bytes per pixel. Assumed to be 1 if this key is not present. Here are some examples of block widths for standard pixel formats:

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString kCVPixelFormatBlockWidth
Public Shared ReadOnly kCVPixelFormatBlockWidth As NSString
public:
static initonly NSString^ kCVPixelFormatBlockWidth
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)