MonobjcMonobjc Documented Class Library
CPFill Constructor (aColor)
NamespacesMonobjc.CorePlotCPFillCPFill(CPColor)

Original signature is '- (id)initWithColor:(CPColor *)aColor;'

Declaration Syntax
C#Visual BasicVisual C++
public CPFill(
	CPColor aColor
)
Public Sub New ( _
	aColor As CPColor _
)
public:
CPFill(
	CPColor^ aColor
)
Parameters
aColor (CPColor)
MISSING
Return Value
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.CorePlot (Module: Monobjc.CorePlot)