MonobjcMonobjc Documented Class Library
Components Property
NamespacesMonobjc.QuartzCoreCIColorComponents

Returns the color components of the color.

Original signature is '- (const CGFloat *)components'

Available in 4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual IntPtr Components { get; }
Public Overridable ReadOnly Property Components As IntPtr
	Get
public:
virtual property IntPtr Components {
	IntPtr 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.AppKit (Module: Monobjc.AppKit)