MonobjcMonobjc Documented Class Library
GradientWithBeginningColorEndingColor Method (begin, end)
NamespacesMonobjc.CorePlotCPGradientGradientWithBeginningColorEndingColor(CPColor, CPColor)

Original signature is '+ (CPGradient *)gradientWithBeginningColor:(CPColor *)begin endingColor:(CPColor *)end;'

Declaration Syntax
C#Visual BasicVisual C++
public static CPGradient GradientWithBeginningColorEndingColor(
	CPColor begin,
	CPColor end
)
Public Shared Function GradientWithBeginningColorEndingColor ( _
	begin As CPColor, _
	end As CPColor _
) As CPGradient
public:
static CPGradient^ GradientWithBeginningColorEndingColor(
	CPColor^ begin, 
	CPColor^ end
)
Parameters
begin (CPColor)
MISSING
end (CPColor)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.CorePlot.CPGradient.GradientWithBeginningColorEndingColor(Monobjc.CorePlot.CPColor,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)