MonobjcMonobjc Documented Class Library
FillWithColor Method (aColor)
NamespacesMonobjc.CorePlotCPFillFillWithColor(CPColor)

Original signature is '+ (CPFill *)fillWithColor:(CPColor *)aColor;'

Declaration Syntax
C#Visual BasicVisual C++
public static CPFill FillWithColor(
	CPColor aColor
)
Public Shared Function FillWithColor ( _
	aColor As CPColor _
) As CPFill
public:
static CPFill^ FillWithColor(
	CPColor^ aColor
)
Parameters
aColor (CPColor)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.CorePlot.CPFill.FillWithColor(Monobjc.CorePlot.CPColor)"]

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)