MonobjcMonobjc Documented Class Library
CGBitmapInfo Enumeration
NamespacesMonobjc.ApplicationServicesCGBitmapInfo

Component information for a bitmap image.

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum CGBitmapInfo
Public Enumeration CGBitmapInfo
public enum class CGBitmapInfo
Members
MemberDescription
kCGBitmapAlphaInfoMask

The alpha information mask. Use this to extract alpha information that specifies whether a bitmap contains an alpha channel and how the alpha channel is generated.

Available in Mac OS X v10.4 and later.


kCGBitmapFloatComponents

The components of a bitmap are floating-point values.

Available in Mac OS X v10.4 and later.


kCGBitmapByteOrderMask

The byte ordering of pixel formats.

Available in Mac OS X v10.4 and later.


kCGBitmapByteOrderDefault

The default byte order.

Available in Mac OS X v10.4 and later.


kCGBitmapByteOrder16Little

16-bit, little endian format.

Available in Mac OS X v10.4 and later.


kCGBitmapByteOrder32Little

32-bit, little endian format.

Available in Mac OS X v10.4 and later.


kCGBitmapByteOrder16Big

16-bit, big endian format.

Available in Mac OS X v10.4 and later.


kCGBitmapByteOrder32Big

32-bit, big endian format.

Available in Mac OS X v10.4 and later.


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)